App.provider Ranking
Freeby MCP Community
**MCP server that exposes provider-ranking operations and resources for benchmark ingestion, ranking refreshes, and leaderboard queries.**
v1.6.18Added Apr 12, 2026
App.provider Ranking MCP Server
MCP server that exposes provider-ranking operations and resources for benchmark ingestion, ranking refreshes, and leaderboard queries.
Installation
Reviews
Installation
Quick install
npx -y @contractspec/app.provider-ranking-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"app.provider-ranking": {
"command": "npx",
"args": ["-y", "@contractspec/app.provider-ranking-mcp"]
}
}
}