Wraps the python-bitcoinlib library so you can work with Bitcoin primitives directly from Claude. You get key management (WIF and hex conversions), address generation across formats (P2PKH, P2SH, P2WPKH, P2WSH), transaction building and signing, script parsing, and the usual crypto operations like SHA256, RIPEMD160, and ECDSA. Reach for this when you need to prototype Bitcoin workflows, debug transaction structures, or experiment with script construction without switching contexts. It's essentially the full python-bitcoinlib API surface exposed as MCP tools, so if you're already familiar with that library, you'll know exactly what you're getting.
claude mcp add --transport stdio daedalus-mcp-python-bitcoinlib -- uvx mcp-python-bitcoinlib