streamable-httpMITupdated 12d ago
Signal-first Bitcoin intelligence over MCP. Leading, non-price indicators — sovereign adoption, hiring velocity, network hashrate, ETF flows, corporate treasuries — each as a 0–100 strength, a direction, a one-line why, and primary sources. Information, not financial advice. No tool returns a buy/sell/hold recommendation.
What can you do with bitcoin signals?
CoinBucha MCP — Bitcoin signal intelligence for AI agents
Signal-first Bitcoin intelligence over MCP. Leading, non-price indicators — sovereign adoption, hiring velocity, network hashrate, ETF flows, corporate treasuries — each as a 0–100 strength, a direction, a one-line
why, and primary sources.Information, not financial advice. No tool returns a buy/sell/hold recommendation.
This is the public MCP interface for CoinBucha. The hosted server reads the same live signal data the dashboard renders, so the machine face and the human face never diverge.
Connect (hosted — recommended, no install)
The server is remote and speaks Streamable HTTP. Point any MCP client at:
https://coinbucha.com/api/mcp
Claude Desktop / Claude Code — add a custom connector with that URL, or in
claude_desktop_config.json:
{
"mcpServers": {
"coinbucha": {
"type": "streamable-http",
"url": "https://coinbucha.com/api/mcp"
}
}
}
Cursor / other clients — add an MCP server with transport streamable-http and the URL above.
Free tier is open (IP rate-limited). Higher limits are available with an API key via the
Authorization: Bearer <key> header — see coinbucha.com.
Connect (local stdio — offline/dev)
The bundled server.py exposes the same tools and fetches the live public snapshots from
coinbucha.com, so it needs no local data pipeline.
pip install -r requirements.txt
python3 server.py # stdio transport
# inspect: uv run mcp dev server.py
{
"mcpServers": {
"coinbucha": { "command": "python3", "args": ["server.py"] }
}
}
Tools
| Tool | Returns |
|---|---|
scan_signals |
Ranked composite signal feed (filter by min_strength, direction, signal_types) — the money tool |
get_hiring_signal |
Bitcoin/crypto-infra hiring velocity: open roles + 30/90-day deltas from live ATS boards |
get_sovereign_reserves |
Sovereign Bitcoin holdings, ranked (filter by country or tier) |
get_treasury_holdings |
Corporate Bitcoin treasury holdings: total BTC held by public companies + top holders |
get_etf_flows |
Spot Bitcoin ETF net flows (latest day + trailing 5/30-day) |
get_network_signal |
Bitcoin network hashrate level + 30/90-day trend |
get_daily_brew |
Today's machine-readable signal digest (the CoinBucha Daily Brew) |
Resource coinbucha://methodology — how every signal is computed (see docs/methodology.md).
Prompt morning_bitcoin_brief — one-shot template to render the Daily Brew from live signals.
Every response carries an as_of timestamp, a why, and a disclaimer.
Example
Call scan_signals with { "min_strength": 60, "direction": "tailwind" } → the strongest
structural tailwinds right now, ranked, each with its rationale and sources. Or run the
morning_bitcoin_brief prompt for a written digest.
Methodology & guardrail
Signals are leading, non-price indicators rendered as signal_strength (0–100), a
direction, and a why. The full, versioned methodology is public — see
docs/methodology.md — because an auditable method is the point.
CoinBucha's public and MCP surfaces are self-audited against MiCA / FCA / GDPR. No surface presents a signal as advice.
Links
- Dashboard: https://coinbucha.com
- MCP endpoint: https://coinbucha.com/api/mcp
- Discovery manifest: https://coinbucha.com/.well-known/mcp.json
License
MIT — see LICENSE. This repository is the public MCP interface and
methodology; the signal-collection pipeline is maintained separately.
Install
Add bitcoin signals to your client. Pick the one you use.
claude mcp add --transport http bitcoin-signals https://coinbucha.com/api/mcpcodex mcp add bitcoin-signals --url https://coinbucha.com/api/mcp{
"mcpServers": {
"bitcoin-signals": {
"url": "https://coinbucha.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bitcoin-signals": {
"type": "http",
"url": "https://coinbucha.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bitcoin-signals": {
"url": "https://coinbucha.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bitcoin-signals": {
"serverUrl": "https://coinbucha.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
bitcoin signals exposes 7 tools to a connected agent.
- scan_signals
- Ranked composite signal feed (filter by `min_strength`, `direction`, `signal_types`) — the money tool
- get_hiring_signal
- Bitcoin/crypto-infra hiring velocity: open roles + 30/90-day deltas from live ATS boards
- get_sovereign_reserves
- Sovereign Bitcoin holdings, ranked (filter by `country` or `tier`)
- get_treasury_holdings
- Corporate Bitcoin treasury holdings: total BTC held by public companies + top holders
- get_etf_flows
- Spot Bitcoin ETF net flows (latest day + trailing 5/30-day)
- get_network_signal
- Bitcoin network hashrate level + 30/90-day trend
- get_daily_brew
- Today's machine-readable signal digest (the CoinBucha Daily Brew)
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Aug 15, 2026 |
| 0.1.0 | Jun 10, 2026 |