BPE (Bitcoin Pricing Engine) for Windsurf
io.github.bxetech/bpe-mcp
Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.
client:Windsurf
transport:stdio
runtime:npm
Install BPE (Bitcoin Pricing Engine) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bpe-mcp": {
"command": "npx",
"args": [
"-y",
"@bxetech/bpe-mcp"
],
"env": {
"BPE_API_KEY": "<BPE_API_KEY>",
"BPE_BASE_URL": "<BPE_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs