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

Adam: An Embeddable Cross-Platform AI Agent Library in C
Adam is a C library providing a complete agent loop with tool calling, memory, voice, and both cloud/local LLM support, designed to be embedded into any application.

LystBot: An MCP Server for Claude to Manage Lists and Tasks
LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

TranscriptionSuite v1.1.2 adds WhisperX, NeMo, and VibeVoice models
TranscriptionSuite v1.1.2 now offers three transcription pipelines: WhisperX with PyAnnote diarization, NeMo models (Parakeet & Canary) with PyAnnote diarization, and VibeVoice models with built-in diarization. The update includes a model manager, parallel processing, shortcut controls, and a 24kHz recording pipeline for VibeVoice.

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.