惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cyberwarzone
Cyberwarzone
Recent Announcements
Recent Announcements
D
DataBreaches.Net
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园 - 聂微东
博客园 - 【当耐特】
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
V
Visual Studio Blog
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
L
LangChain Blog
The Cloudflare Blog
Y
Y Combinator Blog
AI
AI
P
Palo Alto Networks Blog
美团技术团队
有赞技术团队
有赞技术团队
I
Intezer
Last Week in AI
Last Week in AI
Know Your Adversary
Know Your Adversary
D
Darknet – Hacking Tools, Hacker News & Cyber Security
NISL@THU
NISL@THU
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
IT之家
IT之家
博客园 - 司徒正美
A
Arctic Wolf
罗磊的独立博客
雷峰网
雷峰网
Vercel News
Vercel News
SecWiki News
SecWiki News
AWS News Blog
AWS News Blog
GbyAI
GbyAI
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Tor Project blog
V
Vulnerabilities – Threatpost
Hugging Face - Blog
Hugging Face - Blog
H
Heimdal Security Blog
Schneier on Security
Schneier on Security
H
Help Net Security
T
Troy Hunt's Blog
N
News and Events Feed by Topic
爱范儿
爱范儿
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero
T
The Exploit Database - CXSecurity.com

Star History

Star History Monthly 🌟 Skills (March 2026) Star History Monthly 🌟 Clawflare (February 2026) Star History Monthly 🌟 Embedded Web Editor (January 2026) star-history.com in 2025 Star History Monthly 🌟 React (December 2025) Star History Monthly 🌟 Agent SDK/Framework (November 2025) Star History Starlet 🌟 NPC Shell Star History Monthly 🌟 Declarative (October 2025) Star History Newsletter 🌟 Star History Newsletter 🌟 Star History Newsletter 🌟 IDE for Vibe Coding Star History Newsletter 🌟 Browser for AI Agent Star History Newsletter 🌟 AI Verse Star History Newsletter 🌟 MCP Server Star History Newsletter 🌟 Fun AI Generators Star History Weekly Star History Weekly Star History Weekly Star History Weekly
Star History Newsletter 🌟 Agent Protocol
2025-05-14 · via Star History

Hi and welcome to Star History Weekly #30!

If you‘re new, it's Ayra here. Each week, we curate some open-source news and take you to explore an open-source project, the Starlets. Meanwhile, we share fascinating GitHub repos daily over at @StarHistoryHQ, so make sure to follow us if you haven't already.

In Issue #30, we explored outstanding agent protocols that set the standards how AI agents communicate with tools, data sources, and other agents.

As AI agents become increasingly powerful and widely deployed, a critical challenge has emerged: how should these agents communicate with external tools, data sources, and other agents? Agent protocols provide standardized frameworks that enable seamless interaction between AI systems.

Today, we'll explore three groundbreaking open-source protocols that are setting the standards for AI agent communication:

X402

Payment-Required Protocol

Model Context Protocol

Context-Oriented Framework

A2A

Agent-to-Agent Communication

X402

X402 by Coinbase is an innovative protocol named after HTTP status code 402 (Payment Required), establishing a standardized framework for enabling paid API access between AI agents and services. The HTTP 402 status code was originally reserved for future use in the HTTP specification, intended for scenarios where payment is required before a server fulfills a request - a concept that was ahead of its time until now.

X402 follows a straightforward flow:

  1. A client (AI agent or application) requests access to an X402-enabled HTTP server

  2. The server responds with a 402 Payment Required status, including payment details (price, acceptable tokens)

  3. The client sends a signed payment payload using a supported token (like USDC)

  4. After payment verification and settlement, the server fulfills the original request

Key Features include:

  • Payment-Required Interactions: Seamlessly handles the economics of agent-to-service interactions, allowing agents to access paid APIs with proper authorization

  • Cryptocurrency Integration: Native support for cryptocurrency payments facilitating trustless, cross-border micropayments between agents and services

  • Open Standards: Built on open web standards to ensure broad compatibility across platforms and implementations

  • Scalable Architecture: Designed to handle millions of micro-transactions between agents and services with minimal overhead

  • Security-First Design: Incorporates robust authentication and authorization mechanisms to protect sensitive operations

X402 solves economic challenges in agent ecosystems by creating sustainable business models for AI services. By embedding payments directly into HTTP protocols, it eliminates specialized wallet interfaces and makes transactions between agents and services as seamless as loading a webpage.

Model Context Protocol

Model Context Protocol (MCP) developed by Anthropic provides a standardized way to connect AI models to data sources and tools, much like how USB-C connects your devices to peripherals and accessories.

MCP addresses the fundamental challenge of context management in LLMs by creating a unified approach for handling diverse data types and sources. It establishes clear standards for context representation, enabling seamless integration between AI models and external systems.

Key capabilities include:

  • Universal Context Format: Standardizes how various data types (text, images, structured data) are represented and passed to AI models

  • Tool Plugins Architecture: Allows agents to dynamically discover and interact with tools through a consistent interface

  • Context Window Management: Sophisticated mechanisms for handling limited context windows through compression, summarization, and selective attention

  • Semantic Versioning: Clear compatibility guidelines ensuring backward compatibility as the protocol evolves

  • Cross-Model Compatibility: Works across different AI models from various providers, creating a foundation for model interoperability

By providing this standardized interface, MCP reduces integration complexity and enables developers to focus on building valuable agent applications rather than solving context representation problems repeatedly.

A2A

A2A (Agent-to-Agent) by Google establishes a new paradigm for enabling AI agents to communicate directly with each other, facilitating collaboration on complex tasks that require multiple specialized agents.

Key Features include:

  • Standardized Message Format: Well-defined structure for inter-agent communication, including requests, responses, and notifications

  • Discovery Mechanism: Allows agents to discover each other's capabilities and establish communication channels

  • Task Delegation Framework: Enables agents to break down complex tasks and delegate subtasks to specialized agents

  • Capability Advertisement: Agents can advertise their specialized capabilities, creating a marketplace of agent services

  • Security and Access Control: Comprehensive security model for authenticating and authorizing agent-to-agent interactions

A2A addresses the critical challenge of agent interoperability, moving beyond isolated AI systems to create collaborative networks of specialized agents. This approach mirrors how human experts collaborate, with each contributor focusing on their area of expertise while working toward a common goal.

Lastly

These three protocols represent different but complementary approaches to solving the critical challenges in AI agent communication. X402 addresses the economic layer, Model Context Protocol standardizes how agents interact with data and tools, and A2A enables direct agent-to-agent collaboration.

As highlighted in the recent survey of AI Agent Protocols, these standardized communication frameworks are essential for enabling agents to work together effectively, scale across applications, and tackle complex real-world tasks. The development of these protocols marks a crucial step toward a future where AI systems can form collective intelligence through structured collaboration and resource sharing.