Skip to main content
Glama

Bitcoin MCP Server

by JamesANZ
MIT License
559

decode_tx

Decode Bitcoin transaction details by inputting raw hex data. Use this tool to analyze transaction structure, inputs, outputs, and metadata stored on the blockchain.

Instructions

Decode a Bitcoin transaction

Input Schema

NameRequiredDescriptionDefault
rawHexYesTransaction hex

Input Schema (JSON Schema)

{ "properties": { "rawHex": { "description": "Transaction hex", "type": "string" } }, "required": [ "rawHex" ], "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/JamesANZ/bitcoin-mcp'

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