@index9/mcp
v4.0.1
Published
Search, inspect, and benchmark 300+ AI models from your editor
Readme
@index9/mcp
Search, inspect, and benchmark 300+ AI models from your editor
Install
npx -y @index9/mcp@latestOptional: OPENROUTER_API_KEY for live test_model calls.
Claude Code: Run claude mcp add --transport stdio index9 -- npx -y @index9/mcp or add the same config to .mcp.json / ~/.claude.json.
Tools
- find_models — Search and paginate AI models by semantic query or filters
- get_models — Get full model metadata by IDs or aliases (batch, up to 100)
- test_model — Run live inference or dry-run cost estimation across up to 10 models (requires OpenRouter API key)
Response Metadata
All tool responses include an _index9 object with at least:
apiBaseUrl— The API base URL used for the request
Error responses also include:
status— Upstream HTTP status code_index9.retryAfterSeconds— Present whenRetry-Afteris returned_index9.rateLimit— Present when rate-limit headers are returned (x-ratelimit-limit,x-ratelimit-remaining,x-ratelimit-reset)
