MCP Crypto Wallet EVM

MIT License
30
2
  • Apple
  • Linux

wallet_sign_message

Sign a message using a wallet for Ethereum and EVM-compatible chains. Requires a message input and accepts a private key, mnemonic, or JSON wallet for secure message authentication.

Instructions

Sign a message

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to sign
walletNoThe wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "The message to sign", "type": "string" }, "wallet": { "description": "The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.", "type": "string" } }, "required": [ "message" ], "type": "object" }
ID: iwjmbo1gl1