MCP Server
MCP
io.scorecard/mcp
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.scorecard.io/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "scorecard-ai-mcp",
"version": "2.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Scorecard API key for authentication. Get your API key from https://app.scorecard.io/settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SCORECARD_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment