Skip to main content
Glama

Mempool MCP Server

get-address-utxo

Retrieve UTXOs (Unspent Transaction Outputs) for a specific Bitcoin address using this Mempool MCP Server tool. Easily query and analyze blockchain data for transaction insights.

Instructions

Returns UTXOs for an address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to get UTXOs for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The address to get UTXOs for", "type": "string" } }, "required": [ "address" ], "type": "object" }

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/alexandresanlim/mempool-mcp-server'

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