npm @index9/mcpstdioupdated 3mo ago
Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con Index9?
@index9/mcp
Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor
Per-editor install configs (Cursor, VS Code, Claude Code, Codex): https://index9.dev/#install
Install
npx -y @index9/mcp@latest
Generic MCP client config:
{
"mcpServers": {
"index9": {
"command": "npx",
"args": ["-y", "@index9/mcp@latest"],
"env": {
"OPENROUTER_API_KEY": "sk-or-..."
}
}
}
}
Claude Code one-liner: claude mcp add --transport stdio index9 -- npx -y @index9/mcp.
OpenRouter API key
Required for live test_model calls. Set OPENROUTER_API_KEY in your MCP client config. dryRun=true works without it.
Tools
- list_facets: List available providers, capabilities, modalities, and tokenizers
- find_models: Search AI models by semantic query or filters
- get_models: Fetch full model metadata for up to 100 IDs or aliases
- compare_models: Diff 2-10 models across pricing, context, capabilities, and tokenizer
- test_model: Run live inference or dry-run cost estimates on 1-10 models (requires OpenRouter API key)
Response metadata
All tool responses include an _index9 object with:
apiBaseUrl: 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)
Instalación
Añade Index9 a tu cliente. Elige el que uses.
claude mcp add mcp -- npx -y @index9/mcpcodex mcp add mcp -- npx -y @index9/mcpamp mcp add mcp -- npx -y @index9/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@index9/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@index9/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @index9/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento14/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 97 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 6.5.2Última | 18 may 2026 |
| 6.5.1 | 18 may 2026 |
| 1.0.32 | 29 ene 2026 |
| 1.0.30 | 2 ene 2026 |
| 1.0.28 | 23 dic 2025 |
| 1.0.24 | 22 dic 2025 |
| 1.0.23 | 19 dic 2025 |
| 1.0.22 | 18 dic 2025 |
| 1.0.21 | 18 dic 2025 |
| 1.0.20 | 13 dic 2025 |
| 1.0.18 | 12 dic 2025 |
| 1.0.15 | 10 dic 2025 |
| 1.0.13 | 9 dic 2025 |
| 1.0.12 | 9 dic 2025 |
| 1.0.11 | 8 dic 2025 |
| 1.0.10 | 6 dic 2025 |