Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

dev.mcpgrade/mcp

NPM · @MCPGRADE/MCP · SCANNED AUG 3

Security grades (A-F) for MCP servers. Check one before you install or trust it. mcpgrade.dev

Available components

−7 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 13 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 245 tokens (~122/item across 2 items; 2 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @mcpgrade/mcp

# add to Claude Code
claude mcp add dev-mcpgrade-mcp -- npx -y @mcpgrade/mcp
# add to Codex CLI
codex mcp add dev-mcpgrade-mcp -- npx -y @mcpgrade/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-mcpgrade-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mcpgrade/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-mcpgrade-mcp --command npx --arg -y --arg @mcpgrade/mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-mcpgrade-mcp:
    command: "npx"
    args: ["-y", "@mcpgrade/mcp"]
// mcp.json
{
  "mcpServers": {
    "dev-mcpgrade-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpgrade/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +19
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.23 functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 75

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@mcpgrade/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 2 exposed · ~206 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_mcp_server ~95

Look up the mcpgrade security grade (A–F) for a specific MCP server by name. Use this before installing or trusting an MCP server. Returns the grade, 0–100 score, publisher, and a link to the full report with per-check findings.

NameTypeReqDescription
namestringyesServer name or id, e.g. 'com.stripe/mcp' or 'stripe'. Partial names are matched.

No output schema declared.

No examples provided.

search_mcp_servers ~111

Search graded MCP servers by free-text query, category, and/or minimum grade. Returns matches ranked best-grade-first. Use it to find a trustworthy server for a task.

NameTypeReqDescription
categorystringRestrict to a category, e.g. 'database', 'payments'.
limitnumberMax results (default 10, max 50).
min_gradestringOnly grades at or above this.
querystringMatch against name, publisher, or category.

No output schema declared.

No examples provided.