mcpbeat Sign in

MCP Scorecard MCP Server

local only

MCP Scorecard runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from npm. Last commit 7 Sep 2026.

Agent-readiness scorecard for any MCP server: 10 checks, 0-100 score, actionable findings.

Installs per day peak 359 · avg 27 · +586% w/w
a month agotoday
127
Installs / week
npm · mcp-scorecard
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime site/index.html:116
  document.getElementById('lb').innerHTML = d.leaderboard.map(r=>{
Dumps the whole environment src/audit/probe.ts:71
  for (const [k, v] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-scorecard -- npx -y mcp-scorecard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-scorecard": {
      "args": [
        "-y",
        "mcp-scorecard"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-scorecard]
command = "npx"
args = ["-y", "mcp-scorecard"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-scorecard": {
      "args": [
        "-y",
        "mcp-scorecard"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-scorecard": {
      "args": [
        "-y",
        "mcp-scorecard"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Scorecard

same job, measured the same way
Agentready
by vercel-agentready-rho

Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.

11 tools answering
MCP Scorecard MCP
by csoai-org

Score any MCP server against a 100-point production-readiness rubric (static AST + PyPI +...

101 installs/wk local only
ServerCard Trust MCP
by servercardtrust

Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.

answering
LanceRoylo
by lanceroylo

AEO scoring, llms.txt audit, and agent-readiness checks for AI agents.

60 installs/wk local only
Aso Audit MCP
by forgemeshlabs

ASO Scanner — the free Agent Readiness scanner as an MCP server. Measures your ASO Score (Agent.

46 installs/wk local only
Agent Readiness MCP
by forgemeshlabs

Agent Readiness MCP — the free Agent Readiness scanner as an MCP server. Measures your ASO Score.

43 installs/wk local only
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Word Of Clout ACN MCP Server
by wordofclout

Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.

answering

MCP Scorecard — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Scorecard?
MCP Scorecard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-scorecard was installed 127 times last week.
How do I connect MCP Scorecard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-scorecard straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Scorecard?
The npm package mcp-scorecard was installed 127 times in the last week. Week over week that is +586%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Scorecard open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.