com.coinbucha/bitcoin-signals
Official7 toolsSignal-first Bitcoin intelligence: sovereign, hiring & hashrate signals over MCP.
Bitcoin intelligence signals covering sovereign, hiring, and hashrate metrics.
Captured live from the server via tools/list.
scan_signals
Ranked composite feed of Bitcoin signals (the money tool). Filter by strength, direction, or type.
Parameters (3)
- min_strengthnumber
Only signals with strength >= this
- directionstring
- signal_typesarray
e.g. ['sovereign_adoption','hiring_velocity']
get_hiring_signal
Bitcoin/crypto-infra hiring velocity: open roles + 30/90-day deltas from live ATS boards.
Parameters (1)
- companystring
Case-insensitive company filter
get_sovereign_reserves
Sovereign Bitcoin holdings, ranked. Filter by country or tier (1 = largest holders).
Parameters (2)
- countrystring
Country name or ISO code
- tierinteger
get_treasury_holdings
Corporate Bitcoin treasury holdings: total BTC held by public companies + top holders.
No parameters.
get_etf_flows
Spot Bitcoin ETF net flows (latest day + trailing 5/30-day) — institutional demand.
No parameters.
get_network_signal
Bitcoin network hashrate level and 30/90-day trend (miner conviction / security).
No parameters.
get_daily_brew
Today's machine-readable signal digest (the CoinBucha Daily Brew).
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bitcoin-signals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://coinbucha.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.