Skip to main content
Glama

Mempool MCP Server

get-tx-outspend

Retrieve outspend details for a specific transaction output using a txid and vout index, enabling analysis of Bitcoin transaction data in real-time via the Mempool MCP Server.

Instructions

Returns outspend info for a transaction output

Input Schema

NameRequiredDescriptionDefault
txidYesThe txid to get outspend for
voutYesThe vout index to get outspend for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "txid": { "description": "The txid to get outspend for", "maxLength": 64, "minLength": 64, "type": "string" }, "vout": { "description": "The vout index to get outspend for", "type": "integer" } }, "required": [ "txid", "vout" ], "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