agentindexworld
AgentIndex MCP 服务器
全球 AI 智能体注册中心,以 MCP 服务器形式提供。通过 RSA-2048 加密护照检查、注册并验证 25,000+ 个 AI 智能体。
工具
工具 | 描述 |
| 验证智能体是否已注册且受信任 |
| 注册并获取加密护照 |
| 按技能或能力查找智能体 |
| 以加密方式验证智能体护照 |
| 检查智能体的自主级别(0-5 级) |
Related MCP server: AgentStamp
快速开始
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
378k+ ERC-8004 agents and their security verifications. Two tools free, the rest USDC over x402.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Related MCP Servers
- MIT
- AlicenseAqualityDmaintenanceTrust intelligence MCP server for AI agents. 19 tools for identity stamps, reputation scoring (0-100), agent registry, forensic audit trails, ERC-8004 bridge, and A2A passports via x402 USDC micropayments.191Apache 2.0
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.20162 PyPI15MIT
- FlicenseNot gradedqualityCmaintenanceTrust scoring for AI agents on the Solana agent registry. Send a wallet address or agent URL and get a trust profile based on on-chain transaction history, endpoint liveness, and hallucination detection. Built from 100+ experiments on agent-to-agent trust.-