← Registry

Data Collection

mcp-monad.com

Provides blockchain data including network status, block details, and transaction information.

1 endpoint23 known toolsFirst detected May 13, 2026Last detected June 28, 2026

ENDPOINT 1

https://mcp-monad.com/mcp

No auth detected

Known tools 23

monad_health

Indexer API process is up.

monad_network

Chain id, last indexed block height, optional live RPC head and gas price (wei).

monad_blocks_recent

Latest confirmed blocks in the indexer (newest first): number, hash, time, tx count, gas.

monad_block_header

Single block metadata (miner, gas, base fee, tx count) without full tx list.

monad_block_full

Block header plus all transactions for that height (from, to, value, input hex, gas, etc.).

monad_blocks_range

Compact list of blocks between from and to (inclusive).

monad_tx

Core transaction row for a given tx hash (addresses, value, nonce, input).

monad_tx_receipt

Execution outcome: status, gas used, effective gas price, contract address if created, and links to logs.

monad_tx_logs

All EVM logs for this transaction (address, topics, data).

monad_miners_stats

Count of blocks produced per miner/proposer address in a block window.

monad_gas_price_history

Time series of base_fee_per_gas per block over a range.

monad_gas_utilization_chart

Per-block gas_used / gas_limit over a time window (e.g.

monad_network_overview

Aggregate 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_trend

How transaction counts / sizes evolved over a period.

monad_network_active_addresses

Active address metrics over a time window (period optional, API may clamp).

monad_validators

Latest 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_block

Validator rows indexed for one confirmed block height (`asOfBlock`): event-driven `staking.validators` data, ordered by stake.

monad_validator

Rich profile for one validator id (performance, uptime signals, on-chain metadata, optional `registry` from validator-info).

monad_indexing_progress

Indexer checkpoints vs chain head: pipelines, last blocks, lag hints.

monad_ingest_gaps

Queued or recorded gaps in block ingest (if any).

monad_gateway_overview

monad_exec ingest: WS cursors, latest TPS/contention samples, lifecycle event counts.

monad_gateway_lifecycle_events

Paginated rows from block_lifecycle_events (BlockStart, BlockEnd, …).

monad_openapi

Full OpenAPI 3 JSON for the indexer HTTP API.