AISO docs
MCP server
Install AISO once in Claude Code and every future prompt can scan URLs, fetch results, and generate fixes.
Updated
The AISO MCP server is a public Model Context Protocol endpoint at https://aiso.tools/mcp that exposes six tools for AI-visibility work directly inside Claude Code, Cursor, or any other MCP-aware client.
Install
claude mcp add aiso https://aiso.tools/mcpThat's it. No login, no API key. The server uses the same rate-limits as the public API (3 scans / IP / 24h, 10 scans / domain / 24h).
Tools
| Tool | Input | Purpose |
|---|---|---|
aiso_scan | url | Queue a new scan. Returns a scanId immediately. |
aiso_get_scan | scanId | Fetch the full result payload. Poll while status=queued|running. |
aiso_fix | scanId, issueIndex | Return a ready-to-paste Claude Code prompt for a specific issue. |
aiso_robots_check | domain | Lightweight audit of AI-bot access to a domain's robots.txt. |
aiso_schema_lint | html | Parse JSON-LD blocks from an HTML string, report types + validity. |
aiso_llmstxt_generate | url | Generate a starter llms.txt from a homepage. |
Examples
From Claude Code, after claude mcp add:
$ claude "Scan agntdot.com with AISO and patch the top 3 issues."Claude will call aiso_scan, poll aiso_get_scan, then iterate aiso_fix with issueIndex=0,1,2 — applying the returned prompts as code edits.
$ claude "Generate an llms.txt for example.com"$ claude "Which AI crawlers are blocked on nytimes.com?"Rate limits + contact
Anonymous access shares the public API rate limits. If you are integrating AISO into a product and hit the cap, email hello@aiso.tools — higher tiers available.