Skip to content
VS Code

volthq for VS Code

io.github.newageflyfish-max/volthq

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

client:VS Code transport:stdio runtime:npm

Install volthq in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

volthq in other clients