← 返回 Skills 市场
bortlesboat

bitcoin-mcp

作者 Andrew Barnes · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
246
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

\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
安全使用建议
This skill is internally consistent with its stated purpose, but before installing: 1) verify that installing the 'uv' brew package on your system provides the 'uvx' command (SKILL.md and the helper script invoke 'uvx', while the metadata lists 'uv'); 2) understand that the MCP relies on a third‑party API (bitcoinsapi.com) — any transaction data, addresses, or PSBTs you analyze will be sent to that provider, so do not send sensitive/private data if you require confidentiality; 3) review the upstream GitHub and PyPI packages (links are provided in SKILL.md) if you want to audit the actual bitcoin-mcp implementation before use; and 4) ensure network access is permitted and you trust the external API, or run a local node-based solution if you need offline/local analysis.
功能分析
Type: OpenClaw Skill Name: bitcoin-mcp Version: 0.1.0 The skill bundle provides documentation and a setup helper for a Bitcoin MCP server. The 'bitcoin_mcp_setup.py' script performs standard environment checks and prints configuration snippets for OpenClaw or Claude. It uses 'uvx' to execute the 'bitcoin-mcp' package from PyPI, which is a standard deployment method for MCP servers. No evidence of data exfiltration, malicious execution, or prompt injection was found in the provided files.
能力评估
Purpose & Capability
The skill is a wrapper/MCP server for bitcoin-mcp and correctly references an external Satoshi/bitcoinsapi.com backend — that aligns with the description. However, the metadata and install spec list the binary as 'uv' while runtime examples and the included setup script check for and invoke 'uvx' (e.g., 'uvx bitcoin-mcp'). This is an inconsistency that may cause install/runtime confusion (you likely need the uv package that provides an 'uvx' command).
Instruction Scope
SKILL.md only instructs how to register the MCP server, how to test status, and points to external docs. The included setup script only checks for the presence of 'uvx' and runs 'uvx bitcoin-mcp --version' — it does not read unrelated local files, request credentials, or perform other out-of-scope operations. Note: the service is 'zero config' because it relies on an external API, so runtime calls will reach bitcoinsapi.com.
Install Mechanism
The install mechanism uses a brew formula 'uv' which is a standard package source (lower risk than arbitrary downloads). There is no code in the skill that downloads or extracts remote archives during install; the only script provided is a local helper. No suspicious install URLs or extract actions are present.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the 'zero config / no API key' claim. However, because the MCP implementation uses an external API (bitcoinsapi.com), any data you send to the skill (addresses, PSBTs, raw txs) may be transmitted to that third-party service — so lack of credentials is consistent but implies networked data flow to an external provider.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It only provides an MCP server registration snippet and a local status/test helper, which is within reasonable scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bitcoin-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bitcoin-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — 47 Bitcoin tools as an MCP server, backed by Satoshi API. Zero config.
元数据
Slug bitcoin-mcp
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论