Your AI agent is overpaying by 80%
The compute price oracle for AI agents.
Price comparison
Same-tier models. Wildly different prices.
| Provider | Model | Avg $/M tokens | vs Cheapest |
|---|---|---|---|
| Hyperbolic | Llama-70B (FP8) | $0.40 | cheapest |
| OpenAI | GPT-4o | $6.25 | 15.6x more |
| Anthropic | Claude Sonnet 4.6 | $9.00 | 22.5x more |
Prices as of March 2026. Per-million-token average of input + output.
MCP Tools
volt_check_priceCompare pricing across providers for a model.
volt_recommend_routeGet optimal provider recommendation with savings estimate.
volt_get_spendSpending summary by provider and model (today/7d/30d).
volt_get_savingsActual spend vs optimized spend comparison.
volt_set_budget_alertSet 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"]
}
}
}