Skip to main content
Glama

MCP Ethers Wallet

checkWalletExists

Verify if a wallet is configured on the MCP Ethers Wallet server and retrieve essential details like the wallet address without exposing private keys. Use a specified network or the default provider.

Instructions

Check if there is a wallet configured on the server. Returns basic wallet info like address but never exposes private keys.

Input Schema

NameRequiredDescriptionDefault
providerNoOptional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. If not provided, uses the default network.

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. If not provided, uses the default network.", "type": "string" } }, "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/crazyrabbitLTC/mcp-ethers-server'

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