MCP Servers / development / GhostQA

GhostQA

JSON →
nonedevelopment

GhostQA sends AI personas through your application — they look at the screen, decide what to do, and interact like real humans. No test scripts. No selectors. You describe personas and journeys in YAML, and GhostQA handles the rest.

Install
How to run this server
[ { "cmd": "pip install specterqa", "imports": [] } ]
server path: ghostqa
Tools
What this server exposes
specterqa_run
Execute behavioral tests. Parameters: `product` (str), `level` (str, optional), `directory` (str, optional). Returns a `RunReport` JSON object.
specterqa_list_products
List all products and their configured journeys. No parameters required.
specterqa_get_results
Retrieve a previous run report by `run_id`.
specterqa_init
Initialize a new SpecterQA project at a given `directory`.
Configuration
Environment & auth
authnone
envANTHROPIC_API_KEY
Resources
GhostQA — MCP Server · libregistry