Skip to main content
Glama

Arbitrum MCP Server

arbtrace_block

Retrieve detailed trace information for all transactions within a specific block on Arbitrum networks using trace API. Ideal for debugging, monitoring, and analyzing blockchain activity.

Instructions

Get trace information for all transactions in a block (requires trace API)

Input Schema

NameRequiredDescriptionDefault
blockNumOrHashYesBlock number or hash to trace
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL
rpcUrlNoThe RPC URL of the Arbitrum node (optional if default is set)

Input Schema (JSON Schema)

{ "properties": { "blockNumOrHash": { "description": "Block number or hash to trace", "type": "string" }, "chainName": { "description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL", "type": "string" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum node (optional if default is set)", "type": "string" } }, "required": [ "blockNumOrHash" ], "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