BPE (Bitcoin Pricing Engine) MCP Server
io.github.bxetech/bpe-mcp
What is the BPE (Bitcoin Pricing Engine) MCP server?
Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.
How to install BPE (Bitcoin Pricing Engine)
Copy-paste configuration for popular MCP clients.
BPE_API_KEYrequiredsecretYour 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_URLOverride the BPE backend endpoint. Defaults to https://mcp.bxetech.com. Use https://mcp-qa1.bxetech.com for QA testing.
{
"mcpServers": {
"bpe-mcp": {
"command": "npx",
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"env": {
"BPE_API_KEY": "<YOUR_BPE_API_KEY>",
"BPE_BASE_URL": "<YOUR_BPE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"bpe-mcp": {
"command": "npx",
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"env": {
"BPE_API_KEY": "<YOUR_BPE_API_KEY>",
"BPE_BASE_URL": "<YOUR_BPE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"bpe-mcp": {
"command": "npx",
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"env": {
"BPE_API_KEY": "<YOUR_BPE_API_KEY>",
"BPE_BASE_URL": "<YOUR_BPE_BASE_URL>"
}
}
}
}{
"servers": {
"bpe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"env": {
"BPE_API_KEY": "<YOUR_BPE_API_KEY>",
"BPE_BASE_URL": "<YOUR_BPE_BASE_URL>"
}
}
}
}claude mcp add bpe-mcp --env BPE_API_KEY=<YOUR_BPE_API_KEY> --env BPE_BASE_URL=<YOUR_BPE_BASE_URL> -- npx -y @bxetech/bpe-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.