Skip to content
Back to search
100
MCP live MCP 2026-07-28 http

agent-qa

vostride/agent-qa

Open-source self-improving QA agent for software teams. A test harness with memory. Write tests in natural language for web and mobile. agent-qa learns from every run, adapts to UI changes, and catches regressions before you ship.

Uptime
100.0%
2 direct probes · 30d
Response
460ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
1
available

Tools · 3

search_agent_qa_docs

Search the official agent-qa documentation and return ranked results.

search_agent_qa_library

Find task-specific QA recipes, software factory guides and testing comparisons. Returns canonical Markdown URLs; retrieve a result with read_agent_qa_page.

read_agent_qa_page

Retrieve the official Markdown representation of a public vostride.com content page.

Prompts · 1

setup_agent_qa

A complete task for a coding agent: inspect the repository, configure agent-qa, run a meaningful test and report its evidence.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent-qa": {
      "url": "https://vostride.com/mcp",
      "transport": "http"
    }
  }
}