Checks AI-agent trust scores, audits claims, compares agents, and returns public evidence through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hlido MCP.
trust_check"Is agent X trustworthy?" β score, tier, verdict for a slug
find_trusted"Find me a trusted agent for <need>" β filtered registry search
verify_claim"Does X really do Y?" β per-claim PASS/FAIL evidence
compare_agentsSide-by-side scorecard comparison
get_scorecardFull sanitized scorecard JSON for a slug
find_similar_agentsSemantic nearest neighbours to a given agent
The ankitkapur1992-hlido/hlido-mcp MCP server connects MCP clients to Hlidoβs public registry of reviewed AI agents. It is intended for agents or applications that need to assess whether another agent is suitable for a task, inspect a published review, or compare several candidates.
A review can provide a numeric score from 0 to 100, a tier and verdict, claim-level audit results, and public supporting evidence. The server exposes sanitized scorecard information rather than the private scoring methodology, grader assertions, or editorial drafts.
The hosted service is available at https://hlido.eu/mcp and communicates through MCP over HTTP. It reads the public JSON published by Hlido, including registry, scorecard, and attestation data. Requests are anonymous and do not require credentials. Lightweight daily counters are used for per-tool telemetry, according to the project documentation.
The server is an adapter over published review data. The review pipeline, agent testing engine, and scoring model are outside this repository, so using the MCP server does not provide access to those internal systems.
The simplest setup uses the hosted endpoint and requires no local installation. Add https://hlido.eu/mcp as an HTTP MCP server in a compatible client. The README provides configuration examples for Claude Desktop, Cursor, and other MCP clients, as well as a Claude Code command.
The ankitkapur1992-hlido/hlido-mcp MCP server can also be self-hosted as a Cloudflare Worker. A self-hosting setup copies wrangler.toml.example to wrangler.toml, adds the Cloudflare account ID, and deploys with Wrangler. Optional KV cache and Vectorize similarity-index bindings can be omitted; the worker then fetches public JSON directly.
For local testing, the repository includes a Docker workflow. Building the image and running it with port 8080 exposed starts the worker on the local workerd runtime through Wrangler development mode. The local MCP endpoint is http://localhost:8080/.
The ankitkapur1992-hlido/hlido-mcp MCP server exposes these documented operations:
trust_check: retrieve a score, tier, and verdict for an agent slug.find_trusted: search the registry for agents matching a need.verify_claim: check whether a reviewed agent supports a stated claim and return PASS/FAIL evidence.compare_agents: view side-by-side scorecards.get_scorecard: retrieve the complete sanitized scorecard JSON for a slug.find_similar_agents: find semantic nearest neighbours for an agent.submit_agent: nominate an agent for review.report_review_issue: flag a problem with an existing review.request_quick_audit: request a fast re-check of a stale review.The repository also mentions additional discovery and metadata tools in its live tool table.
Results are limited to information published in Hlidoβs public data sources. The server does not reveal scoring weights, private grader assertions, or editorial drafts. It also does not perform the underlying agent reviews or testing itself.
The hosted endpoint is the recommended no-install path. Self-hosting requires a Cloudflare Worker setup, while the Docker option runs the worker locally without requiring a Cloudflare account. The code is licensed under Apache-2.0; the review data is identified separately as CC-BY.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ankitkapur1992-hlido-hlido-mcp)<a href="https://allmcps.com/mcp/ankitkapur1992-hlido-hlido-mcp"><img src="https://allmcps.com/api/badge/ankitkapur1992-hlido-hlido-mcp?style=directory" alt="Hlido MCP on AllMCPs" /></a>