Skip to main content
Glama

Grove's MCP Server for Pocket Network

compare_balances

Compare native token balances for any address across multiple EVM blockchain networks to analyze cross-chain holdings and distribution patterns.

Instructions

Compare native token balance for an address across multiple EVM chains

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to check
blockchainsNoList of blockchain names (optional, defaults to all EVM chains)
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to check", "type": "string" }, "blockchains": { "description": "List of blockchain names (optional, defaults to all EVM chains)", "items": { "type": "string" }, "type": "array" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "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/buildwithgrove/mcp-pocket'

If you have feedback or need assistance with the MCP directory API, please join our Discord server