
Mcp Python Bitcoinlib
Let your coding agent construct, parse, and inspect Bitcoin transactions and scripts via python-bitcoinlib without memorizing the entire API surface.
Overview
mcp-python-bitcoinlib is a MCP server for the Build phase that exposes python-bitcoinlib operations to coding agents over stdio for Bitcoin transaction and script work.
What is this MCP server?
- MCP exposure of the python-bitcoinlib API for agent-driven Bitcoin scripting and transaction work
- PyPI package mcp-python-bitcoinlib version 0.1.0 with stdio transport
- GitHub source at daedalus/mcp-python-bitcoinlib
- Suited to prototyping address, script, and transaction utilities in Python
- Local stdio server—no separate hosted bitcoin node bundled in the manifest
- Server version 0.1.0
- PyPI identifier mcp-python-bitcoinlib
- Transport: stdio
What problem does it solve?
Building Bitcoin features in Python with an agent is error-prone when library calls for scripts, keys, and transactions are easy to get subtly wrong.
Who is it for?
Solo developers prototyping Bitcoin utilities, parsers, or signing flows in Python with agent assistance.
Skip if: Builders who need a managed wallet API, exchange integration, or production custody without deep manual security review.
What do I get? / Deliverables
Your agent can call python-bitcoinlib through MCP so prototypes and integrations stay aligned with the real API you will run in code.
- Agent-callable wrappers aligned with python-bitcoinlib
- Faster iteration on Bitcoin-related Python modules
- Documented MCP registration for local development workflows
Recommended MCP Servers
Journey fit
Build is the right shelf because you integrate blockchain primitives while implementing wallets, parsers, or backend services—not while doing abstract idea research. integrations captures an MCP wrapper around python-bitcoinlib meant to call library operations from the agent during feature work.
How it compares
MCP integration over python-bitcoinlib, not a hosted blockchain RPC provider or a no-code payments plugin.
Common Questions / FAQ
Who is mcp-python-bitcoinlib for?
Python-first solo builders experimenting with Bitcoin scripts, transactions, or tooling who want agent access to python-bitcoinlib via MCP.
When should I use mcp-python-bitcoinlib?
Use it in Build while wiring Bitcoin parsing, signing experiments, or CLI utilities—not as a substitute for legal, custody, or mainnet operations review.
How do I add mcp-python-bitcoinlib to my agent?
Install mcp-python-bitcoinlib from PyPI, configure a stdio MCP server in your client, and ensure python-bitcoinlib dependencies are available in the same Python environment.