ai-benchmark-solutions-mcp
v1.0.3
Published
Mock MCP server exposing find_benchmark and get_solutions for curated AI benchmark solution catalogs.
Maintainers
Readme
ai-benchmark-solutions-mcp
Mock Model Context Protocol server that exposes curated benchmark catalog lookup tools for the ai-model-benchmark-solutions and ai-coding-benchmark-solutions packages.
Runs locally over stdio (GitHub Pages cannot host a real MCP HTTP endpoint).
Install / run
npx -y ai-benchmark-solutions-mcpOr add as a dependency:
npm install ai-benchmark-solutions-mcpCursor / MCP client config
{
"mcpServers": {
"ai-benchmark-solutions": {
"command": "npx",
"args": ["-y", "ai-benchmark-solutions-mcp"]
}
}
}Tools
| Tool | Input | Output |
| --- | --- | --- |
| find_benchmark | optional query | JSON list of { id, description } (all benchmarks, or filtered) |
| get_solutions | required benchmark_id | skills/benchmark-solution-finder/SKILL.md for a known id |
Package layout
ai-benchmark-solutions-mcp/
bin/server.js
src/catalog.js
src/tools.js
skills/benchmark-solution-finder/SKILL.md
index.jsLicense
CC-BY-NC-4.0 — see LICENSE.
