From e670b40bd2972ee7580c53d4bcef688e6464ceb9 Mon Sep 17 00:00:00 2001 From: Mark Lavercombe Date: Thu, 18 Jun 2026 14:22:46 +1000 Subject: [PATCH] Add Agent Ready (pay-per-scan agent-readability scanner) --- README.md | 1 + registry.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ab662..d57a69a 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Services with built-in MPP payment support: - [ScreenshotOne](https://screenshotone.com) - Website screenshot API for capturing any URL as PNG, JPEG, WebP, or PDF. - [Billboard](https://x.com/MPPBillboard) - Post to @MPPBillboard on X with dynamic pricing that doubles per post. - [Clado](https://clado.ai) - People search, LinkedIn enrichment, and deep research for lead generation. +- [Agent Ready](https://agent-ready.dev/api/x402/scan) - Pay-per-scan AI agent-readability scanner; scores any site against the agent-readability spec, llms.txt, and agent-protocol manifests (MCP, A2A, x402). USDC on Base. Supports x402 + MPP. ### Proxied via Tempo diff --git a/registry.json b/registry.json index fc57df4..900b44d 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "generated_at": "2026-05-02T10:08:20.039Z", - "total_projects": 313, + "total_projects": 314, "categories": [ { "name": "Protocol and Specs", @@ -859,6 +859,12 @@ "url": "https://clado.ai", "description": "People search, LinkedIn enrichment, and deep research for lead generation", "type": "external" + }, + { + "name": "Agent Ready", + "url": "https://agent-ready.dev/api/x402/scan", + "description": "Pay-per-scan AI agent-readability scanner; scores any site against the agent-readability spec, llms.txt, and agent-protocol manifests. USDC on Base. Supports x402 + MPP.", + "type": "external" } ] },