bitcoin-mcp
/install bitcoin-mcp
\r \r
bitcoin-mcp\r
\r Give your AI agent Bitcoin superpowers. 47 tools including fee intelligence, mempool analysis, address lookups, transaction decoding, block inspection, and PSBT security analysis.\r \r Backed by the Satoshi API. Zero config — works out of the box with no Bitcoin node, no API key.\r \r
Install as MCP server in OpenClaw\r
\r
Add to your openclaw.json:\r
\r
"mcpServers": {\r
"bitcoin": {\r
"command": "uvx",\r
"args": ["bitcoin-mcp"]\r
}\r
}\r
```\r
\r
## Install for Claude Code\r
\r
```bash\r
claude mcp add bitcoin -- uvx bitcoin-mcp\r
```\r
\r
## Install for Claude Desktop / Cursor\r
\r
```json\r
{\r
"mcpServers": {\r
"bitcoin": {\r
"command": "uvx",\r
"args": ["bitcoin-mcp"]\r
}\r
}\r
}\r
```\r
\r
## What you can do\r
\r
- **Fees:** Real-time fee recommendations, smart fee estimation, cost calculator\r
- **Mempool:** Pending transactions, ancestors, entry lookup\r
- **Blocks:** Block stats, comparisons, chain tips\r
- **Addresses:** Balance, UTXO set, transaction history\r
- **Transactions:** Decode raw tx, analyze, find inscriptions\r
- **PSBT:** Security analysis for partially signed transactions\r
- **Lightning:** Decode BOLT11 invoices\r
- **Mining:** Pool rankings, difficulty adjustment, halving countdown\r
- **Market:** Price, supply info, market sentiment\r
\r
## Links\r
\r
- PyPI: [bitcoin-mcp](https://pypi.org/project/bitcoin-mcp/)\r
- GitHub: [Bortlesboat/bitcoin-mcp](https://github.com/Bortlesboat/bitcoin-mcp)\r
- API docs: [bitcoinsapi.com](https://bitcoinsapi.com)\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bitcoin-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/bitcoin-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
bitcoin-mcp 是什么?
47 Bitcoin tools for your AI agent — fee intelligence, mempool analysis, address lookups, transaction decoding, and more. MCP server backed by the Satoshi API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。
如何安装 bitcoin-mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bitcoin-mcp」即可一键安装,无需额外配置。
bitcoin-mcp 是免费的吗?
是的,bitcoin-mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bitcoin-mcp 支持哪些平台?
bitcoin-mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bitcoin-mcp?
由 Andrew Barnes(@bortlesboat)开发并维护,当前版本 v0.1.0。