Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

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

NameRequiredDescriptionDefault
addressYesThe address that supposedly signed the message
messageYesThe original message
signatureYesThe signature to verify

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address that supposedly signed the message", "type": "string" }, "message": { "description": "The original message", "type": "string" }, "signature": { "description": "The signature to verify", "type": "string" } }, "required": [ "message", "signature", "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/dcSpark/mcp-cryptowallet-evm'

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