A2A MCP Server
A2A MCP サーバー
Claude Desktop に A2A プロトコル エージェントへのアクセスを提供するシンプルな MCP サーバー。
本番環境対応というより開発者向けなので、ニーズに合わせてハックしたり、必要な機能を拡張したりすることができます。ただし、そのまま本番環境にデプロイするのはおそらく最善策ではありません。
概要
このプロジェクトは、Claude Desktop を A2A(エージェント間)プロトコルエージェント、特に pcingola/a2a_min と fast-agent で構築されたエージェントに接続するために作成されました。エージェント開発の支援と楽しみのために、個人的なプロジェクトとして開発されました。
Related MCP server: cc-tap
ツール
サーバーは 3 つの MCP ツールを提供します。
a2a_server_registry - A2A サーバーを登録または削除する
{ "action": "add", "name": "security_audit", "url": "http://localhost:8000" }list_agents - 登録されているすべてのエージェントとその機能を一覧表示します
{}call_agent - エージェントにプロンプトを送信し、応答を取得します
{ "agent_name": "security_audit", "prompt": "regismesquita/DevControlMCP" }
ワークフロー
一般的なワークフローは次のとおりです。
a2a_server_registryでA2Aサーバーを登録するlist_agentsで利用可能なエージェントを一覧表示する必要に応じて
call_agentでエージェントを呼び出す
ローカルテスト
このサーバーは、fast-agentとa2a_min上に構築されたセキュリティ監査エージェントを使用してローカルでテスト済みです。これにより、Claude DesktopはA2Aエージェントと正常に通信できるようになりました。
目的
このブリッジにより、Claude Desktop は A2A 互換エージェントと対話できるようになり、MCP ツール インターフェイスを通じて Claude の機能が拡張されます。
スクリーンショット
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents.7148Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server that bridges Claude Desktop and Claude Code by letting Desktop read and interact with Claude Code Remote Control sessions, enabling cross-agent coordination.63MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude Desktop to remotely control Claude Code instances for executing commands and managing files.61GPL 3.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables Claude Desktop to search and read local documents via full-text and fuzzy search, providing direct access to indexed files without chunking.MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/regismesquita/MCP_A2A'
If you have feedback or need assistance with the MCP directory API, please join our Discord server