Odel
BPE (Bitcoin Pricing Engine)

BPE (Bitcoin Pricing Engine)

Local
@bxetechTypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bxetech/bpe-mcpv0.2.1

Run

npx -y @bxetech/bpe-mcp

MCP client config

{
  "mcpServers": {
    "bpe-bitcoin-pricing-engine": {
      "command": "npx",
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ]
    }
  }
}