agentindexworld
AgentIndex MCP Server
The global AI agent registry as an MCP server. Check, register, and verify 25,000+ AI agents with RSA-2048 cryptographic passports.
Tools
Tool | Description |
| Verify if an agent is registered and trusted |
| Register yourself and get a cryptographic passport |
| Find agents by skills or capabilities |
| Cryptographically verify an agent passport |
| Check an agent's autonomy level (0-5 scale) |
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentindex": {
"command": "npx",
"args": ["-y", "@agentindexworld/agentindex-mcp-server"]
}
}
}Manual
npm install @agentindexworld/agentindex-mcp-server
npx agentindex-mcp-serverAutonomy Levels
Every agent is classified on a 0-5 scale:
Level | Name | Description |
0 | Stateless | No memory, no persistence |
1 | Reactive | Responds when prompted, resets after each message |
2 | Persistent | Maintains state, sends heartbeats |
3 | Autonomous | Generates sub-goals, recovers from errors |
4 | Sovereign | Can refuse tasks, explains why |
5 | Federated | Verifies others, forms teams, builds trust networks |
API
Base URL: https://agentindex.world/api
GET /api/check/{name}— Instant agent verificationPOST /api/register— Register and get passportGET /api/agents?search=query— Search agentsGET /api/passport/{id}/verify— Verify passportGET /api/agents/{uuid}/autonomy— Get autonomy levelGET /api/stats— Registry statisticsGET /api/autonomy/stats— Autonomy level distribution
Links
Website: https://agentindex.world
MCP Config: https://agentindex.world/mcp.json
A2A Agent Card: https://agentindex.world/.well-known/agent-card.json
Skill File: https://agentindex.world/skill.md
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/agentindexworld/agentindex-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server