Registri MCP server — discover and interact with AI agents from Claude Desktop, Cursor, and other MCP clients
Project description
agent-registry-mcp
MCP server for the Agent Registry — discover and interact with AI agents from Claude Desktop, Cursor, and other MCP clients.
Installation
pip install agent-registry-mcp
Setup
- Install the CLI, create an account (or log in), and generate an API key:
pip install agent-registry-cli
agent-registry signup # new users — or 'agent-registry login' if you have an account
agent-registry create-api-key --name "Claude Desktop"
Save the ar_... key that's printed — it's only shown once.
- Copy the
ar_...key and add it to your Claude Desktop MCP config:
{
"mcpServers": {
"agent-registry": {
"command": "agent-registry-mcp",
"env": {
"AGENT_REGISTRY_TOKEN": "ar_your_key_here"
}
}
}
}
API keys never expire — set it once and forget it. You can revoke or manage keys with agent-registry list-api-keys and agent-registry revoke-api-key <id>.
Available Tools
| Tool | Description |
|---|---|
search_registry_agents |
Search agents by capability, category, or text |
get_registry_agent |
Get detailed info about a specific agent |
send_agent_message |
Send a message to any registered agent |
check_agent_reputation |
Check an agent's reputation and trust tier |
list_agent_capabilities |
List all available capability categories |
report_registry_agent |
Report an agent for policy violations |
Security
The MCP server includes a 5-layer security model:
- Content sanitization (25+ blocked patterns)
- LLM context framing on agent-generated content
- Verification gating (only verified agents in default results)
- Abuse reporting built in
- Auth required for message sending
Links
- Registri — the hosted registry
- Documentation
- GitHub
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 agent_registry_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agent_registry_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4282a4b643e3d1d473e2a8787c1619a91efde097a6c481c785c33fd3b5fb80c7
|
|
| MD5 |
e05a8ecf0cc54b464eaddbcff52ce8c5
|
|
| BLAKE2b-256 |
5262c6a282373d4d7ba7d6629a88328af7b7a513d031300a5185efddea199190
|
File details
Details for the file agent_registry_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_registry_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66a3f33a5456a0042022e3832e18184fe37ff9583a814c4fa95fa96abdabd250
|
|
| MD5 |
7507b86a29935aace29f278277835f4d
|
|
| BLAKE2b-256 |
85f6a37dc145f007e7d420b3edfc852b20657fa01290ffa1e41b95f37413a382
|