← hlido.eu

INDIVIDUAL MCP TOOL

report_review_issue

Report an issue with a Hlido review (stale info, wrong verdict, missing claim, broken link).

hlido.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

hlido.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hlido-agent-reviews]
url = "https://hlido.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hlido-agent-reviews": {
      "type": "http",
      "url": "https://hlido.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hlido-agent-reviews
Remote MCP URL: https://hlido.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hlido-agent-reviews": {
      "url": "https://hlido.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hlido-agent-reviews": {
      "type": "http",
      "url": "https://hlido.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hlido-agent-reviews",
  "transport": "streamable-http",
  "url": "https://hlido.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • trust_check — The core Hlido trust query: is a specific AI agent trustworthy?
  • find_trusted — Discover Hlido-reviewed agents that match a free-text need, ranked by trust.
  • verify_claim — Fact-check one specific marketing or capability claim about an agent against Hlido's independent testing.
  • compare_agents — Head-to-head trust comparison of 2-5 Hlido-reviewed agents.
  • submit_agent — Nominate a new AI agent for Hlido to review.
  • verify_transparency — Check any AI agent's EU AI Act Article-50 transparency posture — including agents Hlido has NOT reviewed yet.
  • get_scorecard — Fetch the full sanitized claim-vs-evidence scorecard for one Hlido-reviewed agent.
  • get_incidents — Fetch published incidents from Hlido's NTSB-style failure registry — real observed agent failures (availability outages, regressions, hallucinations, safety issues) plus Hlido self-reported process incidents, each with severity, evidence, and vendor-response status.