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
スキルファイル: https://agentindex.world/skill.md
ライセンス
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.-