Skip to main content
Glama

XMTP MCP Server

by kwaude

get_messages

Retrieve encrypted messages from a conversation with a specific wallet address on the XMTP decentralized messaging network, limiting results as needed.

Instructions

Get messages from a conversation with an address

Input Schema

NameRequiredDescriptionDefault
addressYesWallet address to get conversation with
limitNoMaximum number of messages to retrieve

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Wallet address to get conversation with", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of messages to retrieve", "type": "number" } }, "required": [ "address" ], "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