Web3 MCP Server

getBalance

Retrieve the balance of a Solana account address using this Web3 MCP Server tool. Input the address to query real-time token holdings.

Instructions

Get balance for a Solana address

Input Schema

NameRequiredDescriptionDefault
addressYesSolana account address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Solana account address", "type": "string" } }, "required": [ "address" ], "type": "object" }

Other Tools from Web3 MCP Server

Related Tools

ID: an8x6gmzdn