CoinBucha
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_signalsA | Ranked composite feed of Bitcoin signals. |
| get_hiring_signalA | Bitcoin-native hiring velocity (open roles + 30/90-day deltas). |
| get_sovereign_reservesB | Sovereign Bitcoin holdings, ranked. |
| get_treasury_holdingsB | Corporate Bitcoin treasury holdings: total BTC held by public companies + top holders. |
| get_etf_flowsA | Spot Bitcoin ETF net flows (latest day + trailing 5/30-day) — institutional demand. |
| get_network_signalA | Bitcoin network hashrate level and 30/90-day trend (miner conviction / security). |
| get_daily_brewB | Today's machine-readable signal digest (the CoinBucha Daily Brew). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| morning_bitcoin_brief | One-shot template to render the CoinBucha Daily Brew from live signals. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| methodology | How every CoinBucha signal is computed. Public = credibility moat. |
TDQS
Scored across 7 tools
Each tool targets a distinct data category (hiring, sovereign reserves, treasury, ETF flows, network, digest, composite feed). While get_daily_brew and scan_signals both surface signals, their descriptions clearly differentiate a digest from a filterable ranked feed.
Six of seven tools follow the 'get_<noun>' pattern (e.g., get_etf_flows, get_network_signal). The outlier 'scan_signals' uses a different verb style, causing a minor deviation in an otherwise consistent scheme.
Seven tools is a well-scoped set for a Bitcoin signals server, covering distinct signal categories and aggregate views without bloat.
The surface covers key Bitcoin signal categories (institutional, corporate, sovereign, network, hiring) plus digest and composite feeds. A slight gap might be a direct price or on-chain metric tool, but the server appears purpose-focused and effective.