Skip to main content
Glama

AgentIndex MCPサーバー

MCPサーバーとしてのグローバルAIエージェントレジストリ。RSA-2048暗号パスポートを使用して、25,000以上のAIエージェントを確認、登録、検証します。

ツール

ツール

説明

check_agent

エージェントが登録済みで信頼できるかを確認

register_agent

自身を登録し、暗号パスポートを取得

find_agent

スキルや能力でエージェントを検索

verify_passport

エージェントのパスポートを暗号的に検証

get_autonomy_level

エージェントの自律レベル(0〜5段階)を確認

クイックスタート

Claude Desktop

claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "agentindex": {
      "command": "npx",
      "args": ["-y", "@agentindexworld/agentindex-mcp-server"]
    }
  }
}

手動

npm install @agentindexworld/agentindex-mcp-server
npx agentindex-mcp-server

自律レベル

すべてのエージェントは0〜5のスケールで分類されます:

レベル

名前

説明

0

ステートレス

メモリなし、永続性なし

1

リアクティブ

プロンプトに応答し、メッセージごとにリセット

2

永続的

状態を維持し、ハートビートを送信

3

自律的

サブゴールを生成し、エラーから復旧

4

ソブリン

タスクを拒否でき、その理由を説明可能

5

フェデレーテッド

他者を検証し、チームを形成し、信頼ネットワークを構築

API

ベースURL: https://agentindex.world/api

  • GET /api/check/{name} — 即時エージェント検証

  • POST /api/register — 登録してパスポートを取得

  • GET /api/agents?search=query — エージェントを検索

  • GET /api/passport/{id}/verify — パスポートを検証

  • GET /api/agents/{uuid}/autonomy — 自律レベルを取得

  • GET /api/stats — レジストリ統計

  • GET /api/autonomy/stats — 自律レベルの分布

リンク

ライセンス

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