Back to Directory/Developer Tools

io.github.index9-org/mcp

Up-to-date model data for AI coding assistants.

Developer ToolsTypeScriptv1.0.32

@index9/mcp

npm version

Search, inspect, and benchmark 300+ AI models from your editor.

Install

Cursor / VS Code

Add to .cursor/mcp.json or .vscode/mcp.json:

json
{
  "mcpServers": {
    "index9": {
      "command": "npx",
      "args": ["-y", "@index9/mcp"]
    }
  }
}

Claude Code

bash
claude mcp add --transport stdio index9 -- npx -y @index9/mcp

Tools

ToolDescriptionAPI Key
find_modelsSearch models by query, price, context window, or capabilitiesNo
get_modelsGet pricing, limits, and capabilities for any model by ID or aliasNo
test_modelRun your prompt across multiple models — compare outputs, latency, and costOptional

test_model with dryRun=true estimates cost without inference (no key needed). Live tests require an OpenRouter API key:

json
{
  "mcpServers": {
    "index9": {
      "command": "npx",
      "args": ["-y", "@index9/mcp"],
      "env": {
        "OPENROUTER_API_KEY": "sk-..."
      }
    }
  }
}

Your key is passed per-request and never stored.

Links

Learn More