Skip to main content
Glama
index9-org

Index9 MCP Server

by index9-org

@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:

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

Claude Code

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

Tools

Tool

Description

API Key

find_models

Search models by query, price, context window, or capabilities

No

get_models

Get pricing, limits, and capabilities for any model by ID or alias

No

test_model

Run your prompt across multiple models — compare outputs, latency, and cost

Optional

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

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

Your key is passed per-request and never stored.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/index9-org/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server