Skip to main content
Glama

AgentIndex MCP 服务器

全球 AI 智能体注册中心,以 MCP 服务器形式提供。通过 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