← Back to browse

AI Price Index

Indexed by io.github.RoninForge

About

Read-only, zero-key MCP server for point-in-time AI model API prices. Open data, CC BY 4.0.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add ai-price-index-mcp -- npx ai-price-index-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ai-price-index-mcp","command":"npx","args":["ai-price-index-mcp"]}'
JSON
{
  "mcpServers": {
    "ai-price-index-mcp": {
      "command": "npx",
      "args": [
        "ai-price-index-mcp"
      ]
    }
  }
}