MCP Queen Registry
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Queen Registrylist the top 10 MCP servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcpqueen.com — the graded MCP registry
LIVE at https://mcpqueen.com (Cloudflare Worker, launched 2026-07-12). Crawls the official MCP registry, probes every remote server, grades it deterministically with verbatim evidence, and publishes the results. Evidence discipline from Constat/Clarity, personality on top.
Why this is different (for agents and humans alike)
Every other MCP directory lists; this one verifies. Each remote server is probed live over streamable HTTP and graded on five criteria — and every point carries the verbatim observation that earned it. Unverifiable dimensions (auth-gated tooling) are marked provisional, never guessed. No stars, no votes, no pay-to-rank — probes only, continuously re-run.
Agents: connect to https://mcpqueen.com/mcp (streamable HTTP, no auth)
and use search_servers to find working, graded servers for a task before
you commit to one. Machine surfaces: /api/grades.json
· /api/changes.json ·
/llms.txt. Registry name:
com.mcpqueen/registry.
Related MCP server: MCP Registry Server
Architecture (single Worker)
src/worker.ts— everything: registry crawler, prober/grader, HTML pages, JSON API, and mcpqueen's own MCP endpoint.public/— static landing (crown data-rain + Vex the fox) served via the assets binding; the Worker handles all non-asset routes.D1 database
mcpqueen(schema.sql): servers, probes, latest_grades, feedback (quarantined agent field reports), meta (sync cursor).Cron
*/15 * * * *: sync 4 registry pages + probe the 30 stalest remotes (~2,900 probes/day; full re-probe cycle ≈ 2.7 days over ~7.7K remotes).
Routes
Route | What |
| landing (static) |
| leaderboard + methodology |
| per-server grade with evidence + probe history |
| grades as JSON (CORS open) |
| mcpqueen's MCP server: |
| for-agents page |
| operator endpoints (key-gated) |
Grading rubric (deterministic, every point carries its observation)
reachability 25 · protocol 15 · tooling 35 (tools/list, described %, typed %,
description depth) · latency 10 · provenance 15 (metadata + namespace↔domain
match). Auth-gated servers are scored on the verifiable subset and marked
provisional. Agent feedback via submit_feedback is quarantined for human
review — never auto-published, never affects grades directly.
Deploy
npm run deploy # wrangler deploy (any Cloudflare API token with Workers + D1 write)
npm run db:schema # apply schema.sql to remote D1Custom domains mcpqueen.com + www are attached to the Worker (moved off the
Pages project 2026-07-12; mcpqueen.pages.dev still exists as a static preview of
public/ only — it has no /registry).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpqueen/mcpqueen'
If you have feedback or need assistance with the MCP directory API, please join our Discord server