Skip to main content
Glama

XMTP MCP Server

by kwaude

connect_xmtp

Initiate a connection to the XMTP network using a wallet private key to enable AI agents to send encrypted messages, manage conversations, and stream real-time communication across XMTP-enabled wallets. Supports local, dev, and production environments.

Instructions

Connect to XMTP network with wallet key

Input Schema

NameRequiredDescriptionDefault
environmentNoXMTP environment: local, dev, or productionproduction
privateKeyNoWallet private key (optional, uses env WALLET_KEY if not provided)

Input Schema (JSON Schema)

{ "properties": { "environment": { "default": "production", "description": "XMTP environment: local, dev, or production", "enum": [ "local", "dev", "production" ], "type": "string" }, "privateKey": { "description": "Wallet private key (optional, uses env WALLET_KEY if not provided)", "type": "string" } }, "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