A Model Context Protocol (MCP) server exposing Bitcoin blockchain data through the Maestro API platform. Provides tools to explore blocks, transactions, addresses, inscriptions, runes, and other metaprotocol data.
273
35 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
get_address_activity | List satoshi balance change activity for an address. |
get_address_balance | Get current satoshi balance for an address (confirmed only). |
get_address_balance_historical | Get historical satoshi balances per block, with USD valuation. |
get_address_brc20 | List BRC-20 balances for an address (total and available). |
get_address_brc20_transfer_inscriptions | List unspent BRC-20 transfer inscriptions at an address. |
get_address_inscriptions | List inscriptions currently controlled by an address. |
get_address_inscription_activity | List inscription send/receive/self-transfer activity for an address. |
get_address_runes | List Rune balances for an address (total and available). |
get_address_rune_activity | List Rune balance increases/decreases/self-transfers for an address. |
get_address_rune_utxos | List UTXOs at an address containing Runes. |
get_address_statistics | Get address stats: tx counts, UTXOs, sat balance, runes/inscriptions flags. |
get_address_txs | List transactions that spent/produced UTXOs for an address. |
get_address_utxos | List UTXOs for an address; supports dust and metaprotocol filtering. |
get_mempool_address_balance | Get address satoshi balance including mempool-aware estimates. |
get_mempool_address_runes | Get mempool-aware Rune balances for an address. |
list_brc20_assets | List BRC-20 tickers deployed on-chain. |
get_brc20_info | Get BRC-20 metadata and current state. |
list_supported_dexs | List supported DEX identifiers for market endpoints. |
get_dex_ohlc | Get OHLCV candles for a DEX and symbol. |
get_btc_price_by_timestamp | Get BTC-USD price at a given UTC timestamp. |
get_rune_price_by_timestamp | Get Rune price (USD and sats) at a given UTC timestamp. |
rpc_chain_info | Bitcoin node and chain status from Node RPC. |
rpc_mempool_info | Current mempool size, usage, fee thresholds, RBF state. |
rpc_mempool_transactions | List transaction IDs currently in the mempool. |
rpc_block_miner_info | Get miner metadata for a given block. |
rpc_block_volume | Get total transaction output volume (sats) for a block. |
event_healthcheck | Event Manager healthcheck. |
event_list_logs | List event logs produced by triggers. |
event_get_log | Get a single event log by id. |
event_list_triggers | List all triggers. |
event_create_trigger | Create a new trigger for on-chain events. |
event_get_trigger | Get a trigger by id. |
event_update_trigger | Update an existing trigger by id. |
event_delete_trigger | Delete a trigger by id. |
event_list_trigger_condition_options | List condition picklist options for triggers. |
Manual installation
You can install the MCP server using:
Installation for