Bitcoin MCP Server

by AbdelStark
Verified
MIT License
103
18
  • Apple

decode_tx

Decode a Bitcoin transaction

Input Schema

NameRequiredDescriptionDefault
txYesTransaction hex

Input Schema (JSON Schema)

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