From 23d2c5630953a9daa653788d431ceef6a8aa11c4 Mon Sep 17 00:00:00 2001 From: Mark Lavercombe Date: Tue, 16 Jun 2026 18:19:21 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9a402d..6ba399a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ ## Websites +- [agent-ready.dev](https://agent-ready.dev/) - Scores any website for AI-agent readability against the Vercel Agent Readability Spec, llms.txt, and agent-protocol manifests, and exposes WebMCP tools (`scan_site`, `get_scan`, `ask`) via `navigator.modelContext` so in-browser agents can run scans directly. + ## License [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)