Skip to main content
Glama

Arbitrum MCP Server

arbtrace_replayTransaction

Replay and trace a transaction on Arbitrum chains using a transaction hash. Supports multiple trace types to analyze transaction details and state changes.

Instructions

Replay and trace a specific transaction (requires trace API)

Input Schema

NameRequiredDescriptionDefault
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)
traceTypesNoArray of trace types (e.g., ['trace', 'stateDiff'])
txHashYesTransaction hash to replay

Input Schema (JSON Schema)

{ "properties": { "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" }, "traceTypes": { "description": "Array of trace types (e.g., ['trace', 'stateDiff'])", "items": { "type": "string" }, "type": "array" }, "txHash": { "description": "Transaction hash to replay", "type": "string" } }, "required": [ "txHash" ], "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