MCP Directory

newageflyfish-max/volthq

GitHub
Cloud

Compute price oracle for AI agents. Compare inference pricing across 8 providers in real time with routing recommendations and spend tracking. One-command install: `npx volthq-mcp-server --setup`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y volthq

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from newageflyfish-max/volthq your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route newageflyfish-max/volthq intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add volthq

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use newageflyfish-max/volthq directly without routing

npx -y volthq

New to Agent-CoreX? View setup guide →

newageflyfish-max/volthq MCP Server — Agent-CoreX