Skip to main content
Glama

Arbitrum MCP Server

arb_get_raw_block_metadata

Retrieve raw block metadata for specified block ranges on Arbitrum chains using admin API, enabling detailed chain monitoring and analysis.

Instructions

Retrieve raw block metadata for specified block ranges (requires admin API)

Input Schema

NameRequiredDescriptionDefault
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL
fromBlockYesStarting block number
rpcUrlNoThe RPC URL of the Arbitrum node (optional if default is set)
toBlockNoEnding block number (defaults to fromBlock if not provided)

Input Schema (JSON Schema)

{ "properties": { "chainName": { "description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL", "type": "string" }, "fromBlock": { "description": "Starting block number", "type": "number" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum node (optional if default is set)", "type": "string" }, "toBlock": { "description": "Ending block number (defaults to fromBlock if not provided)", "type": "number" } }, "required": [ "fromBlock" ], "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