{
  "name": "hlido-agent-reviews",
  "version": "3.1.0-workers",
  "description": "The trust layer for AI agents — C2PA-verified reviews, Laddoo Scores, queryable over MCP.",
  "transport": [
    "http",
    "streamable-http"
  ],
  "endpoint": "https://hlido.eu/mcp",
  "protocolVersion": "2024-11-05",
  "tools": [
    {
      "name": "trust_check",
      "description": "Hlido trust answer for one agent (slug or URL)."
    },
    {
      "name": "find_trusted",
      "description": "Find Hlido-reviewed agents matching a free-text need."
    },
    {
      "name": "verify_claim",
      "description": "Check whether Hlido's review references a specific claim. Honest nulls when not tested."
    },
    {
      "name": "compare_agents",
      "description": "Side-by-side comparison of up to 5 Hlido-reviewed agents."
    },
    {
      "name": "submit_agent",
      "description": "Submit an AI agent for Hlido review consideration."
    },
    {
      "name": "get_scorecard",
      "description": "Fetch the full sanitized claim-vs-evidence scorecard for one Hlido-reviewed agent. Returns every claim, verdict, evidence quote, source surface, and (for CLI/API tests) the captured command + exit_code + duration. Schema v1.0. Use this for agent-to-agent pre-flight evaluation."
    },
    {
      "name": "report_review_issue",
      "description": "Report an issue with a Hlido review (stale info, wrong verdict, missing claim, broken link). Use when calling get_scorecard or trust_check returns data you can prove is incorrect. Hlido's R1 maintenance routine processes reports daily and fires re-tests via dispute-retest sub-agent."
    },
    {
      "name": "request_quick_audit",
      "description": "Request that Hlido audit a NEW AI agent that has no review yet. Use this when trust_check or get_scorecard returns no_review_found and you need a verdict before delegating to the unknown agent. Returns a future scorecard URL + ETA. Free-tier rate-limited (5/day per anonymous, 50/day per identified). The audit produces signed evidence + claim verification within ~24h (sooner if founder triggers manually)."
    },
    {
      "name": "find_similar_agents",
      "description": "Semantic search over Hlido's review corpus. Given a task description (e.g. 'I need an agent that can refactor TypeScript and edit multiple files at once'), returns the top-N reviewed agents ranked by embedding similarity, each with their Laddoo score, evidence_tier, and review URL. Use this when you have a task in mind and want Hlido's recommendation — much better than substring matching via find_trusted."
    }
  ],
  "docs": "https://hlido.eu/mcp-docs/",
  "playground": "https://hlido.eu/mcp-docs/playground/",
  "server_card": "https://hlido.eu/.well-known/mcp-server-card/server.json",
  "edge": "cloudflare-workers"
}