Skip to content
VS Code

GoldBean MCP Server for VS Code

xyz.goldbean-api/goldbean-mcp

49 pay-per-use APIs for AI agents via x402. AI, crypto, DeFi, blockchain, weather, search, security.

client:VS Code transport:stdio runtime:npm

Install GoldBean MCP Server in VS Code

.vscode/mcp.json

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

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

GoldBean MCP Server in other clients