Skip to content
Grok

volthq for Grok

io.github.newageflyfish-max/volthq

Compute price oracle for AI agents — compare pricing across 8 providers in real time.

client:Grok transport:stdio runtime:npm

Install volthq in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

volthq in other clients