Bitcoin blockchain MCP server for querying blocks, transactions, addresses, and mempool data.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill bitcoin-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bitcoin Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-bitcoin-mcp)More formats (shields.io, HTML) on the badges page.
---
name: bitcoin-mcp
description: "Bitcoin blockchain MCP server for querying blocks, transactions, addresses, and mempool data."
version: 1.0.0
metadata:
openclaw:
tags: [bitcoin, blockchain, mempool, transactions]
official: false
source: "https://github.com/AbdelStark/bitcoin-mcp"
---
# Bitcoin MCP Server
Community MCP server from AbdelStark.
Bitcoin blockchain MCP server for querying blocks, transactions, addresses, and mempool data. Provides structured access to Bitcoin blockchain data including block exploration, transaction lookups, address balance queries, and real-time mempool monitoring.
## Installation
```bash
# From the official repo:
git clone https://github.com/AbdelStark/bitcoin-mcp
cd bitcoin-mcp
npm install
```
## Links
- **GitHub**: https://github.com/AbdelStark/bitcoin-mcp
- **Documentation**: https://github.com/AbdelStark/bitcoin-mcp#readme
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.