Skip to main content
Glama

MCP Ethers Wallet

signMessage

Sign a message using the MCP Ethers Wallet to authenticate or verify data on Ethereum networks. Provide a message and optional network for signing.

Instructions

Sign a message using the server's wallet

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to sign
providerNoOptional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks.

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "The message to sign", "type": "string" }, "provider": { "description": "Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks.", "type": "string" } }, "required": [ "message" ], "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