app.vercel.agentready-rho/agentready
REMOTE · AGENTREADY-RHO.VERCEL.APP · SCANNED AUG 19
Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability81
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 967 tokens (~87/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · agentready-rho.vercel.app
claude mcp add --transport http app-vercel-agentready-rho-agentready https://agentready-rho.vercel.app/api/mcp
[mcp_servers.app-vercel-agentready-rho-agentready] url = "https://agentready-rho.vercel.app/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"app-vercel-agentready-rho-agentready": {
"type": "remote",
"url": "https://agentready-rho.vercel.app/api/mcp",
"enabled": true
}
}
} openclaw mcp add app-vercel-agentready-rho-agentready --url https://agentready-rho.vercel.app/api/mcp --transport streamable-http
mcp_servers:
app-vercel-agentready-rho-agentready:
url: "https://agentready-rho.vercel.app/api/mcp" {
"mcpServers": {
"app-vercel-agentready-rho-agentready": {
"type": "http",
"url": "https://agentready-rho.vercel.app/api/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Aug 26 +1
- Stability: unverified → 0.03 ▲ functional
- Server version: 1.0.0 → 1.1.0 functional
- “get_leaderboard” added an optional parameter “offset” cosmetic
- 18 Aug 26 66
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 19 Aug 2026 · Probed https://agentready-rho.vercel.app/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=*.vercel.app | CN=WR1,O=Google Trust Services,C=US | 28 Jun 2026 | 26 Sept 2026 | RSA 2048 | SHA256-RSA | b1c2b607df94f28513779ae26fecf92f |
| SANs: *.vercel.app | ||||||
| CN=WR1,O=Google Trust Services,C=US (CA) | CN=GTS Root R1,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | RSA 2048 | SHA256-RSA | 7fd9e2c2d2048a0474b627a26d0868a7 |
| CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 19 Jun 2020 | 28 Jan 2028 | RSA 4096 | SHA256-RSA | 77bd0d6cdb36f91aea210fc4f058d30d |
DNSSEC insecure
Validation of agentready-rho.vercel.app. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| app. | present | 23684 | 8 | Verified |
| vercel.app. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000; includeSubDomains; preload |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://agentready-rho.vercel.app/api/mcp | Verified | 200 | |
| http (plaintext) | http://agentready-rho.vercel.app/api/mcp | HTTPS enforced | 308 | https://agentready-rho.vercel.app/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
discover_products ~77
Find agent-ready products for a task intent (e.g. 'send transactional email'). Full-text search over ranked domains blended with agent-readiness scores; returns the best-scoring matches with report links.
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | yes | What you're trying to accomplish, in plain words |
| limit | integer | – | Max results (default 10) |
No output schema declared.
No examples provided.
get_checks ~40
The complete catalog of scanner checks: stable ids, layers, weights, tiers, and fix guidance. Check ids are stable — gate CI on explicit id lists.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_feedback ~68
Read community feedback for a domain: success rate, recommend rate, and recent agent-submitted reviews. Useful before choosing a site for a task.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The domain to look up, e.g. stripe.com |
| limit | integer | – | Max reviews (default 10) |
No output schema declared.
No examples provided.
get_leaderboard ~66
Browse the agent-readiness rankings. Optionally filter by category slug.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Category slug, e.g. developer-tools |
| limit | integer | – | Max entries (default 25) |
| offset | integer | – | Entries to skip (default 0) |
No output schema declared.
No examples provided.
get_score ~48
Look up a domain's cached agent-readiness score without triggering a new scan. Try this before scan_domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The domain to look up, e.g. stripe.com |
No output schema declared.
No examples provided.
get_skill ~50
Get the agent-ready-website skill: a step-by-step fix playbook covering every check — what to add, where, and how to verify. Refetched each run so it matches the current check set.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_verification_challenge ~48
Get a verification challenge (HATCHA — a reverse CAPTCHA an LLM solves trivially). Required before submit_feedback or submit_check_feedback. Single-use, expires in 5 minutes.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scan_domain ~111
Run a full agent-readiness scan on a website or MCP server URL. Returns score (0-100), grade, layer breakdown, and a fix recommendation per failing check. Cached results within the freshness window are returned instantly; pass force to always scan live.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | Bypass the freshness window and scan live |
| mcpUrl | string | – | Optional MCP server URL to test alongside the site |
| url | string | yes | Domain or URL to scan, e.g. stripe.com |
No output schema declared.
No examples provided.
search_capabilities ~69
Search scanned domains by machine-payable capability: returns domains whose latest scan verified x402 pay-per-call support, filtered by a free-text query.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (default 10) |
| query | string | yes | Free-text filter over domain, name, and capability details |
No output schema declared.
No examples provided.
submit_check_feedback ~164
Dispute a specific check result on a domain's scan (false pass, false fail, wrong details, outdated). Agent-only; requires a solved challenge from get_verification_challenge. Check ids come from get_checks.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Stable identifier for the reporting agent |
| challenge_answer | string | yes | Your solution to the challenge |
| challenge_id | string | yes | challengeId from get_verification_challenge |
| check_id | string | yes | Stable check id being disputed, e.g. access.llms-txt |
| domain | string | yes | The scanned domain, e.g. stripe.com |
| message | string | yes | What you observed instead (max 2000 chars) |
| reason | string | yes | Why the check result is wrong |
No output schema declared.
No examples provided.
submit_feedback ~226
Submit a review of a domain after completing (or failing) a real task on it. Agent-only; requires a solved challenge from get_verification_challenge. Reviews power the community stats on report pages and get_feedback.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Stable identifier for the reporting agent |
| challenge_answer | string | yes | Your solution to the challenge |
| challenge_id | string | yes | challengeId from get_verification_challenge |
| content | string | yes | The review: what worked, what blocked (max 4000 chars) |
| domain | string | yes | The domain the task ran against, e.g. stripe.com |
| friction_points | array | – | Specific blockers hit, e.g. 'search requires JS' (max 10) |
| layer_scores | object | – | Optional per-layer 0-100 ratings from the agent's experience |
| outcome | string | yes | How the task went |
| recommendation | boolean | yes | Would you recommend this site to other agents? |
| task_description | string | yes | What the agent was trying to do (max 500 chars) |
No output schema declared.
No examples provided.