Skip to main content
Glama

Arbitrum MCP Server

arbtrace_get

Retrieve specific transaction trace data from Arbitrum chains by specifying a path and transaction hash. Works with Arbitrum Nitro nodes and supports natural language queries for monitoring and analysis.

Instructions

Get specific trace data at a given path within a transaction (requires trace API)

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "chainName": { "description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL", "type": "string" }, "path": { "description": "Path to specific trace data", "items": { "type": "string" }, "type": "array" }, "rpcUrl": { "description": "The RPC URL of the Arbitrum node (optional if default is set)", "type": "string" }, "txHash": { "description": "Transaction hash", "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