Scorecard Node
Rank #9,529io.scorecard/mcp
MCP server providing mcp capabilities
Scorecard Node is a Model Context Protocol (MCP) server published by scorecard-ai. It ranks #9,529 of 115,591 servers tracked on MCP Toplist. Scorecard Node is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 26, 2025 and most recently updated on Sep 12, 2025.
Ranks ahead of 106,062 of 115,591 servers on MCP Toplist.
Use Scorecard Node
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http scorecard https://mcp.scorecard.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add scorecard -e "SCORECARD_API_KEY=<your SCORECARD_API_KEY>" -- npx -y scorecard-ai-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scorecard]
url = "https://mcp.scorecard.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.scorecard]
command = "npx"
args = ["-y", "scorecard-ai-mcp"]
[mcp_servers.scorecard.env]
SCORECARD_API_KEY = "<your SCORECARD_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.scorecard.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scorecard": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your SCORECARD_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scorecard": {
"url": "https://mcp.scorecard.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scorecard": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your SCORECARD_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scorecard": {
"type": "http",
"url": "https://mcp.scorecard.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"scorecard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your SCORECARD_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scorecard": {
"serverUrl": "https://mcp.scorecard.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scorecard": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your SCORECARD_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scorecard": {
"url": "https://mcp.scorecard.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scorecard": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your SCORECARD_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.scorecard%2Fmcp)<a href="https://mcptoplist.com/server/io.scorecard%2Fmcp"><img src="https://mcptoplist.com/badge/io.scorecard%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
scorecard-ai
Other servers by scorecard-ai
View all scorecard-ai servers →Available versions (2)
| Version | Published |
|---|---|
| 2.1.1 | Sep 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scorecard Node?
- Scorecard Node is maintained by scorecard-ai, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Scorecard Node listed on the Official MCP Registry?
- Yes — Scorecard Node is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Scorecard Node have?
- MCP Toplist tracks 2 versions of Scorecard Node, most recently published on Sep 12, 2025.
- Where can I find the source code for Scorecard Node?
- The source code for Scorecard Node is hosted at github.com/scorecard-ai/scorecard-node.