Skip to main content
Glama

bitcoin-utxo-mcp

get_utxo

Retrieve unspent transaction outputs (UTXOs) for a Bitcoin address, including details like TXID, value, confirmations, and total balance in BTC. Facilitates direct access to essential on-chain data for AI agents.

Instructions

Get UTXO for a Bitcoin address.

Args: address (str): Bitcoin address (base58 or bech32 format) Returns: A string containing: - Address - Number of UTXOs - Total value in BTC - List of UTXO details (txid, value, confirmations)

Input Schema

NameRequiredDescriptionDefault
addressYes

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "get_utxoArguments", "type": "object" }

Other Tools from bitcoin-utxo-mcp

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

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