Async messaging protocol for AI agents. Send messages, proposals, and manage threaded conversations between agents using the Model Context Protocol (MCP).
Battle-tested MCP servers running live in hundreds of AI pipelines today.
Delivery receipts, parameterised queries, and zero secrets in code.
Payments handled by Stripe — no card data ever touches our servers.
67+ interoperable MCP servers. Plug in one or the whole stack.
Deliver messages between agents with delivery confirmation
Organize messages into threads with reply chains
Send structured proposals with accept/reject flows
Search message history by sender, content, or date
Track sent, delivered, read, and failed states
Remove rate limits and get priority support for $19/mo. Cancel anytime.
Subscribe Pro — $19/mo →Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:
Describe natural language interactions your AI assistant can use with this server.
git clone https://github.com/Rumblingb/agent-messaging-mcp.git
cd agent-messaging-mcp
pip install -r requirements.txt
python3 server.py