Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/bjunjo/treasury-mcp/agents-mdgit clone --depth 1 https://github.com/bjunjo/treasury-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/bjunjo/treasury-mcp/agents-md)<a href="https://agentmods.dev/instructions/bjunjo/treasury-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/bjunjo/treasury-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00577 | $0.00577 |
| Opus 5 | $0.00289 | $0.00289 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
treasury-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.
bitcoin-mcp — MCP Server for Bitcoin
What this is
47-tool MCP server wrapping Bitcoin Core/Knots RPC. Zero-config: auto-falls back to Satoshi API (bitcoinsapi.com) when no local node detected. Published to PyPI and Smithery. v0.5.0.
Key files
src/bitcoin_mcp/server.py— all 49 tools defined as@mcp.tool()decoratorssrc/bitcoin_mcp/l402_client.py— L402 payment channel clienttests/— 116 tests, must pass before any release
Tool categories (all in server.py)
- Mempool: analyze_mempool, get_mempool_info, get_mempool_entry, get_mempool_ancestors
- Fees: get_fee_estimates, estimate_smart_fee, get_fee_recommendation, estimate_transaction_cost, compare_fee_estimates
- Blocks: analyze_block, get_block_stats, compare_blocks, search_blocks, get_block_count
- Transactions: analyze_transaction, decode_raw_transaction, get_indexed_transaction, search_blockchain, decode_bolt11_invoice
- Address: get_address_balance, get_address_history, get_address_utxos, check_utxo, validate_address, get_indexer_status
- Mining: get_mining_info, get_difficulty_adjustment, get_halving_countdown, get_mining_pool_rankings
- Network: get_network_info, get_blockchain_info, get_chain_tips, get_peer_info, get_node_status
- Supply: get_supply_info, get_utxo_set_info, get_chain_tx_stats
- Security: analyze_psbt_security, explain_inscription_listing_security
- Utility: generate_keypair, explain_script, describe_rpc_command, list_rpc_commands, query_remote_api
- Market: get_btc_price, get_market_sentiment, get_situation_summary, get_next_block_eta
Development rules
- Bump version in
pyproject.tomlfor any release (semver) - Run
pytest tests/before any commit — all 116 must pass - Tools must work against BOTH local Bitcoin Core AND the Satoshi API fallback
- No breaking changes to tool signatures without a major version bump
- Tool docstrings appear in MCP client UIs — keep them accurate and useful
- Discoverability matters: Glama/Smithery rank by stars + docs. Keep README and per-tool examples current.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 35 lines · 577 tokens per session scan A 1b4bdfd3d906
treasury-mcp AGENTS.md is an instructions file published in the GitHub repository bjunjo/treasury-mcp (0 stars, last pushed 5mo ago), licensed MIT. It adds 577 tokens to every session, about $0.0029 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
mercato-dapp AGENTS.md
Instructions for mercato-supply-chain/mercato-dapp, covering mercato — agent guide, quick facts, documentation map, domain glossary and user roles.
lightning-enable-mcp CLAUDE.md
Instructions for refined-element/lightning-enable-mcp, covering claude.md — lightning enable mcp, project overview, bug fix workflow and engineering standards.
x402-stellar-kit AGENTS.md
AGENTS.md instructions for CodeStrux/x402-stellar-kit, covering working with x402-stellar-kit, the one invariant, production seams, bootstrapping accounts across a custody boundary and add x402 to an existing api.
ai-oracle-skills CLAUDE.md
Instructions for APRO-com/ai-oracle-skills, covering claude.md, project overview, api essentials, testing and code generation verification.
cryptopilot-mcp CLAUDE.md
Claude Code instructions for cryptopilot-tools/cryptopilot-mcp, covering claude.md, project, stack, architecture and mcp tools (5).
tm-mcp-server CLAUDE.md
Claude Code instructions for jun229/tm-mcp-server, covering claude.md, project overview, architecture, key design decision: quote caching and tools (8 total).