agent-ready-mcp 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,8 +11,8 @@ The MCP registry provides MCP clients with a list of MCP servers, like an app st
11
11
  **2025-09-08 update**: The registry has launched in preview 🎉 ([announcement blog post](https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/)). While the system is now more stable, this is still a preview release and breaking changes or data resets may occur. A general availability (GA) release will follow later. We'd love your feedback in [GitHub discussions](https://github.com/modelcontextprotocol/registry/discussions/new?category=ideas) or in the [#registry-dev Discord](https://discord.com/channels/1358869848138059966/1369487942862504016) ([joining details here](https://modelcontextprotocol.io/community/communication)).
12
12
 
13
13
  Registry Working Group:
14
+ - **Radoslav (Rado) Dimitrov** (Stacklok) [@rdimitrov](https://github.com/rdimitrov) - WG Lead
14
15
  - **Tadas Antanavicius** (PulseMCP) [@tadasant](https://github.com/tadasant)
15
- - **Radoslav (Rado) Dimitrov** (Stacklok) [@rdimitrov](https://github.com/rdimitrov)
16
16
  - **Bob Dickinson** (TeamSpark) [@BobDickinson](https://github.com/BobDickinson)
17
17
  - **Preeti (Pree) Dewani** (Ravenmail) [@pree-dew](https://github.com/pree-dew)
18
18
 
@@ -31271,7 +31271,7 @@ Skip checks that already pass.`
31271
31271
  // src/resource-content.ts
31272
31272
  var METHODOLOGY_MD = `# How Agent Ready scores a site
31273
31273
 
31274
- > 69 checks across four categories, mapped to the Vercel Agent Readability Spec and the llmstxt.org standard. Every check is open and reproducible.
31274
+ > 70 checks across four categories, mapped to the Vercel Agent Readability Spec and the llmstxt.org standard. Every check is open and reproducible.
31275
31275
 
31276
31276
  ## What does Agent Ready measure?
31277
31277
 
@@ -31312,7 +31312,7 @@ Full guide: <https://agent-ready.dev/methodology>
31312
31312
  `;
31313
31313
  var CHECKS_MD = `# Agent Ready check registry
31314
31314
 
31315
- > 69 checks total across four categories. IDs are stable and referenced in every scan result's \`details\` array. Each check is implemented as a single function in \`src/lib/checks/{category}/{id}-{slug}.ts\` in the agent-ready repository.
31315
+ > 70 checks total across four categories. IDs are stable and referenced in every scan result's \`details\` array. Each check is implemented as a single function in \`src/lib/checks/{category}/{id}-{slug}.ts\` in the agent-ready repository.
31316
31316
 
31317
31317
  ## Site checks (15)
31318
31318
 
@@ -31383,7 +31383,7 @@ Run when the site has an \`llms.txt\` file. Validate against the [llmstxt.org](h
31383
31383
  | L9 | Content-Type: text/plain |
31384
31384
  | L10 | llms-full.txt available |
31385
31385
 
31386
- ## Protocol checks (21)
31386
+ ## Protocol checks (22)
31387
31387
 
31388
31388
  Discover-then-validate: when the relevant well-known endpoint returns 404, the check drops rather than failing. A marketing site doesn't score itself against agent manifests it has no reason to ship.
31389
31389
 
@@ -31410,10 +31410,11 @@ Discover-then-validate: when the relevant well-known endpoint returns 404, the c
31410
31410
  | C19 | MPP challenge params |
31411
31411
  | C20 | AP2 payment protocol support |
31412
31412
  | C21 | ACP profile (/.well-known/acp.json) |
31413
+ | C22 | Declared endpoints crawlable |
31413
31414
 
31414
31415
  ## Accessibility checks (23)
31415
31416
 
31416
- Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014 image text alternatives, form labels, control names \u2014 plus a static layout-stability (CLS) proxy. Scored into a separate \`accessibilityScore\`, a distinct suite from the 69 checks above: accessibility is WCAG, not the Vercel Agent Readability Spec, so it never moves the Vercel score.
31417
+ Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014 image text alternatives, form labels, control names \u2014 plus a static layout-stability (CLS) proxy. Scored into a separate \`accessibilityScore\`, a distinct suite from the 70 checks above: accessibility is WCAG, not the Vercel Agent Readability Spec, so it never moves the Vercel score.
31417
31418
 
31418
31419
  | ID | Check |
31419
31420
  |---|---|
@@ -31442,7 +31443,7 @@ Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014
31442
31443
  | A23 | ARIA roles and attributes are valid |`;
31443
31444
  var LLMS_TXT = `# Agent Ready
31444
31445
 
31445
- > Agent Ready is a free tool that scores any website against the Vercel Agent Readability Spec, the llmstxt.org specification, and agent-protocol specs (MCP, A2A, agents.json). It runs 69 checks \u2014 plus a separate accessibility sub-score from 23 WCAG 2.2 / layout-stability checks \u2014 and provides actionable fix guidance for every failing check.
31446
+ > Agent Ready is a free tool that scores any website against the Vercel Agent Readability Spec, the llmstxt.org specification, and agent-protocol specs (MCP, A2A, agents.json). It runs 70 checks \u2014 plus a separate accessibility sub-score from 23 WCAG 2.2 / layout-stability checks \u2014 and provides actionable fix guidance for every failing check.
31446
31447
 
31447
31448
  This resource mirrors agent-ready.dev's own /llms.txt so MCP clients can introspect the same surface that ChatGPT, Perplexity, and other AI agents see when discovering Agent Ready as a tool.
31448
31449
 
@@ -31502,6 +31503,7 @@ Agent Ready's checks map to the specifications below. Each entry links to the ca
31502
31503
  - **Web Bot Auth** _(pre-standard)_ \u2014 An HTTP message-signatures directory at /.well-known/http-message-signatures-directory letting well-behaved bots prove their identity. IETF draft. Canonical: <https://datatracker.ietf.org/doc/html/draft-meunier-web-bot-auth-architecture-05> Checks: C14.
31503
31504
  - **Agent Skills Discovery** _(pre-standard)_ \u2014 A /.well-known/agent-skills/index.json manifest advertising installable agent skills. Pre-standard (Cloudflare RFC v0.2.0). Canonical: <https://github.com/cloudflare/agent-skills-discovery-rfc/blob/main/README.md> Checks: C15.
31504
31505
  - **Content parity (anti-cloaking)** _(behavioural)_ \u2014 Not a published spec \u2014 a behavioural check comparing the AI-bot response to the baseline to detect cloaking (serving agents different content than humans). Canonical: _none published_ Checks: C16.
31506
+ - **Endpoint reachability (RFC 9309)** \u2014 Robots Exclusion Protocol rules applied to the endpoints a site's own manifests advertise. Publishing a perfect server card for a path your robots.txt forbids leaves agents unable to connect \u2014 every other check verifies the manifest or the endpoint, never that the two agree. Canonical: <https://www.rfc-editor.org/info/rfc9309> Checks: C22.
31505
31507
  - **Agent-driven UI (A2UI)** _(pre-standard)_ \u2014 MCP-Apps / OpenAI Apps SDK UI surfaces declared on an MCP Server Card, letting agents render interactive widgets inline. Emerging. Canonical: <https://modelcontextprotocol.io> Checks: C17.
31506
31508
 
31507
31509
  ## Accessibility
@@ -31515,7 +31517,7 @@ function registerResources(server) {
31515
31517
  "agent-ready://methodology",
31516
31518
  {
31517
31519
  title: "Scoring methodology",
31518
- description: "How Agent Ready computes the 0\u2013100 readability score and the llms.txt sub-score. Covers the 69 checks across four categories, rating bands, weighting, and JS-rendering handling.",
31520
+ description: "How Agent Ready computes the 0\u2013100 readability score and the llms.txt sub-score. Covers the 70 checks across four categories, rating bands, weighting, and JS-rendering handling.",
31519
31521
  mimeType: "text/markdown"
31520
31522
  },
31521
31523
  async () => ({
@@ -31533,7 +31535,7 @@ function registerResources(server) {
31533
31535
  "agent-ready://checks",
31534
31536
  {
31535
31537
  title: "Check registry",
31536
- description: "Reference table of all 69 checks Agent Ready runs, grouped by category (site, page, llms.txt, protocol), plus the 9-check accessibility suite scored as a separate accessibility sub-score. Each row pairs the stable check ID (e.g. P11, S15, L9, C3, A7) with its human-readable name. Use this to identify a check by id when interpreting scan results.",
31538
+ description: "Reference table of all 70 checks Agent Ready runs, grouped by category (site, page, llms.txt, protocol), plus the 23-check accessibility suite scored as a separate accessibility sub-score. Each row pairs the stable check ID (e.g. P11, S15, L9, C3, A7) with its human-readable name. Use this to identify a check by id when interpreting scan results.",
31537
31539
  mimeType: "text/markdown"
31538
31540
  },
31539
31541
  async () => ({
@@ -31860,7 +31862,7 @@ var validateStructuredDataInputShape = {
31860
31862
  // src/server.ts
31861
31863
  var SERVER_INFO = {
31862
31864
  name: "agent-ready",
31863
- version: "0.7.2"
31865
+ version: "0.7.3"
31864
31866
  };
31865
31867
  function createMcpServer(config2) {
31866
31868
  const server = new McpServer(SERVER_INFO);
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "agent-ready-mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "mcpName": "io.github.mlava/agent-ready-mcp",
5
- "description": "MCP server for Agent Ready — scan any URL for AI-readability against the Vercel Agent Readability Spec, the llmstxt.org standard, and agent-protocol manifests (MCP server cards, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb). 69 checks with per-check fix guidance.",
5
+ "description": "MCP server for Agent Ready — scan any URL for AI-readability against the Vercel Agent Readability Spec, the llmstxt.org standard, and agent-protocol manifests (MCP server cards, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb). 70 checks with per-check fix guidance.",
6
6
  "license": "MIT",
7
7
  "author": "Agent Ready",
8
8
  "repository": {