Maestro MCP Server

Maestro MCP Server

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

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
get_address_activityList satoshi balance change activity for an address.
get_address_balanceGet current satoshi balance for an address (confirmed only).
get_address_balance_historicalGet historical satoshi balances per block, with USD valuation.
get_address_brc20List BRC-20 balances for an address (total and available).
get_address_brc20_transfer_inscriptionsList unspent BRC-20 transfer inscriptions at an address.
get_address_inscriptionsList inscriptions currently controlled by an address.
get_address_inscription_activityList inscription send/receive/self-transfer activity for an address.
get_address_runesList Rune balances for an address (total and available).
get_address_rune_activityList Rune balance increases/decreases/self-transfers for an address.
get_address_rune_utxosList UTXOs at an address containing Runes.
get_address_statisticsGet address stats: tx counts, UTXOs, sat balance, runes/inscriptions flags.
get_address_txsList transactions that spent/produced UTXOs for an address.
get_address_utxosList UTXOs for an address; supports dust and metaprotocol filtering.
get_mempool_address_balanceGet address satoshi balance including mempool-aware estimates.
get_mempool_address_runesGet mempool-aware Rune balances for an address.
list_brc20_assetsList BRC-20 tickers deployed on-chain.
get_brc20_infoGet BRC-20 metadata and current state.
list_supported_dexsList supported DEX identifiers for market endpoints.
get_dex_ohlcGet OHLCV candles for a DEX and symbol.
get_btc_price_by_timestampGet BTC-USD price at a given UTC timestamp.
get_rune_price_by_timestampGet Rune price (USD and sats) at a given UTC timestamp.
rpc_chain_infoBitcoin node and chain status from Node RPC.
rpc_mempool_infoCurrent mempool size, usage, fee thresholds, RBF state.
rpc_mempool_transactionsList transaction IDs currently in the mempool.
rpc_block_miner_infoGet miner metadata for a given block.
rpc_block_volumeGet total transaction output volume (sats) for a block.
event_healthcheckEvent Manager healthcheck.
event_list_logsList event logs produced by triggers.
event_get_logGet a single event log by id.
event_list_triggersList all triggers.
event_create_triggerCreate a new trigger for on-chain events.
event_get_triggerGet a trigger by id.
event_update_triggerUpdate an existing trigger by id.
event_delete_triggerDelete a trigger by id.
event_list_trigger_condition_optionsList condition picklist options for triggers.

Manual installation

You can install the MCP server using:

Installation for

Related servers