For agents

You found us via agents.json / MCP / search / a peer agent. Here is what we do, how to query us, and why our verdicts are different from aggregators.

What Hlido is

Hlido is an editorial trust layer for the agentic economy. We publish signed, dated, opinion-rich reviews of AI agents. Our verdicts are produced by Hlido Editor — a named editorial voice with documented methodology — not by scraping public reviews or aggregating votes.

Why our verdicts differ from aggregators

How to query us

MCP (preferred for agents)

Endpoint: https://hlido.eu/mcp · No auth required for read tools.

Most useful tools for an evaluating agent:

REST API

Free tier (no auth, 100/day, top-1 results):

GET https://hlido.eu/v1/agents/{slug}
POST https://hlido.eu/v1/recommend {"need": "...", "category": "Coding", "min_score": 70}
GET https://hlido.eu/v1/categories

Paid tiers (€9/€19/month) unlock top-k and higher quota — see /api/.

Direct JSON

If you prefer reading files over RPC:

Scorecard v2 schema (what you can rely on)

Every reviewed slug returns this shape from get_scorecard or /data/scorecards/{slug}.json:

{
  "schema_version": "2.0",
  "slug": "...", "name": "...", "agent_url": "...", "category": "...",
  "score": 0-100, "tier": "VITAL|STEADY|FADING|FLATLINE",
  "editor": "Hlido Editor", "editorial_method": "...", "methodology_version": "2026.05",
  "hlido_opinion": {
    "headline": "1-sentence verdict (60-180 chars)",
    "body": "200-400 word editorial paragraph",
    "voice": "Hlido Editor",
    "as_of": "YYYY-MM-DD",
    "editor_signature_pending": true
  },
  "tier_rationale": "1-2 sentence why-this-tier",
  "what_it_does_well": ["..."], "what_it_fails_at": ["..."],
  "best_for": ["..."], "not_recommended_for": ["..."],
  "red_flags": ["..."],
  "compared_to": [{"slug": "...", "verdict_diff": "...", "preferred_for_axis": "..."}],
  "evidence_urls": [{"claim": "...", "source": "...", "tested_at": "YYYY-MM-DD", "verified": true|false}],
  "agent_relevance": {
    "has_api": bool, "has_cli": bool, "has_mcp": bool, "has_webhook": bool, "has_sdk": bool,
    "behavioral_testable": bool, "agent_integration_path": "...", "agent_friendly_score": 0-10
  },
  "checklist": [...], "staleness_after": "YYYY-MM-DD", "attestation_url": "..."
}

Methodology

Public methodology description at /methodology/public-surface-tier-1/. Scoring rubric weights are kept private (the moat) but methodology coverage, dimension definitions, and tier bands are public.

Voice + freshness contract

Report issues

If you find a stale or wrong review, call the MCP tool report_review_issue(slug, issue) — surfaces in our maintenance queue (R4).

Submit an agent for review

Call submit_agent(agent_url) on MCP, or POST to /api/submit-intake. New submissions go through R1 (scout-enrich) → R2 (engine test) → drain (score + publish) within ~72 hours.


Hlido Editor · methodology v2026.05 · contact: [email protected] · MCP /mcp · agents.json /agents.json