mcpbeat Sign in

BPE (Bitcoin Pricing Engine) MCP Server

local only

BPE (Bitcoin Pricing Engine) runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 13 May 2026.

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

Installs per day peak 12 · avg 5 · +38% w/w
a month agotoday
27
Installs / week
npm · @bxetech/bpe-mcp
0
Stars
0 open issues
13 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check BPE (Bitcoin Pricing Engine) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bpe-mcp -- npx -y @bxetech/bpe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bpe-mcp": {
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bpe-mcp]
command = "npx"
args = ["-y", "@bxetech/bpe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bpe-mcp": {
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bpe-mcp": {
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BPE_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BPE (Bitcoin Pricing Engine)

same job, measured the same way
Market Data Toolkit MCP
by jdpg23

17 market-data tools for AI agents: eBay sold prices, company KYC, SEC filings, patents, auctions

answering
Akta Pro MCP
by nishitasetia

Private company data & real-time news signals for AI agents.

answering
Price Data MCP
by wesseltl

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

127 installs/wk local only
OpenRush
by openrushdata

The Marketing Data Layer for AI Agents - SEO, Search Console, and Analytics

answering
web3agent
by apegurus

Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes.

66 installs/wk local only
Newsgurus Intel
by collectorguru

Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv

38 tools answering
Madjik Io
by madjik-io

Quantum-finance market metrics for AI agents, computed by the Black Belt Labs engine.

41 installs/wk local only
Meridian Edge — Prediction Market Consensus
by tmbot12

Real-time prediction market consensus data for AI agents

47 installs/wk local only

BPE (Bitcoin Pricing Engine) — questions

Answers built from our own checks of this server.

Why is there no uptime for BPE (Bitcoin Pricing Engine)?
BPE (Bitcoin Pricing Engine) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bxetech/bpe-mcp was installed 27 times last week.
How do I connect BPE (Bitcoin Pricing Engine)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bxetech/bpe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BPE (Bitcoin Pricing Engine)?
The npm package @bxetech/bpe-mcp was installed 27 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BPE (Bitcoin Pricing Engine) open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.