Skip to main content
Glama

XMTP MCP Server

by kwaude

send_message

Send encrypted messages securely to any XMTP-enabled wallet address or ENS name using this tool. Facilitates direct communication via the XMTP decentralized messaging network.

Instructions

Send a message to an address via XMTP

Input Schema

NameRequiredDescriptionDefault
messageYesMessage content to send
recipientYesWallet address or ENS name to send message to

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Message content to send", "type": "string" }, "recipient": { "description": "Wallet address or ENS name to send message to", "type": "string" } }, "required": [ "recipient", "message" ], "type": "object" }

Other Tools from XMTP MCP Server

Related Tools

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/kwaude/xmtp-mcp'

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