Bitcoin MCP Server

by AbdelStark
Verified

decode_tx

Decode a raw Bitcoin transaction

Input Schema

NameRequiredDescriptionDefault
rawHexYesRaw transaction hex to decode

Input Schema (JSON Schema)

{ "properties": { "rawHex": { "description": "Raw transaction hex to decode", "type": "string" } }, "required": [ "rawHex" ], "type": "object" }