Data Collection
mcp-monad.com
Provides blockchain data including network status, block details, and transaction information.
ENDPOINT 1
https://mcp-monad.com/mcp
MCP server metadata
- Name
- monad-indexer-mcp
- Version
- 1.0.0
Known tools 23
monad_networkChain id, last indexed block height, optional live RPC head and gas price (wei).
Inferred read-onlymonad_blocks_recentLatest confirmed blocks in the indexer (newest first): number, hash, time, tx count, gas.
Inferred read-onlymonad_block_headerSingle block metadata (miner, gas, base fee, tx count) without full tx list.
Inferred read-onlymonad_block_fullBlock header plus all transactions for that height (from, to, value, input hex, gas, etc.).
Inferred read-onlymonad_txCore transaction row for a given tx hash (addresses, value, nonce, input).
Inferred read-onlymonad_tx_receiptExecution outcome: status, gas used, effective gas price, contract address if created, and links to logs.
Inferred read-onlymonad_miners_statsCount of blocks produced per miner/proposer address in a block window.
Inferred read-onlymonad_gas_utilization_chartPer-block gas_used / gas_limit over a time window (e.g.
Inferred read-onlymonad_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.
Inferred read-onlymonad_network_block_size_trendHow transaction counts / sizes evolved over a period.
Inferred read-onlymonad_network_active_addressesActive address metrics over a time window (period optional, API may clamp).
Inferred read-onlymonad_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`.
Inferred read-onlymonad_validators_at_blockValidator rows indexed for one confirmed block height (`asOfBlock`): event-driven `staking.validators` data, ordered by stake.
Inferred read-onlymonad_validatorRich profile for one validator id (performance, uptime signals, on-chain metadata, optional `registry` from validator-info).
Inferred read-onlymonad_indexing_progressIndexer checkpoints vs chain head: pipelines, last blocks, lag hints.
Inferred read-onlymonad_gateway_overviewmonad_exec ingest: WS cursors, latest TPS/contention samples, lifecycle event counts.
Inferred read-onlymonad_gateway_lifecycle_eventsPaginated rows from block_lifecycle_events (BlockStart, BlockEnd, …).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.monad-indexer-mcp]
url = "https://mcp-monad.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"monad-indexer-mcp": {
"type": "http",
"url": "https://mcp-monad.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: monad-indexer-mcp
Remote MCP URL: https://mcp-monad.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"monad-indexer-mcp": {
"url": "https://mcp-monad.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"monad-indexer-mcp": {
"type": "http",
"url": "https://mcp-monad.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "monad-indexer-mcp",
"transport": "streamable-http",
"url": "https://mcp-monad.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mcp-monad.com was fetched 2026-08-23T13:23:42.691Z and is being refreshed.
mcp-monad.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.