Server data from the Official MCP Registry
Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.
Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.
Well-structured MCP server with proper authentication, secure credential handling, and appropriate permission scoping. The code demonstrates good security practices with environment-based API key management, input validation via Zod, and no dangerous patterns. Minor quality improvements around error handling could be made, but these do not present security risks. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
6 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BPE_API_KEY
Environment variable: BPE_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-bxetech-bpe-mcp": {
"env": {
"BPE_API_KEY": "your-bpe-api-key-here",
"BPE_BASE_URL": "your-bpe-base-url-here"
},
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Model Context Protocol server for the BPE market-data API. Lets Claude Desktop, Cursor, Goose, and other MCP-enabled agents query consolidated Bitcoin pricing, ML signals, funding-rate skew, and natural-language market briefings — without writing any HTTP boilerplate.
Status: v0.1 prototype. Four tools, local stdio transport, no LLM calls inside the briefing endpoint (template-rendered). API key required.
Listed in the official MCP Server Registry as io.github.bxetech/bpe-mcp. Install via npm install -g @bxetech/bpe-mcp or npx -y @bxetech/bpe-mcp.
If you're building an agent that touches Bitcoin markets, you have two options today:
This MCP server is option 2 dressed up as native tools your agent can discover and call.
| Tool | What it does |
|---|---|
get_consolidated_price | Current BTC price aggregated across the BPE network |
get_market_briefing | 5–8 line natural-language market summary (price, funding, ML, sentiment, anomalies) |
get_funding_skew | Per-venue annualised funding rates + max-spread pair |
get_ml_signal | Current ML prediction across configurable time horizons |
npm install -g @bxetech/bpe-mcp
Or use npx with no install (recommended for Claude Desktop):
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bpe": {
"command": "npx",
"args": ["-y", "@bxetech/bpe-mcp"],
"env": {
"BPE_API_KEY": "bpe_..."
}
}
}
}
Restart Claude Desktop. The four tools appear under the MCP server picker.
| Env var | Default | Notes |
|---|---|---|
BPE_API_KEY | (required) | Get one at https://bxetech.com/contact |
BPE_BASE_URL | https://mcp.bxetech.com | Override for self-hosted / local dev |
BPE_TIMEOUT_MS | 5000 | Per-request timeout |
git clone https://github.com/bxetech/bpe-mcp
cd bpe-mcp
npm install
npm run build
BPE_API_KEY=... npm run dev
To dogfood in Claude Desktop while iterating, point at the local build:
{
"mcpServers": {
"bpe-dev": {
"command": "node",
"args": ["/abs/path/to/mcp-server/dist/index.js"],
"env": {
"BPE_API_KEY": "...",
"BPE_BASE_URL": "http://localhost:8082"
}
}
}
}
get_basis, get_sentiment_snapshot, subscribe_alert (webhook subscription)See docs/research/AGENT_INTEGRATION_AND_MONETISATION_2026-04-27.md for the broader product / monetisation plan.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.