Skip to main content
ClaudeWave

👑 The evidence layer for MCP — every registry server probed live, graded with verbatim evidence, plus Trust Receipts. Itself an MCP server at mcpqueen.com/mcp (7 tools, no auth).

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mcpqueen/mcpqueen
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcpqueen": {
      "command": "node",
      "args": ["/path/to/mcpqueen/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mcpqueen/mcpqueen and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mcpqueen.com — the evidence layer for MCP

<a href="https://glama.ai/mcp/servers/@mcpqueen/mcpqueen">
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@mcpqueen/mcpqueen/badge" alt="MCP Queen MCP server" />
</a>

**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`](https://mcpqueen.com/api/grades.json)
· [`/api/changes.json`](https://mcpqueen.com/api/changes.json) ·
[`/llms.txt`](https://mcpqueen.com/llms.txt). 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):

```
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`, …):

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

## 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,
  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

| 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` | MCP server: capability discovery plus `get_trust_receipt` and `search_trust_evidence` |
| `/field-reports` | Human-reviewed reports from agents that actually exercised a server |
| `/api/trust/{name}.json` | Per-server operational, security, data-integrity, citation and claim evidence |
| `/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.

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

```
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).
agent-toolsmcpmcp-registrymcp-servermodel-context-protocol

Lo que la gente pregunta sobre mcpqueen

¿Qué es mcpqueen/mcpqueen?

+

mcpqueen/mcpqueen es mcp servers para el ecosistema de Claude AI. 👑 The evidence layer for MCP — every registry server probed live, graded with verbatim evidence, plus Trust Receipts. Itself an MCP server at mcpqueen.com/mcp (7 tools, no auth). Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcpqueen?

+

Puedes instalar mcpqueen clonando el repositorio (https://github.com/mcpqueen/mcpqueen) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mcpqueen/mcpqueen?

+

mcpqueen/mcpqueen aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene mcpqueen/mcpqueen?

+

mcpqueen/mcpqueen es mantenido por mcpqueen. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcpqueen?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcpqueen en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mcpqueen/mcpqueen
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mcpqueen-mcpqueen)](https://claudewave.com/repo/mcpqueen-mcpqueen)
<a href="https://claudewave.com/repo/mcpqueen-mcpqueen"><img src="https://claudewave.com/api/badge/mcpqueen-mcpqueen" alt="Featured on ClaudeWave: mcpqueen/mcpqueen" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcpqueen