Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.msanchezgrice/agentready

io.github.msanchezgrice/agentready

Scan any public site for AI-agent visibility; get scored findings, a machine-readable fix pack, and

Uptime
100.0%
1 direct probes · 30d
Response
1527ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

scan_url

Run an AgentReady scan of a public URL. Returns the 0-100 score, per-phase findings, top priorities, and the Fix Pack v2 implementation contract. Repository paths remain candidate targets until a conn…

get_fix_pack

Scan a public URL and return Fix Pack v2: prioritized fixes with stable ids, observed evidence, candidate target URLs and repository paths, review gates, and fix-specific acceptance assertions for a c…

verify_fixes

Re-scan a public URL and evaluate fix-specific stable ids from a previous v1 or v2 Fix Pack. A fix closes when its finding id is absent; score delta is secondary evidence only.

get_public_report

Read the latest saved public scan report or bounded history using its opaque report id. Reports are only created after explicit opt-in and expire after 30 days.

check_crawler_access

Fetch robots.txt and a bounded public page through validated redirects, then inspect named-token path rules, final delivery, X-Robots-Tag, and HTML meta robots. Named-bot edge/WAF treatment remains un…

audit_openapi_readiness

Statically inspect an OpenAPI 3.0 or 3.1 JSON object or JSON string for operation identity, auth and scopes, errors, examples, retries, limits, lifecycle, pagination, and workflows. No API operation i…

validate_a2a_agent_card

Statically validate an A2A Agent Card JSON object. Strict-current evidence and legacy interoperability are reported separately; no agent endpoint or skill is invoked.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.msanchezgrice/agentready": {
      "url": "https://www.agentready.me/api/mcp",
      "transport": "streamable-http"
    }
  }
}