Skip to main content
Glama

MetaMask MCP

by Xiawpohr

get-native-currency-balance

Retrieve the native currency balance of a specified blockchain address using MetaMask MCP. Securely check balances without exposing private keys, enabling streamlined blockchain operations.

Instructions

Get the native currency balance of an address.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get balance for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Address to get balance for.", "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/Xiawpohr/metamask-mcp'

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