Loading MCP server directory, please wait...
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
npx @getmcp/cli add io.scorecard/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SCORECARD_API_KEYScorecard API key for authentication. Get your API key from https://app.scorecard.io/settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.scorecard/mcp": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": ""
}
}
}
}