Data Collection
mcp-monad.com
Provides blockchain data including network status, block details, and transaction information.
ENDPOINT 1
https://mcp-monad.com/mcp
Known tools 23
monad_healthIndexer API process is up.
monad_networkChain id, last indexed block height, optional live RPC head and gas price (wei).
monad_blocks_recentLatest confirmed blocks in the indexer (newest first): number, hash, time, tx count, gas.
monad_block_headerSingle block metadata (miner, gas, base fee, tx count) without full tx list.
monad_block_fullBlock header plus all transactions for that height (from, to, value, input hex, gas, etc.).
monad_blocks_rangeCompact list of blocks between from and to (inclusive).
monad_txCore transaction row for a given tx hash (addresses, value, nonce, input).
monad_tx_receiptExecution outcome: status, gas used, effective gas price, contract address if created, and links to logs.
monad_tx_logsAll EVM logs for this transaction (address, topics, data).
monad_miners_statsCount of blocks produced per miner/proposer address in a block window.
monad_gas_price_historyTime series of base_fee_per_gas per block over a range.
monad_gas_utilization_chartPer-block gas_used / gas_limit over a time window (e.g.
monad_network_overviewAggregate network metrics: `validatorsCount` / `validatorsNetwork` from latest `full_sweep` (`staking.validators_network`), `committeesAtEpoch` member counts for execution/consensus/snapshot, plus tip/gas/TPS-style fields.
monad_network_block_size_trendHow transaction counts / sizes evolved over a period.
monad_network_active_addressesActive address metrics over a time window (period optional, API may clamp).
monad_validatorsLatest full-network sweep only (`snapshot_source=full_sweep`): `snapshotBlock`, `snapshotEpoch`, `source`, `validatorInfo` (registry sync status), `validators[]` with stake/commission; each row may include `registry` from `staking.validator_info_registry`.
monad_validators_at_blockValidator rows indexed for one confirmed block height (`asOfBlock`): event-driven `staking.validators` data, ordered by stake.
monad_validatorRich profile for one validator id (performance, uptime signals, on-chain metadata, optional `registry` from validator-info).
monad_indexing_progressIndexer checkpoints vs chain head: pipelines, last blocks, lag hints.
monad_ingest_gapsQueued or recorded gaps in block ingest (if any).
monad_gateway_overviewmonad_exec ingest: WS cursors, latest TPS/contention samples, lifecycle event counts.
monad_gateway_lifecycle_eventsPaginated rows from block_lifecycle_events (BlockStart, BlockEnd, …).
monad_openapiFull OpenAPI 3 JSON for the indexer HTTP API.