# io.github.forgemeshlabs/agent-readiness-mcp (npm · @forgemeshlabs/agent-readiness-mcp)

Agent Readiness MCP — the free Agent Readiness scanner as an MCP server. Measures your ASO Score.

- Trust score: 81/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- npm · `@forgemeshlabs/agent-readiness-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp.md), [page](https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp)

## Channel facts

- Registry: `npm`
- Package: `@forgemeshlabs/agent-readiness-mcp`
- Version: `0.2.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-23.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 21 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 800 tokens (~160/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 73/100
  - Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.forgemeshlabs/agent-readiness-mcp server?

io.github.forgemeshlabs/agent-readiness-mcp runs locally as an npm package, launched with npx -y @forgemeshlabs/agent-readiness-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add forgemeshlabs-agent-readiness-mcp -- npx -y @forgemeshlabs/agent-readiness-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "forgemeshlabs-agent-readiness-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "forgemeshlabs-agent-readiness-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add forgemeshlabs-agent-readiness-mcp -- npx -y @forgemeshlabs/agent-readiness-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "forgemeshlabs-agent-readiness-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add forgemeshlabs-agent-readiness-mcp --command npx --arg -y --arg @forgemeshlabs/agent-readiness-mcp
```

### Hermes

```yaml
mcp_servers:
  forgemeshlabs-agent-readiness-mcp:
    command: "npx"
    args: ["-y", "@forgemeshlabs/agent-readiness-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "forgemeshlabs-agent-readiness-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add forgemeshlabs-agent-readiness-mcp -t stdio -c npx -a -y @forgemeshlabs/agent-readiness-mcp
```

### Other

```json
{
  "mcpServers": {
    "forgemeshlabs-agent-readiness-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 74, +3)

- [functional improvement] Stability: unverified → 0.27

## MCP tools (5)

### `scan_site` (~341 tokens)

ASO Scan — measure your ASO Score

Scan a website for Agent Readiness using the ASO (Agent Signal Optimization) framework and return an Agent Readiness Report. Use this for a full site-level baseline, competitive audit, or before/after readiness measurement; use check_signal instead when you only need one named signal, and use get_fix_plan when you only need remediation steps. Runs 34 checks across discoverability (robots.txt, sitemap, llms.txt, DNS-AID, Link headers), content accessibility (markdown negotiation), bot access control (AI bot rules, Content Signals, Web Bot Auth), invocation (API catalog, OAuth discovery, OAuth protected resource, auth.md, MCP Server Card, Google A2A Agent Card, Agent Skills, WebMCP), commerce (x402, MPP, UCP, ACP, pricing), Google generative AI search basics, browser-agent UX, and identity/trust signals. Returns the ASO Score (0-100, formally the Agent Readiness Index), ASO maturity level (ASO-0 Invisible … ASO-5 Autonomous-Commerce-Ready), an agent-readiness verdict, per-pillar scores, per-check evidence, and prioritized recommendations.

Input parameters:

- `categories` (array): Optional category filter for focused scans. Omit for all 34 checks; pass one or more category enum values to narrow runtime and output.
- `include_artifacts` (boolean): Optional raw artifact return. Default false. When true, includes remote manifests such as agent.json and A2A cards as untrusted attacker-controlled data for debugging only.
- `url` (string, required): Website URL or domain to scan, e.g. https://example.com or example.com

### `check_signal` (~175 tokens)

Run a single agent-readiness check

Run one specific agent-readiness check against a site (e.g. 'a2a-agent-card', 'llms-txt', 'mcp-server-card', 'x402'). Use this for targeted validation after making a fix or when debugging one signal; use scan_site for the complete ASO Score and get_fix_plan for a prioritized remediation roadmap. Use list_checks first when you need valid check ids. Returns status, evidence, and a fix recommendation, and omits raw remote artifacts by default.

Input parameters:

- `check_id` (string, required): Lowercase check slug from list_checks, e.g. 'a2a-agent-card', 'llms-txt', 'mcp-server-card', or 'x402'.
- `url` (string, required): Website URL or domain to scan, e.g. https://example.com or example.com

### `list_checks` (~64 tokens)

List all agent-readiness checks

List the full catalog of supported ASO checks with id, name, category, description, and spec link. Use this before check_signal to discover valid check ids, to build UI filters, or to explain the scanner coverage; it does not scan a site or produce a score.

### `get_fix_plan` (~132 tokens)

Get a prioritized ASO fix plan

Scan a site and return a prioritized remediation plan: which signals to add first, the ASO Score points each fix is worth, and ready-to-paste artifact templates (robots.txt AI rules, llms.txt, agent.json, A2A agent-card.json, MCP server card, x402 manifest, pricing.json, security.txt, status endpoint). Use this when the user wants an implementation roadmap or copy-paste fixes; use scan_site when they need full evidence and per-check scoring, and use check_signal to verify one completed fix.

Input parameters:

- `url` (string, required): Website URL or domain to plan fixes for

### `get_aso_framework` (~88 tokens)

ASO framework reference

Return the ASO (Agent Signal Optimization) framework reference: the six signal pillars with point weights, the Agent Readiness Index maturity levels (ASO-0 through ASO-5), certification thresholds, and the scoring rubric. Use this for education, documentation, or explaining how scores are calculated; it does not fetch or scan a website. Source: https://agentsignaloptimization.com

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp#diagnostics

## Score history

- 2026-09-23: 81
- 2026-09-22: 80
- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 77
- 2026-09-14: 77
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 74
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 71
- 2026-09-03: 71
- 2026-09-02: 71
- 2026-09-01: 71

## Common questions

### What is the io.github.forgemeshlabs/agent-readiness-mcp server?

io.github.forgemeshlabs/agent-readiness-mcp is listed in the public MCP registry as io.github.forgemeshlabs/agent-readiness-mcp. Agent Readiness MCP, the free Agent Readiness scanner as an MCP server. Measures your ASO Score. This page covers its npm package (@forgemeshlabs/agent-readiness-mcp).

### Is the io.github.forgemeshlabs/agent-readiness-mcp server safe to use?

io.github.forgemeshlabs/agent-readiness-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.forgemeshlabs/agent-readiness-mcp server expose?

io.github.forgemeshlabs/agent-readiness-mcp exposes 5 tools: scan_site, check_signal, list_checks, get_fix_plan, get_aso_framework. Their descriptions and schemas cost roughly 800 tokens of context every time the server is loaded.

### Is the io.github.forgemeshlabs/agent-readiness-mcp server still maintained?

io.github.forgemeshlabs/agent-readiness-mcp is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.forgemeshlabs/agent-readiness-mcp server under?

io.github.forgemeshlabs/agent-readiness-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@forgemeshlabs/agent-readiness-mcp
- Socket report: https://socket.dev/npm/package/@forgemeshlabs/agent-readiness-mcp
- Repository: https://github.com/forgemeshlabs/agent-readiness-mcp
- Changelog RSS feed: https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp.json
- HTML version of this page: https://verifymcp.io/servers/forgemeshlabs-agent-readiness-mcp/forgemeshlabs-agent-readiness-mcp
