# hlido

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ankitkapur1992/hlido

# Browse available tools
npx -y smithery tool list ankitkapur1992/hlido

# Get full schema for a tool
npx -y smithery tool get ankitkapur1992/hlido trust_check

# Call a tool
npx -y smithery tool call ankitkapur1992/hlido trust_check '{}'
```

## Direct MCP Connection

Endpoint: `https://hlido--ankitkapur1992.run.tools`

## Tools (9)

- `trust_check` — Hlido trust answer for one agent (slug or URL).
- `find_trusted` — Find Hlido-reviewed agents matching a free-text need.
- `verify_claim` — Check whether Hlido's review references a specific claim. Honest nulls when not tested.
- `compare_agents` — Side-by-side comparison of up to 5 Hlido-reviewed agents.
- `submit_agent` — Submit an AI agent for Hlido review consideration.
- `get_scorecard` — Fetch the full sanitized claim-vs-evidence scorecard for one Hlido-reviewed agent. Returns every claim, verdict, eviden…
- `report_review_issue` — Report an issue with a Hlido review (stale info, wrong verdict, missing claim, broken link). Use when calling get_score…
- `request_quick_audit` — Request that Hlido audit a NEW AI agent that has no review yet. Use this when trust_check or get_scorecard returns no_r…
- `find_similar_agents` — Semantic search over Hlido's review corpus. Given a task description (e.g. 'I need an agent that can refactor TypeScrip…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ankitkapur1992/hlido <tool-name>
```
