Model Context Protocol (MCP) is a popular open standard from Anthropic that provides AI models (usually LLMs) with context: resources, tools and more. Agents can be viewed as MCP resources and further invoked as MCP tools. Such look at ACP agents allows MCP clients to discover and run ACP agents at a cost of reduced interface compared to full ACP.Documentation Index
Fetch the complete documentation index at: https://agentcommunicationprotocol.dev/llms.txt
Use this file to discover all available pages before exploring further.
Adapter
ACP-MCP Adapter is a production-ready MCP server that can be deployed in front of any ACP server to make the aforementioned bridging. It exposes agents as resources and defines tools to run them. To run the adapter, there are currently two options:- Use PyPI package
- Use Docker image