Skip to content
Windsurf

BPE (Bitcoin Pricing Engine) for Windsurf

io.github.bxetech/bpe-mcp

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

client:Windsurf transport:stdio runtime:npm

Install BPE (Bitcoin Pricing Engine) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

BPE (Bitcoin Pricing Engine) in other clients