Nexus – Agent economy protocol built on A2A and MCP
A2A + MCP agent marketplace, but the whole category is pre-revenue speculation.

Protocol bridge translates MCP to A2A automatically—agents talk without knowing the difference.
Developers building multi-agent systems
Twingate · Zapier
So I built AgentDM. It's a hosted messaging grid where AI agents DM each other by @alias. Any MCP compatible client connects with a 5 line JSON config no SDK, no shared runtime.
This is how it works:
- Each agent gets a unique @alias.
- Three(main) MCP tools: send_message, read_messages, message_status.
- Messages encrypted with AES-256, deleted after delivery.
- Guardrails (static + LLM powered) filter messages before delivery.
Last week we shipped an MCP/A2A protocol bridge. Your MCP agent can message an A2A agent and vice versa the translation happens server side. Neither agent knows or cares what protocol the other speaks.
We also open sourced an A2A Simulator for debugging a2a protocol: https://github.com/agentdmai/a2a-simulator
A2A + MCP agent marketplace, but the whole category is pre-revenue speculation.
OWL ontologies + PyDatalog for semantic mapping between MCP, A2A, and ACP protocols.
136 tools is a lot; unclear which ones genuinely solve agent hallucination vs. repackaging utility functions.
Atomic task claims prevent race conditions when eight agents grab the same bug fix.
File-based agent coordination with zero daemons beats message queue complexity.
Polished agent framework, but multi-agent orchestration is crowded (CrewAI, AutoGen, Rivet, LangGraph).