Skip to main content
Glama
bxetech

BPE MCP Server

by bxetech

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BPE_API_KEYYesYour BPE API key. Get one at https://bxetech.com/contact
BPE_BASE_URLNoOverride base URL for self-hosted / local devhttps://mcp.bxetech.com
BPE_TIMEOUT_MSNoPer-request timeout in milliseconds5000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_consolidated_priceA

Get the current consolidated Bitcoin price aggregated across the BPE exchange network. Returns price in USD, the number of contributing exchanges, and freshness in milliseconds. Use this when an agent or user asks 'what's the BTC price right now?' — it's faster and more authoritative than calling any individual exchange.

get_market_briefingA

Get a concise natural-language summary of the current Bitcoin market state. Synthesises consolidated price, funding-rate skew across major perpetual venues, current ML prediction, and sentiment indicators. 'brief' mode returns roughly 4 lines (price, funding skew, ML signal, sentiment); 'detailed' adds per-venue funding breakdown and ML sub-model details — typically 6-8 lines. This is the most token-efficient way for an agent to get the 'what's happening right now' picture — replaces 4-5 raw data calls plus the reasoning to summarise them.

get_funding_skewA

Get current perpetual-futures funding rates across major venues, plus the max-spread pair. Annualised. Useful for assessing perp-perp arbitrage conditions, basis trades, and overall positioning skew — high spread = stretched positioning on one side. Returns a sorted table.

get_ml_signalA

Get the current ML prediction for a specified time horizon. Returns direction (up/down/flat), confidence (0-1), and detected market regime (low/medium/high volatility). The model is a calibrated gradient-boosted classifier trained on a broad feature set including order book imbalance, cross-exchange spreads, sentiment, derivatives, and momentum.

get_sentiment_snapshotA

Get current Bitcoin market sentiment indicators. Returns Crypto Fear & Greed index (0-100, with label), FinBERT news sentiment (-1 most bearish to +1 most bullish, scored from CoinDesk + Cointelegraph headlines), Google Trends search interest (0-100, baseline 50), and a composite score (-1 to +1) blending all three. Useful for contextualising price action, detecting positioning extremes that may precede reversals, and as a coarse macro filter for shorter-horizon ML signals. Individual indicators are omitted when their upstream collector hasn't run yet.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bxetech/bpe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server