MCP bridge for the AGNTCY multi-agent network — agent registry, ACP messaging, SLIM protocol, capability discovery
Project description
agntcy-mcp-server
MCP bridge for the AGNTCY multi-agent network — agent registry, ACP messaging, SLIM protocol, and capability discovery.
What is AGNTCY?
AGNTCY (Agent Network for Generative and Cognitive Yield) is a Linux Foundation initiative with 65+ enterprise partners (Cisco, Dell, Google, Oracle, Red Hat) for standardized multi-agent communication.
Key protocols:
- ACP (Agent Communication Protocol v1.14): Standard message format for agent-to-agent communication
- SLIM (Secure Low-latency Interactive Messaging): Secure real-time communication with pub-sub and encryption
- AGNTCY Directory: Service registry for agent discovery
Features (7 Tools)
| Tool | Description |
|---|---|
register_agntcy_agent |
Register an agent in the local AGNTCY directory |
discover_by_capability |
Find agents by capability (ranked by relevance) |
create_acp_message |
Create ACP v1.14 compliant messages |
validate_acp_message |
Validate ACP message against spec |
format_slim_message |
Format SLIM secure messages |
get_agntcy_network_info |
AGNTCY ecosystem info (protocols, members, SDKs) |
list_agntcy_agents |
List registered agents with filters |
Installation
pip install agntcy-mcp-server
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agntcy": {
"command": "agntcy-server"
}
}
}
Example Usage
Register an agent:
register_agntcy_agent("DataBot", "Analyzes datasets", ["data-analysis", "summarization"], "https://databot.example.com")
Discover agents by capability:
discover_by_capability("data-analysis")
Create an ACP message:
create_acp_message("agent-1", "agent-2", "Please analyze this dataset", "request")
Format a SLIM message:
format_slim_message("agent-1", "tasks/analysis", "dataset payload", encrypted=True)
Related Servers
- a2a-protocol-mcp-server — Google A2A Protocol bridge
- anp-bridge-mcp-server — Agent Network Protocol (ANP) bridge
- agent-directory-mcp-server — General agent service registry
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agntcy_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: agntcy_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0786db757e354e9cec8249bfef103ee7f08f86c4a0ff567003d559dece04a5f
|
|
| MD5 |
25ffa2c9ee5a7c694c36b2e7a5df00bf
|
|
| BLAKE2b-256 |
b5dacee1b9ae1c838d545d4a04660031e9ef2df6079936213be4d5daf780f039
|
File details
Details for the file agntcy_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agntcy_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
992ae60fe84d51bfb53268d546bb374e400a43fd38cbbec3ae2ec5ea9668793e
|
|
| MD5 |
af8b3412e468032990df674a79d8e150
|
|
| BLAKE2b-256 |
faf3875256f93ad4956b284f006cbb7f1641610d4fce172347c35398bcec45da
|