
BPE (Bitcoin Pricing Engine)
Feed Bitcoin BBO pricing, ML signals, funding skew, and agent briefings into trading or fintech agents you are building.
Overview
BPE MCP is a MCP server for the Build phase that supplies AI agents consolidated Bitcoin pricing, ML signals, funding skew, and briefings.
What is this MCP server?
- Consolidated Bitcoin market data surfaced for AI agents
- BBO pricing and funding skew metrics
- ML signals on Agent tier via briefing endpoint
- npm @bxetech/bpe-mcp stdio with BPE_API_KEY
- Configurable BPE_BASE_URL including QA endpoint mcp-qa1.bxetech.com
- Server/package version 0.2.1
- Default BPE_BASE_URL https://mcp.bxetech.com
- Free tier for evaluation; Agent tier unlocks full briefing endpoint per env docs
What problem does it solve?
Builders waste sprint time gluing exchange feeds and sentiment APIs when their agent needs one dependable Bitcoin data surface.
Who is it for?
Solo devs shipping BTC-aware agents, dashboards, or research tools who want a single MCP market-data provider.
Skip if: Non-crypto products, regulated advisory apps without your own compliance layer, or teams needing multi-asset equities data only.
What do I get? / Deliverables
After adding BPE_API_KEY and the npm MCP server, your agent can query BBO, signals, skew, and tiered briefings from bxetech endpoints.
- Agent-callable Bitcoin BBO and market metrics via MCP
- Optional full briefing with ML signals and sentiment on Agent tier
- Configurable endpoint including QA mcp-qa1.bxetech.com for testing
Recommended MCP Servers
Journey fit
Market data hooks are wired while composing agent logic and external APIs during product build, especially for finance or crypto copilots. BPE is an external data API exposed as MCP—classic third-party integration work rather than landing-page validation or production monitoring.
How it compares
Bitcoin market-data MCP integration, not a backtesting framework or on-chain DeFi execution skill.
Common Questions / FAQ
Who is BPE MCP for?
Indie builders and agent authors who need Bitcoin BBO, ML signals, funding skew, and briefings inside Claude Code, Cursor, or similar MCP clients.
When should I use BPE MCP?
Use it during Build while integrating market context into copilots, alerts, or research features; upgrade to Agent tier when you need the full briefing endpoint.
How do I add BPE MCP to my agent?
Request a BPE_API_KEY at bxetech.com/contact, install @bxetech/bpe-mcp via npm stdio, set BPE_API_KEY and optional BPE_BASE_URL in MCP env config.