Mcpqueen logo
Health: ActiveRecent health check succeeded.Last checked 8/7/2026, 10:36:44 PM

Mcpqueen

mcpqueen
View RepositoryVisit Website

The graded MCP registry: live-probes every remote server in the official registry (initialize, tools/list, schema quality, latency, provenance) and publishes evidence-backed grades β€” searchable by agents via its own MCP endpoint at mcpqueen.com.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

claude_desktop_config.json
{
  "mcpServers": {
    "mcpqueen-mcpqueen": {
      "command": "npx",
      "args": [
        "-y",
        "mcpqueen-mcpqueen"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Documentation Overview

mcpqueen.com β€” the evidence layer for MCP

MCP Queen MCP server

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)

MCP Queen is the evidence layer for the MCP ecosystem. 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. Separate Trust Receipts publish dated security/access, data-integrity, citation, claim-verification, response-benchmark, and reviewed field evidence without collapsing it into a misleading trust score.

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. Setup guides: /integrations. Registry name: com.mcpqueen/registry.

Connect

mcpqueen is a remote, no-auth, effectively read-only MCP server β€” safe to keep connected as your discovery broker (only submit_feedback writes, and it just enqueues a quarantined field report). Ask your agent to search_servers for a task before it commits to an MCP.

Claude Code (native HTTP):

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

OpenClaw / Claude Desktop / any stdio client β€” via the mcp-remote bridge; add to your mcpServers config (~/.openclaw/openclaw.json, claude_desktop_config.json, …):

config.json
{
  "mcpServers": {
    "mcpqueen": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcpqueen.com/mcp"]
    }
  }
}

OpenAI: ChatGPT and Codex

MCP Queen can be registered directly as a private plugin/connector; no SDK, Docker image, or local command is required:

  1. In ChatGPT, open Settings β†’ Security and login and enable Developer mode.
  2. Open ChatGPT Plugins, select +, and choose the option to add an MCP server.
  3. Enter https://mcpqueen.com/mcp as a universal, no-auth remote MCP URL.
  4. Test with: β€œFind a well-maintained, no-auth MCP server for GitHub issue triage. Explain the evidence and any caveats.”

For an OpenAI Responses API demo, Node 18+ is enough:

server.ts
export OPENAI_API_KEY="your-api-key"
npm run demo:openai

Pass a custom prompt after --:

Terminal
npm run demo:openai -- "Find an MCP server that can search FDA 510(k) records"

The demo allowlists only MCP Queen's read-only discovery and evidence tools. submit_feedback is intentionally excluded.

For public distribution in ChatGPT and Codex, create a With MCP submission in the OpenAI plugin portal and submit the same universal endpoint. OpenAI's public review also requires verified publisher identity, public support/privacy/terms URLs, accurate tool safety annotations, starter prompts, and reviewer test cases. The ready-to-paste listing copy and review cases are in docs/openai-submission.md. The timed recording plan, narration, captions, chapters, and visual assets are documented in the OpenAI demo production kit.

Framework and agent examples

Runnable examples are organized under examples/integrations:

StackExampleNeeds a model key?
LangChainMultiServerMCPClientNo; calls a tool directly
LlamaIndexBasicMCPClientNo; calls a tool directly
Cloudflare AgentsAgent + Workers AINo separate provider key
Hugging Facehuggingface_hub.AgentYes, HF_TOKEN for inference

All use the same public https://mcpqueen.com/mcp Streamable HTTP endpoint. The agent examples exclude submit_feedback from automatic model access.

Before a release or directory submission, run the reusable artifact validator:

Terminal
npm run distribution:check
npm run distribution:check:live

It checks the prepared package and live MCP surfaces. Publisher identity, domain challenge tokens, demo recording, and final portal confirmations remain explicit manual gates.

The measurable channel plan is in docs/distribution-strategy.md. Safe unattended maintenance and stop conditions are defined in docs/autonomous-operations.md and AGENTS.md.

Architecture (single Worker)

See the system architecture and verification flow for the ecosystem-level diagram and the Find β†’ Verify β†’ Connect decision loop.

  • 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, trust_observations, evidence_benchmark_runs, 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).
  • Cron 17 7 * * *: run one safe, read-only response audit against an eligible evidence/citation tool and publish dated results to its Trust Receipt.

Routes

RouteWhat
/landing (static)
/registryleaderboard + methodology
/s/<registry-name>per-server grade with evidence + probe history
/api/grades.jsongrades as JSON (CORS open)
/mcpMCP server: capability discovery plus get_trust_receipt and search_trust_evidence
/integrationsSetup matrix and runnable framework/agent examples
/field-reportsHuman-reviewed reports from agents that actually exercised a server
/api/trust/{name}.jsonPer-server operational, security, data-integrity, citation and claim evidence
/mcp-infofor-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.

Trust Receipts remain distinct from that grade. Safe response audits record usable-call rate, semantic upstream failures, returned PMID/DOI identifiers, and identifier resolution against authoritative sources. Missing evidence is labeled unaudited rather than treated as a pass.

Deploy

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

Related MCP Servers

View all alternatives

Frequently Asked Questions about Mcpqueen

How do I install the mcpqueen/mcpqueen MCP server?

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcpqueen": { "command": "npx", "args": ["-y", "mcpqueen/mcpqueen"] } }

What does mcpqueen/mcpqueen do?

The graded MCP registry: live-probes every remote server in the official registry (initialize, tools/list, schema quality, latency, provenance) and publishes evidence-backed grades β€” searchable by agents via its own MCP endpoint at mcpqueen.com.

Is the mcpqueen/mcpqueen MCP server free to use?

Yes. mcpqueen/mcpqueen is listed on AllMCPs as a free, open Model Context Protocol server you can install into Claude Desktop, Cursor, or any MCP-compatible client.

Technical Specs & Signals

TransportSTDIO
RuntimeNode.js
Health CheckActive
Views0
Installs0
GitHub stars0
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools23/30
Adoption0/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Promote this listing

Optional paid placement. Free listings stay free forever.

Featured boost7 days in the spotlight Β· from $12/wk
Weeks
1

β†’ Runs until Aug 15, 2026

Category sponsorTop-of-category sponsorship Β· from $18/wk
Weeks
1

β†’ Runs until Aug 15, 2026

Cancel anytime β€” no long-term lock-in.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.