Bitcoin MCP
Generates keys, validates addresses, decodes transactions, and queries the Bitcoin blockchain plus Lightning Network.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Bitcoin MCP is a community-maintained server by solo developer Abdel Bakhta that provides Bitcoin and Lightning Network functionality. The package is distributed via npm with standard installation, which is positive for supply chain integrity. However, the maintainer appears to be a single individual with limited track record, creating bus factor concerns. The server handles cryptographic key generation and blockchain queries, which are sensitive operations requiring careful security review. While it offers read-only blockchain queries, the key generation capability introduces cryptographic trust dependencies. The project is open source with basic documentation, but lacks the maturity indicators of established cryptocurrency tooling. No security incidents are known, but the combination of solo maintenance and cryptographic operations warrants careful evaluation before production use. Users should verify the cryptographic implementations and consider the risks of key generation in an MCP context.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEPublic chain queries.
Green flags
- Distributed via npm with standard package management
- Open source repository available for inspection
- No known security incidents or vulnerabilities
- Read-only blockchain queries are low-risk operations
Red flags
- Solo maintainer with limited public track record
- Generates private keys, creating custody and security concerns
- Cryptocurrency operations require high cryptographic trust
- No evidence of security audit or peer review
- Limited documentation on key generation security practices
Permissions requested
Install
npx -y bitcoin-mcp@latest
Review
Install this if you work with Bitcoin data regularly and want blockchain queries inside Claude without API key juggling. Skip if you need write operations or real-time chain monitoring. A focused tool that does its narrow job well.
Good at
- Lightning Network queries are properly integrated, not bolted on as an afterthought.
- No API keys or authentication required, works immediately after install.
- Address validation and transaction decoding are fast and accurate for teaching or debugging workflows.
- Read-only design keeps the security surface minimal, no risk of accidental key exposure or transaction broadcast.
Watch out
- Blockchain queries depend on public APIs, so you inherit their rate limits and uptime.
- No support for broadcasting transactions or signing operations, purely read-only.
- Key generation feels like a demo feature rather than production-ready infrastructure.
- Hosts beyond Claude Desktop require manual configuration, no pre-built integrations for other MCP clients.
Use cases
- address validation
- transaction decoding
- Lightning integration
- crypto tutorials
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.