A
licenseNot graded
qualityA
maintenanceBridges local MCP hosts to A2A v1-compatible agents, exposing A2A client operations as MCP tools.
5 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: discovery, listing agents, sending messages, and managing tasks by ID or listing. No overlap.
All tools follow the consistent pattern 'a2a_verb_noun' in lowercase snake_case, with verbs like list, get, send, cancel, discover.
With 6 tools covering discovery, task lifecycle (send, get, list, cancel), the count is well-scoped for an A2A protocol server.
Covers core A2A operations: agent discovery, task creation (via send), retrieval, listing, and cancellation. Minor gap: explicit task creation tool, but send likely handles it.