MCP Bitcoin CLI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITCOIN_NETWORK | No | The Bitcoin network to use: mainnet, testnet, signet, or regtest | testnet |
| BITCOIN_CLI_PATH | No | Path to the bitcoin-cli binary | bitcoin-cli |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| encode_op_returnB | Encode arbitrary data into OP_RETURN script format. |
| decode_op_returnB | Parse OP_RETURN data from script hex. |
| build_op_return_transactionA | Construct OP_RETURN output data for a transaction. |
| parse_envelopeA | Parse BTCD envelope structure from raw bytes. |
| get_node_infoA | Check connection and network status. |
| list_utxosB | List available UTXOs for funding transactions. |
| broadcast_transactionB | Send signed transaction to the network. |
| get_transactionC | Fetch transaction details. |
| search_op_returnsB | Scan blocks for OP_RETURN transactions. |
| create_token_deployB | Create a BRC-20 token deployment inscription. |
| create_token_mintB | Create a BRC-20 token mint inscription. |
| create_token_transferB | Create a BRC-20 token transfer inscription. |
| embed_documentB | Prepare a document for on-chain storage. |
| read_documentB | Retrieve and parse document from transaction data. |
| create_timestampB | Create a hash commitment for timestamping. |
| verify_timestampB | Verify data against an on-chain timestamp hash. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricGrill/mcp-bitcoin-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server