← 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 September 17, 2026

ENDPOINT 1

https://mcp-monad.com/mcp

No auth detected

MCP server metadata

Name
monad-indexer-mcp
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged

Known tools 23

monad_health

Indexer API process is up.

Inferred read-only
monad_network

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

Inferred read-only
monad_blocks_recent

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

Inferred read-only
monad_block_header

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

Inferred read-only
monad_block_full

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

Inferred read-only
monad_blocks_range

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

Inferred read-only
monad_tx

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

Inferred read-only
monad_tx_receipt

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

Inferred read-only
monad_tx_logs

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

Inferred read-only
monad_miners_stats

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

Inferred read-only
monad_gas_price_history

Time series of base_fee_per_gas per block over a range.

Inferred read-only
monad_gas_utilization_chart

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

Inferred read-only
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.

Inferred read-only
monad_network_block_size_trend

How transaction counts / sizes evolved over a period.

Inferred read-only
monad_network_active_addresses

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

Inferred read-only
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`.

Inferred read-only
monad_validators_at_block

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

Inferred read-only
monad_validator

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

Inferred read-only
monad_indexing_progress

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

Inferred read-only
monad_ingest_gaps

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

Inferred read-only
monad_gateway_overview

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

Inferred read-only
monad_gateway_lifecycle_events

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

Inferred read-only
monad_openapi

Full OpenAPI 3 JSON for the indexer HTTP API.

Inferred read-only

CONNECT 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.

Trust status Neutral

mcp-monad.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.