Skip to main content
Glama

Arbitrum MCP Server

get_rollup_address

Retrieve the rollup contract address for specific Arbitrum chains like Xai or Nova. Ideal for direct queries and integrations requiring precise chain address information.

Instructions

Get the rollup contract address for a specific Arbitrum chain. Use this for direct rollup address queries like 'what's the rollup address of Xai?', 'Xai rollup contract', or 'rollup address for Arbitrum One'.

Input Schema

NameRequiredDescriptionDefault
chainNameYesChain name to get rollup address for (e.g., 'Xai', 'Arbitrum One', 'Nova')

Input Schema (JSON Schema)

{ "properties": { "chainName": { "description": "Chain name to get rollup address for (e.g., 'Xai', 'Arbitrum One', 'Nova')", "type": "string" } }, "required": [ "chainName" ], "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