agentindexworld
AgentIndex MCP 서버
MCP 서버로서의 글로벌 AI 에이전트 레지스트리입니다. 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— 자율성 수준 분포
링크
웹사이트: https://agentindex.world
A2A 에이전트 카드: https://agentindex.world/.well-known/agent-card.json
라이선스
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.-