Skip to main content
Glama

web3-mcp-server

by EmanuelJr

fetch_balance

Retrieve the wallet balance for a specified wallet address and chain ID using an EVM-compatible blockchain query. Simplifies balance checks for Web3 applications.

Instructions

Get the balance of a wallet

Input Schema

NameRequiredDescriptionDefault
chainIdYes
walletAddressYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "walletAddress": { "pattern": "^0x", "type": "string" } }, "required": [ "walletAddress", "chainId" ], "type": "object" }
Install Server

Other Tools from web3-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/EmanuelJr/web3-mcp-server'

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