Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.
claude mcp add comparedge-llm-cost -- npx -y @comparedge/llm-cost-mcp
claude_desktop_config.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"comparedge-llm-cost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.imkemit-ops--comparedge-llm-cost/reviews or the review_server meta-tool.
POST /mcp