Skip to content

App.provider Ranking

Free

by 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
Works with:ClaudeGPTGeminiCopilot

App.provider Ranking MCP Server

MCP server that exposes provider-ranking operations and resources for benchmark ingestion, ranking refreshes, and leaderboard queries.

Installation

Reviews

Leave a Review

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"]
    }
  }
}