Analytics
coinbucha.com
Provides Bitcoin and crypto market analytics including signal feeds, hiring velocity, sovereign and corporate holdings, and ETF flow data.
ENDPOINT 1
https://coinbucha.com/api/mcp
MCP server metadata
- Name
- coinbucha
- Version
- 0.1.2
CoinBucha serves leading, NON-PRICE Bitcoin indicators: sovereign reserve adoption, hiring velocity at Bitcoin and crypto-infrastructure employers, corporate treasury holdings and network hashrate. Every signal is dated, attributed to primary sources, and expressed as a 0-100 strength with a direction (tailwind | headwind | neutral) and a one-line `why`. Start with `scan_signals` for the ranked cross-signal view, then drill into a single domain with `get_sovereign_reserves`, `get_hiring_signal`, `get_treasury_holdings` or `get_network_signal`. `get_daily_brew` is the pre-written digest of the whole set. Read the `coinbucha://methodology` resource for how each strength is computed. The same documents are also published as RESOURCES, for clients that attach context rather than call tools: `coinbucha://daily-brew`, `coinbucha://sovereign-reserves`, `coinbucha://treasury-holdings` and `coinbucha://methodology`, plus the per-country template `coinbucha://sovereign/{country}` (list it to enumerate every tracked state) and the frozen-series template `coinbucha://sovereign/snapshot/{date}` (list it to enumerate every dated snapshot; a date with no snapshot answers `status: "no_snapshot"`, never a zero). Resource bodies are the SAME payloads the matching tools return — attaching one and calling the tool are interchangeable, so do not do both. Every payload carries `as_of` — cite it. When a source is missing, stale or unreadable the tool says so explicitly in `status` and `note` instead of serving a figure it cannot stand behind; pass that absence through rather than filling it in, and never read an absent feed as a zero. CoinBucha is information, not financial advice. Nothing this server returns is a recommendation to buy, sell or hold any asset; it publishes no price forecasts and no performance claims. Do not present its output as advice. Homepage https://coinbucha.com · docs and free-key request https://coinbucha.com/mcp · methodology https://coinbucha.com/methodology. Anonymous access is open and rate-limited to 30 requests/min per IP; a free API key raises that to 600/min.
Known tools 8
scan_signalsRanked cross-signal feed of CoinBucha's leading, non-price Bitcoin indicators.
Inferred read-onlyget_hiring_signalHiring velocity across tracked Bitcoin and crypto-infrastructure employers, counted from their live ATS boards.
Inferred read-onlyget_treasury_holdingsBitcoin held on the balance sheets of tracked public companies, in aggregate and by largest holder.
Inferred read-onlyget_etf_flowsRETIRED: this tool is no longer advertised and serves no flow figures.
Inferred read-onlyget_daily_brewThe day's machine-readable digest of the whole signal set — the CoinBucha Daily Brew.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.coinbucha]
url = "https://coinbucha.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coinbucha": {
"type": "http",
"url": "https://coinbucha.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coinbucha
Remote MCP URL: https://coinbucha.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"coinbucha": {
"url": "https://coinbucha.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coinbucha": {
"type": "http",
"url": "https://coinbucha.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coinbucha",
"transport": "streamable-http",
"url": "https://coinbucha.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for coinbucha.com was fetched 2026-07-29T21:39:12.226Z and is being refreshed.
coinbucha.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.