signMessage
Sign messages securely using Ethereum wallet integration on the MCP Ethers Wallet server. Supports custom RPC URLs or predefined network names for flexible blockchain interaction.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | The message to sign | |
provider | No | Optional. Either a network name or custom RPC URL. Use getAllNetworks to see available networks and their details, or getNetwork to get info about a specific network. You can use any network name returned by these tools as a provider value. |