io.scorecard/mcp
Quality Score
70
/100
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://mcp.scorecard.io/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your-scorecard_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"scorecard-ai-mcp"
],
"env": {
"SCORECARD_API_KEY": "<your-scorecard_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y scorecard-ai-mcp§02 Environment variables
SCORECARD_API_KEYrequiredsecret
Scorecard API key for authentication. Get your API key from https://app.scorecard.io/settings
§03 MCP Quality Score · methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API