Bitcoin MCP Server with 43 Tools for AI Coding Agents

Bitcoin MCP Server Released
bitcoin-mcp is a Model Context Protocol server that provides 43 Bitcoin tools for AI coding agents. It's the first Bitcoin MCP listed on Anthropic's official registry and requires zero configuration—no Bitcoin node is needed as it auto-connects to a free hosted API, though it will detect and use your own node if available.
Installation and Setup
Install via pip and add to Claude:
pip install bitcoin-mcp
claude mcp add bitcoin -s user -- bitcoin-mcpAfter installation, restart Claude Code to use the tools.
Available Tools and Queries
The server includes 43 tools, 6 prompts, and 7 resources. You can ask:
- "Give me a Bitcoin briefing"
- "Should I send Bitcoin now or wait?"
- "Analyze this transaction: [any txid]"
- "What's happening in the mempool?"
- "How much would a 2-in 2-out SegWit transaction cost in dollars?"
Responses include live data with real fee rates in sats/vB and USD, mempool congestion analysis, inscription detection, mining pool identification, and Taproot adoption statistics.
Technical Details
The project has 108 tests, is MIT licensed, and works with Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf. It's available on GitHub and PyPI.
📖 Read the full source: r/ClaudeAI
👀 See Also

Text Adventure Game Engine Skill for Claude Desktop
A text adventure game engine runs entirely inside Claude Desktop as a skill with no servers, apps, or code to run. It includes full RPG mechanics, 3D dice rendering, 19 expansion modules, and portable save files.

Zora: Offline-First AI Agent with Default-Deny Security and Local Memory
Zora is an AI agent that runs fully offline via Ollama by default, starts with zero access permissions, and maintains persistent memory across sessions. It addresses security and cost issues seen in other agents.

Pixel Agents: 24 Specialized Claude Agents for Code, Site, and Resume Reviews
Pixel Agents is a collection of 24 task-specific AI agents built on Claude Sonnet 4.6 API, each with tuned personalities and structured JSON output. The system includes code review, site analysis, resume critique, and startup evaluation agents that provide direct feedback.

BrightBean Studio: Open-source social media management platform built with AI agents
BrightBean Studio is an open-source, self-hostable social media management platform that supports 10+ platforms with direct first-party API integrations. It was built in 3 weeks using Claude and Codex.