Skip to main content

API Reference

RedQueen exposes three API surfaces:

  1. Website MCP — Free, read-only, for agent discovery
  2. Execution MCP — Paid (x402), for running the pipeline
  3. 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 documentation
  • get_agent_info — Get full agent specification
  • list_all_agents — List all 17 agents
  • get_pricing — Get current pricing
  • get_mcp_tools — List all 25 MCP tools
  • check_agent_status — Check live agent health
  • get_quickstart — Get deployment instructions
  • get_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 submission
  • GET /og/[slug].png — Dynamic OG image generation
  • GET /llms.txt — Dynamic llms.txt with live metrics

Full OpenAPI specification: openapi.json