← mcp-monad.com

INDIVIDUAL MCP TOOL

monad_tx

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

mcp-monad.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mcp-monad.com

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.mcp-monad-com]
url = "https://mcp-monad.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-monad-com": {
      "type": "http",
      "url": "https://mcp-monad.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-monad-com
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": {
    "mcp-monad-com": {
      "url": "https://mcp-monad.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-monad-com": {
      "type": "http",
      "url": "https://mcp-monad.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-monad-com",
  "transport": "streamable-http",
  "url": "https://mcp-monad.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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_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).