wallet_verify_message
Validate the authenticity of a signed message by verifying its signature against the provided Ethereum address and original message using the MCP Crypto Wallet EVM.
Instructions
Verify a signed message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address that supposedly signed the message | |
message | Yes | The original message | |
signature | Yes | The signature to verify |