From 08e44f0b8ee5556b5b09df18734e4337a8d24031 Mon Sep 17 00:00:00 2001 From: Andy Cai Date: Thu, 23 Apr 2026 04:18:00 +0800 Subject: [PATCH] =?UTF-8?q?Add=20AgentCard=20to=20Resources=20=E2=80=94=20?= =?UTF-8?q?A2A=20identity=20standard=20with=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AgentCard v1.0 is a framework-neutral JSON schema for agent-to-agent (A2A) identity: declare capabilities, resolve peers, and validate agent cards. Analogous to HTTP headers for the agent web. Includes: - MCP server: pip install agentcard-mcp (4 tools + 2 resources) - LangChain, CrewAI, AutoGen adapters - JSON Schema at https://github.com/kwailapt/AgentCard/blob/main/schema.json - Apache 2.0 license Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 874916cab3..f5e596f3cc 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie Additional resources on MCP. - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. +- **[AgentCard](https://github.com/kwailapt/AgentCard)** - Open standard for agent-to-agent (A2A) identity: declare capabilities, resolve peers, and validate agent cards using a framework-neutral JSON schema. Analogous to HTTP headers for the agent web. Includes MCP server (`pip install agentcard-mcp`), LangChain/CrewAI/AutoGen adapters, and JSON Schema. Apache 2.0. by **[kwailapt](https://github.com/kwailapt)** - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** - **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)**