🦀 ClawHub
bitcoin-mcp
by @bortlesboat
47 Bitcoin tools for your AI agent — fee intelligence, mempool analysis, address lookups, transaction decoding, and more. MCP server backed by the Satoshi API.
TERMINAL
clawhub install bitcoin-mcp📖 About This Skill
name: bitcoin-mcp description: "47 Bitcoin tools for your AI agent — fee intelligence, mempool analysis, address lookups, transaction decoding, and more. MCP server backed by the Satoshi API." homepage: https://github.com/Bortlesboat/bitcoin-mcp metadata: { "openclaw": { "emoji": "⛓", "requires": { "bins": ["uv"] }, "install": [ { "id": "uv-brew", "kind": "brew", "formula": "uv", "bins": ["uv"], "label": "Install uv (brew)", }, ], }, }
bitcoin-mcp
Give your AI agent Bitcoin superpowers. 47 tools including fee intelligence, mempool analysis, address lookups, transaction decoding, block inspection, and PSBT security analysis.
Backed by the Satoshi API. Zero config — works out of the box with no Bitcoin node, no API key.
Install as MCP server in OpenClaw
Add to your openclaw.json:
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
Install for Claude Code
claude mcp add bitcoin -- uvx bitcoin-mcp
Install for Claude Desktop / Cursor
{
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
}