Skip to main content
Glama

Bitcoin MCP Server

decode_tx

Decode a Bitcoin transaction's hex data to extract details like inputs, outputs, and amounts, using the Bitcoin MCP Server for accurate blockchain interpretation.

Instructions

Decode a Bitcoin transaction

Input Schema

NameRequiredDescriptionDefault
txYesTransaction hex

Input Schema (JSON Schema)

{ "properties": { "tx": { "description": "Transaction hex", "type": "string" } }, "required": [ "tx" ], "type": "object" }
Install Server

Other Tools from Bitcoin MCP Server

Related Tools

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/AbdelStark/bitcoin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server