# com.mambabuilt/mcp-agent-accessibility-auditor (npm · @mambalabsdev/mcp-agent-accessibility-auditor)

Audit whether an AI agent can read a site: llms.txt, robots AI rules, structured data.

- Trust score: 68/100 (medium)
- Change this week: +15
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-18

## Components

- npm · `@mambalabsdev/mcp-agent-accessibility-auditor`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-agent-accessibility-auditor/mambalabsdev-mcp-agent-accessibility-auditor.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-agent-accessibility-auditor/mambalabsdev-mcp-agent-accessibility-auditor)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-agent-accessibility-auditor`
- Version: `1.0.0`
- 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-08-18.

- **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.
  - 30 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 6 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 328 tokens (~328/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add com-mambabuilt-mcp-agent-accessibility-auditor -- npx -y @mambalabsdev/mcp-agent-accessibility-auditor
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-agent-accessibility-auditor -- npx -y @mambalabsdev/mcp-agent-accessibility-auditor
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-agent-accessibility-auditor --command npx --arg -y --arg @mambalabsdev/mcp-agent-accessibility-auditor
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-agent-accessibility-auditor:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-agent-accessibility-auditor"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-agent-accessibility-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-agent-accessibility-auditor"
      ]
    }
  }
}
```

## 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-08-12 (score 68, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-11 (score 53)

First indexed and scored.

## MCP tools (1)

### `audit_agent_accessibility` (~328 tokens)

Audit Agent Accessibility

Give it a domain and it returns whether an AI agent can read that site, and what the site's policy says, as one flat row of 42 fields across five families: the llms.txt family including llms-full.txt and ai.txt, robots.txt AI crawler policy including the newer Content Signal directives, structured data presence and health across JSON-LD, microdata, Open Graph and canonical, render mode, and machine readable endpoint discovery covering sitemap, OpenAPI, well known files and feeds. Every field is a fact read off a fetch. No model is called at any point, so the same domain returns the same row today and next month unless the site actually changed. Twelve requests per domain, typically 2 to 4 seconds. Built for a technical SEO or growth engineer preparing a site for AI crawlers, or an agency selling that work and needing a before and after audit across a client list. Requires an APIFY_TOKEN and consumes Apify credits. Read only.

Input parameters:

- `check_endpoints` (boolean): Probes sitemap, OpenAPI, well known files and feeds. Adds 7 concurrent requests. Default: true.
- `check_structured_data` (boolean): Parses JSON-LD, microdata, Open Graph and canonical off the homepage. Costs no extra requests. Default: true.
- `domain` (string, required): One company domain, for example vercel.com. Protocol and path are stripped.
- `skipCache` (string): Leave as false to use the 7 day cache. Set to true to re-audit the domain from scratch. Default: "false".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-mambabuilt-mcp-agent-accessibility-auditor/mambalabsdev-mcp-agent-accessibility-auditor#diagnostics

## Score history

- 2026-08-18: 68
- 2026-08-17: 68
- 2026-08-16: 68
- 2026-08-15: 68
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 68
- 2026-08-11: 53

## Links

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