Your AI agent is overpaying by 80%

The compute price oracle for AI agents.

Price comparison

Same-tier models. Wildly different prices.

ProviderModelAvg $/M tokensvs Cheapest
HyperbolicLlama-70B (FP8)$0.40cheapest
OpenAIGPT-4o$6.2515.6x more
AnthropicClaude Sonnet 4.6$9.0022.5x more

Prices as of March 2026. Per-million-token average of input + output.

MCP Tools

volt_check_price

Compare pricing across providers for a model.

volt_recommend_route

Get optimal provider recommendation with savings estimate.

volt_get_spend

Spending summary by provider and model (today/7d/30d).

volt_get_savings

Actual spend vs optimized spend comparison.

volt_set_budget_alert

Set daily/weekly/monthly budget threshold alerts.

Install

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "volthq": {
      "command": "npx",
      "args": ["-y", "volthq-mcp-server"]
    }
  }
}

Claude Desktop

claude_desktop_config.json

{
  "mcpServers": {
    "volthq": {
      "command": "npx",
      "args": ["-y", "volthq-mcp-server"]
    }
  }
}