Skip to main content
Glama
teamssUTXO

Bitcoin-MCP-Server

get_transactions_of_address

Retrieve the complete transaction history for any Bitcoin address to audit activity, track payments, or verify transactions. Returns chronological data including transaction IDs, dates, and amounts.

Instructions

Use this to get the complete transaction history of a Bitcoin address. Returns a chronological list of all transactions in string format, with each transaction showing: - Transaction ID (txid) - unique identifier for the transaction - Transaction date and time - Amount sent in satoshis This provides the full transaction history for an address, allowing you to see all incoming and outgoing payments over time. Each transaction can be further investigated using `get_bitcoin_transaction_infos` or `get_transaction_input_output` with the returned txid. Accepts any Bitcoin address format (Legacy, SegWit, Bech32). Use cases: When you need to audit an address's activity, track payment history, verify specific transactions, or investigate suspicious activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes

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/teamssUTXO/Bitcoin-MCP-Server'

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