Use python-bitcoinlib for Bitcoin keys, addresses, transactions, scripts, and cryptography.
The materials indicate this MCP tool mainly exposes local python-bitcoinlib APIs for Bitcoin-related operations. No secrets or remote endpoints are declared, and no clear high-risk red flags are evident; however, it is flagged as capable of code execution and has low adoption with unknown maintenance, so basic isolation and source review are still advisable.
The material explicitly states that no keys or environment variables are required. No API keys, private tokens, or external account credentials are requested; however, because the tool supports Bitcoin key management, any private keys or seed phrases entered by users would be highly sensitive and should not be provided in uncontrolled sessions.
The material explicitly lists no remote endpoint hosts, and the description does not declare online lookup, synchronization, or data transfer to third parties. Based on the available facts, there is no evidence of user data being sent to remote services.
The system flags this tool as 'executes-code', indicating it can run local code and process cryptographic or transaction-building logic. This is a normal capability for this type of tool and not by itself a high-risk sign, but it should still be run with least privilege and in an isolated environment.
The description shows it handles Bitcoin key management, address generation, transaction building, scripts, and cryptography, meaning it may process highly sensitive financial data such as private keys, raw transactions, and scripts. The material does not specify local file read/write scope and shows no obvious overbroad permission request; the concern mainly comes from the sensitivity of handled data rather than any disclosed access scope.
Positive factors include auditable source code, an MIT license, and a disclosed repository, which materially reduce supply-chain opacity. Points to watch are that it comes from a third-party registry, has 0 stars, and has unknown maintenance status, so evidence of trust and maturity is limited; it is better used after source review and dependency pinning.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-python-bitcoinlib" yet — see the docs or source repo.
Use mcp-python-bitcoinlib to generate a new Bitcoin private/public key pair, and return the address, WIF private key, and brief usage notes.
Returns a new key pair, Bitcoin address, WIF private key, and brief instructions.
Using mcp-python-bitcoinlib, build an unsigned raw Bitcoin transaction from the given UTXO, destination address, amount, and fee, and explain each field.
Outputs the raw transaction and explains key fields such as inputs, outputs, and fee.
Use mcp-python-bitcoinlib to demonstrate creating a simple P2PKH locking script and unlocking script, and explain the signature verification flow.
Provides script examples, related cryptographic steps, and a signature verification walkthrough.
Use natural language to check crypto prices, manage accounts, and trade.
Manage Bitcoin and Stacks wallets, balances, transfers, and transactions via MCP.
Connect to Mercado Bitcoin for market data, trading, and withdrawal operations.
Analyze crypto markets, chart trends, and support AI-driven trading decisions.
Handle local byte processing, hashing, conversions, and Ethereum primitives offline.
Access live Coinbase prices, manage portfolios, review history, and automate trades.