{
  "markdown": "# Agent Accessibility Auditor MCP Server\n\n[![Smithery](https://smithery.ai/badge/mambabuilt/mcp-agent-accessibility-auditor)](https://smithery.ai/servers/mambabuilt/mcp-agent-accessibility-auditor) [![Glama score](https://glama.ai/mcp/servers/mambalabsdev/mcp-agent-accessibility-auditor/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-agent-accessibility-auditor) [![MCP Registry](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fregistry.modelcontextprotocol.io%2Fv0%2Fservers%3Fsearch%3Dcom.mambabuilt%252Fmcp-agent-accessibility-auditor%26limit%3D1&query=%24.servers%5B0%5D._meta%5B%22io.modelcontextprotocol.registry%2Fofficial%22%5D.status&label=mcp%20registry&color=blue)](https://registry.modelcontextprotocol.io/v0/servers?search=com.mambabuilt/mcp-agent-accessibility-auditor&limit=1) [![npm version](https://img.shields.io/npm/v/@mambalabsdev/mcp-agent-accessibility-auditor)](https://www.npmjs.com/package/@mambalabsdev/mcp-agent-accessibility-auditor) [![npm downloads](https://img.shields.io/npm/dm/@mambalabsdev/mcp-agent-accessibility-auditor)](https://www.npmjs.com/package/@mambalabsdev/mcp-agent-accessibility-auditor) [![license](https://img.shields.io/github/license/mambalabsdev/mcp-agent-accessibility-auditor)](https://github.com/mambalabsdev/mcp-agent-accessibility-auditor/blob/main/LICENSE) [![mcpservers.org](https://img.shields.io/badge/mcpservers.org-listed-blue)](https://mcpservers.org/servers/mambalabsdev/mcp-agent-accessibility-auditor)\n\nMCP server for the Mamba Labs [Agent Accessibility Auditor](https://apify.com/mambalabs/agent-accessibility-auditor) actor on Apify.\n\nCan an AI agent read this site? Give it a domain and it returns one flat row of 42 fields covering five families of fact: the `llms.txt` family, robots AI crawler policy including the newer Content Signal directives, structured data presence and health, render mode, and machine readable endpoint discovery.\n\n## Install\n\n```bash\nnpx -y @mambalabsdev/mcp-agent-accessibility-auditor\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"mamba-agent-accessibility-auditor\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mambalabsdev/mcp-agent-accessibility-auditor\"],\n      \"env\": { \"APIFY_TOKEN\": \"your-apify-token\" }\n    }\n  }\n}\n```\n\nGet an Apify token at [console.apify.com/account/integrations](https://console.apify.com/account/integrations).\n\n## Tool\n\n### `audit_agent_accessibility`\n\nDomain in, whether an AI agent can read that site out.\n\n| Input | Type | Required | Notes |\n| --- | --- | --- | --- |\n| `domain` | string | yes | One company domain, for example vercel.com. Protocol and path are stripped. |\n| `checks` | array | no | Run only these checks: `llms_txt`, `robots_ai`, `sitemap`, `openapi`, `security_txt`, `feeds`, `json_ld`, `microdata`, `open_graph`, `canonical`, `render_mode`. Omit for all of them. A check you did not run reports `null`, never `false`, and the score is rescaled over what you selected. |\n| `check_endpoints` | boolean | no | Alias for the checks array: false removes `sitemap`, `openapi`, `security_txt` and `feeds`. Ignored when `checks` is set. Default `true`. |\n| `check_structured_data` | boolean | no | Alias for the checks array: false removes `json_ld`, `microdata`, `open_graph` and `canonical`. Ignored when `checks` is set. Default `true`. |\n| `skipCache` | enum | no | Leave as `false` to use the 7 day cache. Set to `true` to re-audit the domain from scratch. Default `false`. |\n\n## Reading the output\n\nEvery 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.\n\n`has_llms_txt` is true only when `/llms.txt` returns 200 and the body is real markdown, and `llms_txt_reject_reason` says why a 200 was not counted. Twelve requests per domain, `robots.txt` first and then the homepage and ten probes concurrently. Typical wall clock is 2 to 4 seconds.\n\nBuilt for a technical SEO or growth engineer preparing a site for AI crawlers and agent traffic, or an agency selling that work and needing a before and after audit across a client list.\n\n## Billing\n\nYou are charged per domain analyzed, plus a small actor start fee. A repeat run inside the 7 day cache window costs nothing new.\n\nPricing is on the [actor's Apify page](https://apify.com/mambalabs/agent-accessibility-auditor). Running this server consumes Apify credits.\n\n## What this server does and does not do\n\nIt is a thin client for the Apify actor. It passes your input through and returns the actor's output unchanged. Every behavior described above lives in the actor, not here.\n\nErrors are surfaced, never swallowed. An invalid input, an invalid token, an exhausted balance, a timeout, or a run that returns anything other than a dataset all come back as an explicit tool error rather than as an empty result.\n\n## Source\n\nThe actor is on the [Apify Store](https://apify.com/mambalabs/agent-accessibility-auditor). This wrapper is [MIT licensed](LICENSE).\n\nBuilt by [Mamba Labs](https://apify.com/mambalabs)\n",
  "bytes": 5069,
  "sha": "5cc3d683d92468cbd5d7e17a25c1a8ef71997c6c44b4ee2e89a5d49d9e3e84c0",
  "repo_slug": "mambalabsdev/mcp-agent-accessibility-auditor",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_mambabuilt_mcp_agent_accessibility_a_3773d51b/readme"
}