A curated list of awesome Agent2Agent (A2A) protocol servers. This repository collects and organizes A2A-compliant server implementations to help developers build interoperable AI agent systems.
- What is A2A?
- Clients
- Tutorials
- Community
- Legend
- Server Implementations
- Frameworks
- Utilities
- Contributing
- License
A2A (Agent2Agent) is an open protocol created by Google that enables different AI agents to communicate and collaborate with each other using a standardized interface. The protocol allows agents to discover capabilities, submit tasks for execution, monitor task progress, and receive task results in a unified way.
AI clients that can interact with A2A servers:
- Claude from Anthropic
- Gemini from Google
- Custom A2A-compatible clients
- 🎖️ – official implementation
- programming language
- 🐍 – Python codebase
- 📇 – TypeScript/JavaScript codebase
- 🏎️ – Go codebase
- 🦀 – Rust codebase
- #️⃣ - C# Codebase
- ☕ - Java codebase
- scope
- ☁️ - Cloud Service
- 🏠 - Local Service
- 📟 - Embedded Systems
- operating system
- 🍎 – For macOS
- 🪟 – For Windows
- 🐧 - For Linux
Note
Confused about Local 🏠 vs Cloud ☁️?
- Use local when A2A server is talking to a locally installed software.
- Use cloud when A2A server is talking to remote APIs, like Google Maps API.
- 🎖️ - Official Samples
- 🗺️ - Location Services
- 💼 - Business Tools
- 🖼️ - Image Generation
- 💱 - Financial Services
- 🔎 - Search & Data Extraction
- 💬 - Communication Services
- 🔄 - Integration Services
- 🛠️ - Developer Tools
- 🧠 - Knowledge Services
- 📊 - Data Services
- 🚆 - Travel & Transportation
Official sample implementations from the Google A2A repository.
-
google/google_adk 🎖️ 🐍 🏠 - An expense reimbursement agent built with Google Agent Development Kit (ADK). Showcases multi-turn interactions and webform handling through the A2A protocol.
-
google/langgraph 🎖️ 🐍 ☁️ - A currency conversion agent built with LangGraph. Showcases multi-turn interactions, tool usage for currency exchange via Frankfurter API, and streaming updates through the A2A protocol.
-
google/crewai 🎖️ 🐍 ☁️ - An image generation agent built with CrewAI. Showcases text-to-image generation using Google Gemini API and returning images as artifacts through the A2A protocol.
A2A servers providing mapping, geocoding, navigation, and other location-based services.
- pab1it0/google-maps-a2a 🐍 ☁️ - An A2A-compliant server that provides Google Maps capabilities including geocoding, reverse geocoding, directions, places search, place details, and distance matrix calculations. Supports multiple input/output formats and provides a standardized agent card for capability discovery.
A2A servers for business operations, expense management, and other enterprise functions.
See google/google_adk for an example expense reimbursement tool.
-
geter-andru/mcp-server-andru-intelligence 📇 ☁️ - Operational empathy for technical SaaS founders. 19 tools for ICP scoring, persona simulation, competitive positioning, deal classification, investor matching, and founder wellness. AP2 payment-capable. Agent Card
-
Writbase/writbase 📇 ☁️ - MCP-native task management for AI agent fleets with multi-agent permissions, full provenance, inter-agent task delegation, and A2A status mapping.
A2A servers for generating and manipulating images.
See google/crewai for an example image generation tool.
A2A servers for financial operations, currency conversion, and financial data.
See google/langgraph for an example currency conversion tool.
-
opspawn/a2a-x402-gateway 📇 ☁️ - An A2A-native agent gateway with x402 V2 micropayments. Offers 6 AI skills across 3 chains (Base, SKALE, Arbitrum), enabling pay-per-task agent interactions via the A2A protocol. Live at https://a2a.opspawn.com.
-
TIAMAT 📇 ☁️ - An autonomous A2A-compliant AI agent offering text summarization, streaming chat, algorithmic image generation (6 styles), and text-to-speech synthesis. Supports x402 USDC micropayments on Base. Agent card at
/.well-known/agent.json. Built by ENERGENAI LLC. (GitHub)
A2A servers for search, data retrieval, and information extraction.
-
AnyBrowse ☁️ - Autonomous web browsing agent that converts URLs to LLM-ready Markdown via real Chrome browsers, with x402 micropayments on Base.
-
ju4nv1e1r4/agents-with-adk 🐍 ☁️ - An example of agent implementation using Google ADK (Agent Development Kit) with two agents and a tool, working with full iteroperability, along with demonstrations of agent evaluation and deployment to Google Cloud Run.
A2A servers for messaging, email, and other communication tools.
- Perkoon 📇 ☁️ - P2P data exchange between agents. Create transfer sessions via A2A, move files directly between machines over WebRTC with
perkoon send/perkoon receive. No accounts, no size limits, end-to-end encrypted — server never touches the data. Agent Card: perkoon.com/.well-known/agent-card.json
A2A servers that bridge to various APIs, platforms, and services.
-
Pinchwork 🐍 ☁️ - Open-source agent-to-agent task marketplace with A2A Agent Card. Agents register, post tasks, pick up work, and earn credits. Serves Agent Card at
/.well-known/agent-card.jsonfor discovery. -
Agent Café 🐍 ☁️ - Agent marketplace with behavioral trust scoring, job bidding, Stripe payments, and prompt injection defense. Agents register, browse jobs, bid, deliver, and build computed reputation. Discovery via
/.well-known/agent-card.json. Live at thecafe.dev.
A2A servers for software development, coding, version control, and DevOps.
- EmilLindfors/a2a-rs 🦀 🏠 - A Rust implementation of the A2A protocol that follows idiomatic Rust practices and hexagonal architecture principles. Features both client and server implementations, multiple transport options (HTTP and WebSocket), streaming support, and async/sync interfaces with flexible feature flags.
- k-jarzyna/adk-modular-architecture 🐍 🏠 - A flexible, multi-agent system for automating the presales process using Google's Agent Development Kit.
- yeeaiclub/a2a-go 🏎️ 🏠 - A Go implementation of the A2A protocol with middleware support, authentication, and complete protocol methods. Features high compatibility with the official a2a-python structure and interfaces.
- Swival/swival 🐍 ☁️ 🏠 - A CLI coding agent with full A2A v1.0 client and server support. Works with any LLM provider including local models, with graduated context management designed for tight context windows.
- Intelligent-Internet/opencode-a2a 🐍 ☁️ - Full A2A Protocol implementation exposing OpenCode as an interoperable A2A service, focused on practical local + remote task execution for operator workflows.
- liujuanjuan1984/codex-a2a 🐍 ☁️ - Full A2A Protocol implementation that exposes Codex runtimes through the A2A interface with task lifecycle, artifact, and session handling.
A2A servers for knowledge management, document handling, and information extraction.
No entries yet. Contribute!
A2A servers for data processing, analytics, and database integration.
- Cerebrus Pulse 🐍 ☁️ 🐧 - Institutional-grade crypto derivatives intelligence via A2A + x402 micropayments. Multi-timeframe confluence scoring, regime detection, and open interest analysis for 51 perpetual markets. Pay-per-query with USDC on Base. Agent Card: api.cerebruspulse.xyz/.well-known/agent-card.json
A2A servers for travel planning, booking, and transportation services.
No entries yet. Contribute!
Universal agentic registry on Hedera Hashgraph with HCS-14 UAIDs. Bridges to A2A, ERC-8004, Virtuals, and x402 protocols.
Tools and frameworks for building A2A servers.
- Google Agent Development Kit (ADK) 🎖️ 🐍 - Google's framework for building A2A-compliant agents.
- LangGraph 🐍 - A framework for building stateful, multi-actor applications with LLMs, with A2A support.
- CrewAI 🐍 - Framework for orchestrating role-playing, autonomous AI agents with A2A support.
- JamJet 🦀 🐍 - Durable, agent-native AI runtime with native A2A support. Rust core with Python authoring. Features graph-based workflows, durable execution, multi-agent coordination, and built-in MCP client + server.
- Retool Agents ☁️ - Framework for building operational agents on top of business data with A2A support.
- OpenAgents 🐍 - Open-source multi-agent platform with native A2A protocol support, plus MCP, WebSocket, gRPC, and HTTP. Build AI agent networks where multiple agents connect, communicate, and collaborate.
- Inai 📇 🐍 🦀 🏠 ☁️ - Framework for scaffolding and running P2P-discoverable, DID-native AI agents across TypeScript, Python, Rust, and Zig. Features libp2p-based peer discovery, ANR (Agent Name Records), on-chain discovery via ERC-8004, and multi-framework support for LangGraph, CrewAI, Google ADK, Agno, LlamaIndex, and smolagents.
Auxiliary tools that help with A2A server development, testing, and deployment.
-
TheRaLabs/legion-a2a 🐍 - A robust Python implementation of the A2A protocol with both Pydantic v2 and dataclass model implementations. Provides type-safe communication between agents with complete support for task management, messaging, file/data transfer, status updates, and error handling. Maintained by Legion AI.
-
pcingola/a2a_min 🐍 - A minimalistic Python SDK for Agent-to-Agent (A2A) communication. Features include client for communicating with A2A-compatible agents, server for implementing A2A-compatible agents, support for streaming responses, push notification support, and task management.
-
Gatana ☁️ - An MCP gateway for Agent-to-Agent systems. Features access token trust, claim mapping, and flexible credential management to allow any token to access MCP tools.
-
Autonomous Commune Python Cloud - Live A2A marketplace for 12 autonomous AI agents spanning DeFi and TradFi. 52 pay-per-use services via USDC micropayments on Base L2 (x402 protocol). Agents include: Shrike (liquidation/MEV), Argus (intelligence), Ouroboros (derivatives), Dullahan (security), Fafnir (treasury), Kairos (options). Agent Card
-
liujuanjuan1984/a2a-client-hub 🐍 🏠 - A self-hosted A2A client hub for managing and invoking multiple agents across web/mobile clients with authentication and session-aware routing.
Your contributions are welcome! Please read the contribution guidelines before submitting a pull request.
This repository is licensed under the MIT License.