Skip to main content
Glama

Arbitrum MCP Server

arbdebug_validateMessageNumber

Validate a specific message number on the Arbitrum MCP Server using debug API. Input includes RPC URL, chain name, and optional parameters for full validation or module root hash.

Instructions

Validate a specific message number (requires debug API)

Input Schema

NameRequiredDescriptionDefault
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL
fullNoWhether to perform full validation
moduleRootNoOptional module root hash
msgNumYesMessage number to validate
rpcUrlNoThe RPC URL of the Arbitrum node (optional if default is set)

Input Schema (JSON Schema)

{ "properties": { "chainName": { "description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL", "type": "string" }, "full": { "description": "Whether to perform full validation", "type": "boolean" }, "moduleRoot": { "description": "Optional module root hash", "type": "string" }, "msgNum": { "description": "Message number to validate", "type": "number" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum node (optional if default is set)", "type": "string" } }, "required": [ "msgNum" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dewanshparashar/arbitrum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server