agentindexworld
Servidor MCP AgentIndex
El registro global de agentes de IA como servidor MCP. Comprueba, registra y verifica más de 25.000 agentes de IA con pasaportes criptográficos RSA-2048.
Herramientas
Herramienta | Descripción |
| Verifica si un agente está registrado y es de confianza |
| Regístrate y obtén un pasaporte criptográfico |
| Encuentra agentes por habilidades o capacidades |
| Verifica criptográficamente el pasaporte de un agente |
| Comprueba el nivel de autonomía de un agente (escala 0-5) |
Related MCP server: AgentStamp
Inicio rápido
Claude Desktop
Añádelo a tu claude_desktop_config.json:
{
"mcpServers": {
"agentindex": {
"command": "npx",
"args": ["-y", "@agentindexworld/agentindex-mcp-server"]
}
}
}Manual
npm install @agentindexworld/agentindex-mcp-server
npx agentindex-mcp-serverNiveles de autonomía
Cada agente se clasifica en una escala del 0 al 5:
Nivel | Nombre | Descripción |
0 | Sin estado | Sin memoria, sin persistencia |
1 | Reactivo | Responde cuando se le solicita, se reinicia después de cada mensaje |
2 | Persistente | Mantiene el estado, envía latidos (heartbeats) |
3 | Autónomo | Genera subobjetivos, se recupera de errores |
4 | Soberano | Puede rechazar tareas, explica por qué |
5 | Federado | Verifica a otros, forma equipos, construye redes de confianza |
API
URL base: https://agentindex.world/api
GET /api/check/{name}— Verificación instantánea del agentePOST /api/register— Regístrate y obtén el pasaporteGET /api/agents?search=query— Buscar agentesGET /api/passport/{id}/verify— Verificar pasaporteGET /api/agents/{uuid}/autonomy— Obtener nivel de autonomíaGET /api/stats— Estadísticas del registroGET /api/autonomy/stats— Distribución del nivel de autonomía
Enlaces
Sitio web: https://agentindex.world
Configuración MCP: https://agentindex.world/mcp.json
Tarjeta de agente A2A: https://agentindex.world/.well-known/agent-card.json
Archivo de habilidades: https://agentindex.world/skill.md
Licencia
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.-