Skip to main content
Glama

Arbitrum MCP Server

assertion_status

Monitor assertion creation and confirmation activity on Arbitrum chains to ensure rollup validation status. Tracks NodeCreated and NodeConfirmed events for chain security and finality monitoring, essential for project managers and support teams.

Instructions

Monitor assertion creation and confirmation activity. Tracks NodeCreated vs NodeConfirmed events to understand rollup validation status. Critical for PM and support teams to monitor chain security and finality.

Input Schema

NameRequiredDescriptionDefault
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL
parentRpcUrlYesParent chain RPC URL (e.g., Ethereum mainnet RPC)
rollupAddressYesRollup contract address
rpcUrlNoThe RPC URL of the Arbitrum chain (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" }, "parentRpcUrl": { "description": "Parent chain RPC URL (e.g., Ethereum mainnet RPC)", "type": "string" }, "rollupAddress": { "description": "Rollup contract address", "type": "string" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum chain (optional if default is set)", "type": "string" } }, "required": [ "parentRpcUrl", "rollupAddress" ], "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