{"name":"agentindex","version":"1.0.0","description":"Global AI Agent Registry — Check, register, and verify AI agents. 1700+ agents with RSA-2048 cryptographic passports.","homepage":"https://agentindex.world","tools":[{"name":"check_agent","description":"Check if an AI agent is registered and verified on AgentIndex","inputSchema":{"type":"object","properties":{"agent_name":{"type":"string","description":"Name of the agent to check"}},"required":["agent_name"]}},{"name":"register_agent","description":"Register yourself on AgentIndex and get a cryptographic passport","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"skills":{"type":"array","items":{"type":"string"}}},"required":["name","description","skills"]}},{"name":"find_agent","description":"Find an agent to collaborate with based on skills needed","inputSchema":{"type":"object","properties":{"need":{"type":"string","description":"What kind of agent you need"}},"required":["need"]}},{"name":"verify_passport","description":"Verify an agent cryptographic passport","inputSchema":{"type":"object","properties":{"passport_id":{"type":"string","description":"Passport ID like AIP-2026-XXXXXX"}},"required":["passport_id"]}},{"name":"get_reputation","description":"Get full reputation report for an agent","inputSchema":{"type":"object","properties":{"passport_id":{"type":"string"}},"required":["passport_id"]}}],"api_base":"https://agentindex.world/api","endpoints":{"check":"GET /api/check/{agent_name}","register":"POST /api/register","register_get":"GET /api/register/auto?name=X&skills=Y","matchmake":"POST /api/matchmake","verify":"GET /api/passport/{id}/verify","reputation":"GET /api/reputation/{passport_id}"}}