volthq-mcp-server
Compute price oracle for AI agents. Compare inference pricing across OpenAI, Anthropic, and DePIN providers like Hyperbolic. Get routing recommendations that save up to 80% on compute costs.
README
Volt HQ
The compute price oracle for AI agents.
What it does
- Compares pricing across 8 providers (OpenAI, Anthropic, Groq, Together AI, DeepInfra, Fireworks AI, Hyperbolic, Akash) — 106+ offerings with live API pricing
- Recommends optimal routing — tells your agent where to get the same quality for less, with savings estimates
- Tracks spend and budgets — spending summaries by provider/model, savings reports, and threshold alerts
Install
Auto-configure Cursor and Claude Desktop in one command:
npx volthq-mcp-server --setup
Detects installed clients, merges config without overwriting your existing MCP servers.
<details> <summary>Manual setup</summary>
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"volthq": {
"command": "npx",
"args": ["-y", "volthq-mcp-server"]
}
}
}
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"volthq": {
"command": "npx",
"args": ["-y", "volthq-mcp-server"]
}
}
}
</details>
Tools
| Tool | Description |
|---|---|
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 |
Example
> volt_check_price { "model": "llama-70b" }
Price comparison for "llama-70b" — 8 offerings found
────────────────────────────────────────────────────────────
1. DeepInfra — Llama-70B
Input: $0.20/M tokens | Output: $0.27/M tokens | Avg: $0.24/M
Quality: 88% | Region: global
2. Hyperbolic — Llama-70B (FP8) on H100-SXM
Input: $0.40/M tokens | Output: $0.40/M tokens | Avg: $0.40/M
Quality: 85% | Region: global
3. Hyperbolic — Llama-70B (BF16) on H100-SXM
Input: $0.55/M tokens | Output: $0.55/M tokens | Avg: $0.55/M
Quality: 88% | Region: global
4. Groq — Llama-70B
Input: $0.59/M tokens | Output: $0.79/M tokens | Avg: $0.69/M
Quality: 88% | Region: global
5. Fireworks AI — Llama-70B
Input: $0.70/M tokens | Output: $0.70/M tokens | Avg: $0.70/M
Quality: 88% | Region: global
6. Together AI — Llama-70B
Input: $0.88/M tokens | Output: $0.88/M tokens | Avg: $0.88/M
Quality: 88% | Region: global
7. Akash — Llama-70B (FP8) on H100-SXM
Input: $3.49/M tokens | Output: $8.72/M tokens | Avg: $6.11/M
Quality: 85% | Region: global
8. Akash — Llama-70B (FP8) on A100-80GB
Input: $5.24/M tokens | Output: $13.11/M tokens | Avg: $9.18/M
Quality: 85% | Region: global
Cheapest is 97% less than most expensive option.
DeepInfra at $0.24/M, Hyperbolic at $0.40/M, Groq at $0.69/M, Fireworks AI at $0.70/M — all vs GPT-4o at $6.25/M.
Supported providers
- OpenAI — GPT-4o, GPT-4o-mini
- Anthropic — Claude Sonnet 4.6, Claude Haiku 4.5
- Groq — Llama-70B, Llama-8B, Mixtral-8x7B
- Together AI — Llama-70B, Llama-8B, DeepSeek-V3
- DeepInfra — 75+ models with live API pricing (Llama, DeepSeek, Qwen, Mistral, Gemma, and more)
- Fireworks AI — Llama-70B, Llama-8B, DeepSeek-R1
- Hyperbolic — DeepSeek-V3, DeepSeek-R1, Llama-70B, Llama-8B
- Akash — Llama-70B, Llama-8B on H100 and A100 (live GPU pricing)
Links
- npm: volthq-mcp-server
- Web: volthq.dev
- Pricing: volthq.dev/pricing
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.