MCP Ethers Wallet
checkWalletExists
Check if there is a wallet configured on the server. Returns basic wallet info like address but never exposes private keys.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
provider | No | 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. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- getSupportedNetworks
- checkWalletExists
- getWalletBalance
- getERC20Balance
- getWalletTransactionCount
- getBlockNumber
- getBlockDetails
- getTransactionDetails
- getGasPrice
- getFeeData
- getContractCode
- lookupAddress
- resolveName
- formatEther
- parseEther
- formatUnits
- parseUnits
- sendTransaction
- signMessage
- contractCall
- contractCallView
- contractCallWithEstimate
- contractSendTransaction
- contractSendTransactionWithEstimate
- contractCallWithOverrides
- contractSendTransactionWithOverrides
- sendRawTransaction
- queryLogs
- contractEvents
- sendTransactionWithOptions
- getTransactionsByBlock