MCP Queen Registry

MCP Queen Registry

Crawls and grades MCP servers deterministically, providing a registry, leaderboard, and API to query server grades and submit feedback.

Category
Visit Server

README

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.

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)
/registry leaderboard + methodology
/s/<registry-name> per-server grade with evidence + probe history
/api/grades.json grades as JSON (CORS open)
/mcp mcpqueen's MCP server: list_grades, get_server_grade, submit_feedback
/mcp-info for-agents page
/admin/* 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 D1

Custom 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).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured