API Reference
RedQueen exposes three API surfaces:
- Website MCP — Free, read-only, for agent discovery
- Execution MCP — Paid (x402), for running the pipeline
- REST API — Metrics, contact form, OG images
Website MCP
The Website MCP is a free, read-only MCP server at https://redqueen.io/mcp.
It provides 8 tools for agent discovery:
search_redqueen_docs— Search all documentationget_agent_info— Get full agent specificationlist_all_agents— List all 17 agentsget_pricing— Get current pricingget_mcp_tools— List all 25 MCP toolscheck_agent_status— Check live agent healthget_quickstart— Get deployment instructionsget_ecosystem_info— Get ecosystem information
Execution MCP
The Execution MCP is at https://mcp.redqueen.io. It requires x402 payment authorization
and provides all 25 tools for running the full pipeline.
See the MCP Explorer for interactive documentation of all 25 tools.
REST Endpoints
GET /api/metrics— Live agent metrics (5-min cache)POST /api/contact— Contact form submissionGET /og/[slug].png— Dynamic OG image generationGET /llms.txt— Dynamic llms.txt with live metrics
Full OpenAPI specification: openapi.json