Skip to main content
Glama

Arbitrum MCP Server

get_balance_ether

Retrieve the Ethereum balance of a specific address using the Arbitrum MCP Server. Input the address and optional RPC URL to access accurate ETH balance details.

Instructions

Get balance of an address in ETH

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address to check balance for
rpcUrlNoThe RPC URL of the chain (optional if default is set)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Ethereum address to check balance for", "type": "string" }, "rpcUrl": { "description": "The RPC URL of the chain (optional if default is set)", "type": "string" } }, "required": [ "address" ], "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