Skip to main content
Glama

Mempool MCP Server

IAddressResponse.ts789 B
export interface IAddressResponse { address: string; chain_stats: { funded_txo_count: number; funded_txo_sum: number; spent_txo_count: number; spent_txo_sum: number; tx_count: number; }; mempool_stats: { funded_txo_count: number; funded_txo_sum: number; spent_txo_count: number; spent_txo_sum: number; tx_count: number; }; } export interface IAddressTxResponse { txid: string; status: { confirmed: boolean; block_height?: number; block_hash?: string; block_time?: number; }; vin: any[]; vout: any[]; } export interface IAddressUtxoResponse { txid: string; vout: number; value: number; status: { confirmed: boolean; block_height?: number; block_hash?: string; block_time?: number; }; }

Latest Blog Posts

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