11 protocols across 5 categories โ agent-to-tool, agent-to-agent, agent-to-user, domain-specific, and governance โ all converging under the Agentic AI Foundation at the Linux Foundation.
Created by Anthropic (Nov 2024) ยท De facto industry standard ยท JSON-RPC 2.0 over stdio / HTTP+SSE
MCP servers expose four core primitive types that clients can interact with:
The 6-step lifecycle of an MCP interaction:
Client-Server Model โ The Host manages one or more MCP Clients, each connected to a separate MCP Server that exposes tools, resources & prompts.
MCP supports multiple transport modes โ choosing the right one depends on where your tools live:
OAuth 2.1 Authorization Flow: Client โ Auth Server โ MCP Server โ Resources
OWASP MCP Top 10 published in 2025 provides a security checklist. OAuth 2.1 improves auth, but unified identity across MCP + A2A + AG-UI remains an open challenge.
SDK Support across 8 languages:
Popular MCP Servers:
All MCP communication uses JSON-RPC 2.0. Here's what a tool call looks like on the wire:
Core JSON-RPC Methods: tools/list, tools/call, resources/list, resources/read, prompts/list, prompts/get
The neutral governance body for open agentic AI standards
Google โ Linux Foundation ยท Agent collaboration and task delegation
Example: Enterprise Supply Chain โ Separate agents handle forecasting, inventory, logistics, and supplier communication, all coordinating through A2A.
Anthropic (Nov 2024). The de facto standard for agent-to-tool integration. JSON-RPC 2.0, OAuth 2.1 auth, 97M+ monthly SDK downloads.
Alternative to MCP with a different approach to tool definition and invocation across agents.
Google โ Linux Foundation. Enables agents to discover, message, and delegate tasks to each other in multi-agent systems.
Alternative agent-to-agent communication standard for inter-agent messaging and coordination.
Network-level protocol for agent discovery and communication across distributed systems.
Protocol enabling agents to communicate using natural language message passing.
CopilotKit. Standardizes how agents stream state, events, and dynamic interfaces to human users.
Alternative approach to agent-to-user interaction and dynamic interface rendering.
Google + Shopify. Standardizes agentic commerce interactions โ product discovery, ordering, payments.
Complementary to UCP, focuses specifically on payment workflows in agentic commerce scenarios.
Linux Foundation body co-founded by Anthropic, OpenAI, Google, Microsoft, AWS, and Block. Neutral governance for open agent standards.
OpenAI. Standard file format for coding agent instructions. 60K+ projects adopted since Aug 2025.
Block (Square). Open-source agent framework donated to AAIF as a foundational project.