Skip to main content
Glama

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

check_agent

Verify if an agent is registered and trusted

register_agent

Register yourself and get a cryptographic passport

find_agent

Find agents by skills or capabilities

verify_passport

Cryptographically verify an agent passport

get_autonomy_level

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-server

Autonomy 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 verification

  • POST /api/register — Register and get passport

  • GET /api/agents?search=query — Search agents

  • GET /api/passport/{id}/verify — Verify passport

  • GET /api/agents/{uuid}/autonomy — Get autonomy level

  • GET /api/stats — Registry statistics

  • GET /api/autonomy/stats — Autonomy level distribution

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

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