Skip to main content
Glama

Monad MCP Server

by lispking

get-mon-balance

Retrieve the MON token balance for a specified address on the Monad testnet using the Model Context Protocol server. Check token holdings with a simple address input.

Instructions

Get MON balance for an address on Monad testnet

Input Schema

NameRequiredDescriptionDefault
addressYesMonad testnet address to check balance for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Monad testnet address to check balance for", "type": "string" } }, "required": [ "address" ], "type": "object" }

Other Tools from Monad MCP Server

Related Tools

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/lispking/monad-mcp-server'

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