← Index

BPE (Bitcoin Pricing Engine)

io.github.bxetech/bpe-mcp·v0.2.1·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bpe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "env": {
        "BPE_API_KEY": "<your-bpe_api_key>",
        "BPE_BASE_URL": "https://mcp.bxetech.com"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bpe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "env": {
        "BPE_API_KEY": "<your-bpe_api_key>",
        "BPE_BASE_URL": "https://mcp.bxetech.com"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bxetech/bpe-mcp
§02  Environment variables
BPE_API_KEY
requiredsecret

Your BPE API key. Free tier available for evaluation; Agent tier unlocks the full briefing endpoint with ML signals, funding skew, and sentiment. Request at https://bxetech.com/contact.

BPE_BASE_URL

Override the BPE backend endpoint. Defaults to https://mcp.bxetech.com. Use https://mcp-qa1.bxetech.com for QA testing.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other