Skip to main content
Glama

Arbitrum MCP Server

arbtrace_filter

Filter and analyze transaction traces on Arbitrum networks using specific criteria. Supports custom filters, RPC URLs, and chain identification for precise trace data extraction.

Instructions

Filter traces based on specified criteria (requires trace API)

Input Schema

NameRequiredDescriptionDefault
chainNameNoChain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL
filterYesFilter criteria for traces
rpcUrlNoThe RPC URL of the Arbitrum node (optional if default is set)

Input Schema (JSON Schema)

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