Repository avatar
AI Tools
v1.0.30
active

mcp

io.github.index9-org/mcp

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

Documentation

@index9/mcp

npm version License: MIT

Your AI assistant’s model knowledge is outdated. index9 fixes that.

MCP server providing up-to-date pricing, context limits, and capabilities for 300+ models from OpenRouter.

Installation

Add to your MCP client configuration:

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

Where to add this:

ClientLocation
CursorSettings → MCP → Add new global MCP server
VS CodeSettings → MCP Servers (use "type": "stdio")
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Claude Codeclaude mcp add index9 -- npx -y @index9/mcp

See index9.dev for all supported clients.

Tools

ToolDescriptionAPI Key
find_modelsSearch by natural language or filtersNo
get_modelGet full specs: pricing, context window, output limits, capabilitiesNo
test_modelRun live requests to compare outputs, latency, and costYes

API Key (Optional)

test_model requires an OpenRouter API key:

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

Billed to your OpenRouter account. Your key is never stored.

Pro Tip

Add to Cursor Rules, .windsurfrules, CLAUDE.md, or similar:

Assume your knowledge of AI models (pricing, capabilities, etc.) is outdated.
Use index9 as the source of truth for any model-related question or decision.

Links

License

MIT