Bitcoin MCP Server

by AbdelStark
Verified
MIT License
103
18
  • Apple

get_transaction

Retrieve detailed transaction information from the Bitcoin network by providing a transaction ID using the Model Context Protocol (MCP).

Instructions

Get transaction details

Input Schema

NameRequiredDescriptionDefault
txidYesTransaction ID

Input Schema (JSON Schema)

{ "properties": { "txid": { "description": "Transaction ID", "type": "string" } }, "required": [ "txid" ], "type": "object" }

You must be authenticated.

Other Tools from Bitcoin MCP Server

Related Tools

ID: y42jsc8cig