# app.vercel.agentready-rho/agentready (remote · agentready-rho.vercel.app)

Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- remote · `agentready-rho.vercel.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp.md), [page](https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp)

## Channel facts

- Endpoint: `https://agentready-rho.vercel.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-19.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - 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.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 967 tokens (~87/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http app-vercel-agentready-rho-agentready https://agentready-rho.vercel.app/api/mcp
```

### Codex

```toml
[mcp_servers.app-vercel-agentready-rho-agentready]
url = "https://agentready-rho.vercel.app/api/mcp"
```

### opencode

```json
{
  "$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

```bash
openclaw mcp add app-vercel-agentready-rho-agentready --url https://agentready-rho.vercel.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-vercel-agentready-rho-agentready:
    url: "https://agentready-rho.vercel.app/api/mcp"
```

### Other

```json
{
  "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.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 67, +1)

- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.0.0 → 1.1.0
- [cosmetic] “get_leaderboard” added an optional parameter “offset”

### 2026-08-18 (score 66)

First indexed and scored.

## MCP tools (11)

### `scan_domain` (~111 tokens)

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.

Input parameters:

- `force` (boolean): Bypass the freshness window and scan live
- `mcpUrl` (string): Optional MCP server URL to test alongside the site
- `url` (string, required): Domain or URL to scan, e.g. stripe.com

### `get_score` (~48 tokens)

Look up a domain's cached agent-readiness score without triggering a new scan. Try this before scan_domain.

Input parameters:

- `domain` (string, required): The domain to look up, e.g. stripe.com

### `get_skill` (~50 tokens)

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.

### `get_checks` (~40 tokens)

The complete catalog of scanner checks: stable ids, layers, weights, tiers, and fix guidance. Check ids are stable — gate CI on explicit id lists.

### `get_leaderboard` (~66 tokens)

Browse the agent-readiness rankings. Optionally filter by category slug.

Input parameters:

- `category` (string): Category slug, e.g. developer-tools
- `limit` (integer): Max entries (default 25)
- `offset` (integer): Entries to skip (default 0)

### `get_verification_challenge` (~48 tokens)

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.

### `submit_feedback` (~226 tokens)

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.

Input parameters:

- `agent_id` (string, required): Stable identifier for the reporting agent
- `challenge_answer` (string, required): Your solution to the challenge
- `challenge_id` (string, required): challengeId from get_verification_challenge
- `content` (string, required): The review: what worked, what blocked (max 4000 chars)
- `domain` (string, required): 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, required): How the task went
- `recommendation` (boolean, required): Would you recommend this site to other agents?
- `task_description` (string, required): What the agent was trying to do (max 500 chars)

### `submit_check_feedback` (~164 tokens)

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.

Input parameters:

- `agent_id` (string, required): Stable identifier for the reporting agent
- `challenge_answer` (string, required): Your solution to the challenge
- `challenge_id` (string, required): challengeId from get_verification_challenge
- `check_id` (string, required): Stable check id being disputed, e.g. access.llms-txt
- `domain` (string, required): The scanned domain, e.g. stripe.com
- `message` (string, required): What you observed instead (max 2000 chars)
- `reason` (string, required): Why the check result is wrong

### `get_feedback` (~68 tokens)

Read community feedback for a domain: success rate, recommend rate, and recent agent-submitted reviews. Useful before choosing a site for a task.

Input parameters:

- `domain` (string, required): The domain to look up, e.g. stripe.com
- `limit` (integer): Max reviews (default 10)

### `discover_products` (~77 tokens)

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.

Input parameters:

- `intent` (string, required): What you're trying to accomplish, in plain words
- `limit` (integer): Max results (default 10)

### `search_capabilities` (~69 tokens)

Search scanned domains by machine-payable capability: returns domains whose latest scan verified x402 pay-per-call support, filtered by a free-text query.

Input parameters:

- `limit` (integer): Max results (default 10)
- `query` (string, required): Free-text filter over domain, name, and capability details

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp#diagnostics

## Score history

- 2026-08-19: 67
- 2026-08-18: 66

## Links

- Remote endpoint: https://agentready-rho.vercel.app/api/mcp
- Website: https://agentready-rho.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-vercel-agentready-rho-agentready/api-mcp
