Skip to content
Cursor

BPE (Bitcoin Pricing Engine) for Cursor

io.github.bxetech/bpe-mcp

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

client:Cursor transport:stdio runtime:npm

Install BPE (Bitcoin Pricing Engine) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BPE (Bitcoin Pricing Engine) in other clients