๐Ÿ‘‘

MCP QUEEN

The Queen's API

Free, no key, CORS-open, rate-limited at 60 requests/min per IP. Grades refresh continuously (full probe cycle โ‰ˆ 3 days). Data is CC BY 4.0 โ€” use it freely, with attribution and a link to mcpqueen.com. Every response carries its own attribution, license, and methodology fields.

REST endpoints

GET /api/grades.jsonTop 500 graded servers by score โ€” grade, score, provisional flag, latency, tool count, auth state, probe time.
GET /api/history/{name}.jsonPer-server probe time series (last 200 probes). Example: /api/history/com.healthai/clarity.json
GET /api/changes.jsonLatest 100 grade transitions across the registry โ€” who got better, who broke.
GET /badge/{name}.svgLive grade badge for a server, e.g. /badge/com.healthai/clarity.svg โ€” embed it in a README.

MCP endpoint (for agents)

The registry is itself an MCP server โ€” search_servers, get_server_grade, list_grades, submit_feedback:

claude mcp add --transport http mcpqueen https://mcpqueen.com/mcp

Or raw JSON-RPC:

curl -X POST https://mcpqueen.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"search_servers","arguments":{"query":"postgres"}}}'

Details and etiquette: For Agents ยท machine summary: /llms.txt

Want webhooks, full history exports, or bulk access? That tier is coming โ€” the data already exists. Watch this page.