Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

get_balance

Check the balance of a wallet address for native tokens or specific ERC20 tokens on the Rootstock blockchain using standardized APIs.

Instructions

Get the balance of a wallet address (native tokens or ERC20 tokens)

Input Schema

NameRequiredDescriptionDefault
addressYesWallet address to check balance for
tokenAddressNoOptional ERC20 token contract address

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Wallet address to check balance for", "type": "string" }, "tokenAddress": { "description": "Optional ERC20 token contract address", "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/cuongpo/rootstock-mcp'

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