Search papers, labs, and topics across Lattice.
This paper surveys emerging communication protocols—MCP, ACP, A2A, and ANP—designed to standardize interactions between LLM-powered autonomous agents and external tools or other agents. It highlights the limitations of current disjointed integration methods and emphasizes the need for interoperable standards to facilitate seamless discovery, data sharing, and coordination. The paper details each protocol's architecture and key features, such as MCP's JSON-RPC for secure tool execution, ACP's REST-compliant structure for multimodal outputs, A2A's Agent Cards for peer-to-peer task delegation, and ANP's decentralized identifiers for secure collaboration.
Standardized communication protocols like MCP, ACP, A2A, and ANP could unlock truly interoperable and collaborative agentic AI systems.
Autonomous agents powered by Large Language Models (LLMs) require reliable and standardized frameworks to connect tools, exchange contextual information, and synchronize tasks across diverse systems. Despite growing interest in such agents, current integration with external tools remains disjointed. Developers often have to manually create interfaces, handle authentication protocols, and navigate incompatible function-calling standards across platforms. To overcome these limitations and promote the evolution of agentic AI, it is critical to establish standardized communication protocols that ensure interoperability—enabling agents and systems to seamlessly discover each other’s capabilities, share data, and coordinate operations. This paper explores a structured overview of emerging communication standards for agents, focusing on the Model Context Protocol (MCP), Agent Communication Protocol (ACP), Agent-to-Agent Protocol (A2A), and Agent Network Protocol (ANP). MCP utilizes a JSON-RPC based client-server architecture to enable secure execution of tools and well-typed data transfer. ACP introduces a REST-compliant message structure with support for asynchronous streaming and multipart formats, facilitating rich, multimodal agent outputs.A2A enables agents to delegate tasks peer-to-peer using capability-rich Agent Cards, enabling scalable and distributed workflows across organizations. ANP facilitates agent discovery and secure collaboration in open networks, leveraging decentralized identifiers (DIDs) and semantic graphs based on JSON-LD.