Skip to main content
Glama

Arbitrum MCP Server

comprehensive_chain_status

Monitor Arbitrum chain health by retrieving ArbOS versions, batch posting status, assertion data, and gas prices. Auto-resolves contract addresses and RPC URLs from chain names for streamlined status checks.

Instructions

Get comprehensive chain status including ArbOS version, batch posting, assertion monitoring, and gas prices. Perfect for PM and support teams asking 'what is the current status of XAI?' or similar comprehensive status checks. Auto-resolves contract addresses from chain name when possible.

Input Schema

NameRequiredDescriptionDefault
bridgeAddressNoBridge contract address (auto-resolved if chainName provided)
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve RPC URL and contract addresses
parentRpcUrlNoParent chain RPC URL (auto-resolved if chainName provided)
rollupAddressNoRollup contract address (auto-resolved if chainName provided)
rpcUrlNoThe RPC URL of the Arbitrum chain (optional if default is set)
sequencerInboxAddressNoSequencer inbox contract address (auto-resolved if chainName provided)

Input Schema (JSON Schema)

{ "properties": { "bridgeAddress": { "description": "Bridge contract address (auto-resolved if chainName provided)", "type": "string" }, "chainName": { "description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve RPC URL and contract addresses", "type": "string" }, "parentRpcUrl": { "description": "Parent chain RPC URL (auto-resolved if chainName provided)", "type": "string" }, "rollupAddress": { "description": "Rollup contract address (auto-resolved if chainName provided)", "type": "string" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum chain (optional if default is set)", "type": "string" }, "sequencerInboxAddress": { "description": "Sequencer inbox contract address (auto-resolved if chainName provided)", "type": "string" } }, "required": [], "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