← Back to browse

ComparEdge LLM Cost

Indexed by io.github.imkemit-ops

About

Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.

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 comparedge-llm-cost -- npx @comparedge/llm-cost-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":"comparedge-llm-cost","command":"npx","args":["@comparedge/llm-cost-mcp"]}'
JSON
{
  "mcpServers": {
    "comparedge-llm-cost": {
      "command": "npx",
      "args": [
        "@comparedge/llm-cost-mcp"
      ]
    }
  }
}