From f2d1ebf77a42bebbcb71fc7bc7b6650d8547a215 Mon Sep 17 00:00:00 2001 From: Mark Lavercombe Date: Tue, 16 Jun 2026 18:19:19 +1000 Subject: [PATCH] Add Agent Ready to Websites agent-ready.dev exposes its own WebMCP surface (scan_site / get_scan / ask via navigator.modelContext) and scores any site for AI-agent readability. Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01bcc35..e386cb3 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ WebMCP lets websites expose `navigator.modelContext.registerTool()` (imperative) - https://mcp-b.ai/ - https://webmachinelearning.github.io/webmcp/ - https://leanmcp.com/ +- [agent-ready.dev](https://agent-ready.dev) — Scores any website 0–100 for AI-agent readability and exposes its own WebMCP tools (`scan_site`, `get_scan`, `ask`) via `navigator.modelContext`, so in-browser agents can run scans directly. ## Contributing & Support - Fork & open PRs (especially more LeanMCP-style creative showcases!)