Install
openclaw skills install bitcoin-mcp47 Bitcoin tools for your AI agent — fee intelligence, mempool analysis, address lookups, transaction decoding, and more. MCP server backed by the Satoshi API.
openclaw skills install bitcoin-mcpGive 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.
Add to your openclaw.json:
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
claude mcp add bitcoin -- uvx bitcoin-mcp
{
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
}
brew install uv