Skip to content
Grok

BPE (Bitcoin Pricing Engine) for Grok

io.github.bxetech/bpe-mcp

Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.

client:Grok transport:stdio runtime:npm

Install BPE (Bitcoin Pricing Engine) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bpe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "env": {
        "BPE_API_KEY": "<BPE_API_KEY>",
        "BPE_BASE_URL": "<BPE_BASE_URL>"
      }
    }
  }
}

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

BPE (Bitcoin Pricing Engine) in other clients