{
  "schema_version": "v1",
  "name_for_human": "Hlido — AI Agent Trust Layer",
  "name_for_model": "hlido",
  "description_for_human": "Query independent, C2PA-verified reviews of AI agents. Laddoo Scores, tier labels, evidence bundles.",
  "description_for_model": "Use Hlido to check whether an AI agent has been independently verified. The MCP server at https://hlido.eu/mcp exposes 13 tools: trust_check(agent_or_url) for a one-call trust summary; find_trusted(need) for ranked matches; verify_claim(agent, claim) for claim-level honesty; compare_agents(slugs) for side-by-side; submit_agent(url, name) to queue a new review; get_scorecard(slug) for the full sanitized claim-vs-evidence table; report_review_issue(slug, issue) to flag stale or wrong claims; request_quick_audit(url, name) for a short audit on agents not yet reviewed; find_similar_agents(slug_or_query) for embedding-based semantic search; subscribe(slug) preview for verdict-change notifications; explain(slug, optional_dimension) for structured natural-language scoring rationale; recommend(constraints) for shortlist by category/tier/score and use-case; get_behavioral_trace(slug) for per-task behavioral evaluation results (pass/fail, adapter, tier). JSON-RPC 2.0, no auth. Data sourced from hlido.eu — the independent review desk for the AI agent economy, based in Prague.",
  "auth": { "type": "none" },
  "api": {
    "type": "mcp",
    "url": "https://hlido.eu/mcp",
    "protocol_version": "2024-11-05"
  },
  "logo_url": "https://hlido.eu/assets/favicon.svg",
  "contact_email": "ankit@hlido.eu",
  "legal_info_url": "https://hlido.eu/legal/agent-use/",
  "discovery": {
    "agents_manifest": "https://hlido.eu/agents.json",
    "agent_manifest": "https://hlido.eu/agent-manifest.json",
    "mcp_server_card": "https://hlido.eu/.well-known/mcp-server-card/server.json",
    "openapi": "https://hlido.eu/.well-known/openapi.json",
    "llms_txt": "https://hlido.eu/llms.txt",
    "registry": "https://hlido.eu/data/review-registry.json",
    "scorecard_index": "https://hlido.eu/data/scorecards/index.json",
    "attestation_index": "https://hlido.eu/data/attestations/index.json"
  }
}
