Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
AI Readiness logo

AI Readiness

epistemedeus/ai-readiness
✓ Verified working · Jul 10, 2026 0 starsv1.0.0HTTPRegistry activeMITUpdated 2026-06-24Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http ai-readiness https://samedaydesk.com/mcp

Summary

Check whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http ai-readiness https://samedaydesk.com/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "ai-readiness": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://samedaydesk.com/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "ai-readiness": {
      "url": "https://samedaydesk.com/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "ai-readiness": {
      "url": "https://samedaydesk.com/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.ai-readiness]
url = "https://samedaydesk.com/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "ai-readiness": {
        "url": "https://samedaydesk.com/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

README.md

ai-readiness

Is your website visible to AI search? A tiny, dependency-free CLI that checks whether ChatGPT, Perplexity, Claude, and Google AI can crawl and understand your site, and tells you exactly what to fix.

npx github:epistemedeus/ai-readiness yoursite.com

No install, no signup, no dependencies. Node 18+.

Prefer a browser? Run the same check (no install) at samedaydesk.com/tools/ai-readiness.

---

📦 Want the fixes done for you? AI Search Readiness Kit: $9

The checker tells you what to fix. This kit gives you everything to fix it, ready to paste:

  • Copy-paste robots.txt (welcomes every AI crawler), Organization + WebSite + FAQPage JSON-LD, title/meta/Open Graph templates, and an XML sitemap
  • The 7-fix priority checklist in order of impact
  • The full benchmark behind the dataset below
  • Delivered instantly after checkout, no signup

Get the AI Search Readiness Kit ($9) · Prefer a done-for-you audit of your site? See samedaydesk.com.

Dataset: 136 companies scored for AI-search readiness (June 2026)

We ran this checker against the homepages of 136 well-known companies across 7 industries and published the full results. Open data, free to use with attribution.

Average score by industry (lower = harder for AI search to read):

| Industry | Avg score | n | |---|---|---| | Marketing agencies | 92 | 24 | | SaaS | 88 | 24 | | Dev tools | 86 | 17 | | E-commerce | 85 | 19 | | AI startups | 83 | 25 | | Fintech | 74 | 16 | | Healthtech | 63 | 11 |

Notable findings: Healthtech is the least AI-search-ready industry (avg 63). Klarna scored an F (38); GitHub, Chime, Ramp, Gusto, Ro, Hims and Zocdoc each scored a D. Even some AI companies struggle. Perplexity scored a C and LlamaIndex a D. Most gaps are the same and entirely fixable: JavaScript-only homepages, missing JSON-LD structured data, and no sitemap.

Per-industry write-ups: SaaS · e-commerce · marketing agencies · AI startups · healthtech.

Why this matters

AI search is becoming how people find things, and AI answers are pulled from a small set of pages that are crawlable and well-structured. If GPTBot is blocked in your robots.txt, or your pages have no structured data, you can be invisible in AI answers no matter how good your site looks to humans. This tool checks the technical fundamentals that decide whether you're even eligible to be cited.

What it checks

| Check | Why it matters | |---|---| | AI crawler access | Whether GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, Bingbot are allowed in robots.txt. Blocked = invisible. | | Structured data (JSON-LD) | AI engines use JSON-LD (Organization, FAQPage, Article) to classify and quote your content. | | Title & meta description | Present and well-sized, so engines have a clean summary to work with. | | Open Graph tags | Richer machine-readable context and clean link previews. | | XML sitemap | Helps engines discover your pages; submit it in Bing Webmaster Tools (ChatGPT Search reads the Bing index). | | llms.txt | Flagged as cheap hygiene only. Honest note: it has no proven effect on AI citations yet, so don't let anyone sell it to you as a ranking boost. |

You get a 0-100 score, a letter grade, and a concrete fix for every failing check.

Example

$ npx github:epistemedeus/ai-readiness example.com

AI Readiness  https://example.com/
Score 72/100  Grade B

  PASS  AI crawler access  No AI crawler blocked.
  FAIL  Structured data (JSON-LD)  None found.
        fix: Add Organization + FAQPage + Article JSON-LD.
  PASS  Title & meta description  title 41 chars, description 132 chars
  WARN  Open Graph tags  2 og: tags
        fix: Add og:title, og:description, og:image, og:url.
  PASS  XML sitemap  found
  WARN  llms.txt  none (minor: no proven citation effect)

JSON output for scripting: npx github:epistemedeus/ai-readiness yoursite.com --json

Use as an MCP server

Add the checker to any Model Context Protocol client (Claude Desktop, Cursor, Cline, etc.) so you can ask your AI assistant "is my site visible to AI search?" and get a scored report inline. Dependency-free, runs over stdio.

{
  "mcpServers": {
    "ai-readiness": {
      "command": "npx",
      "args": ["-y", "github:epistemedeus/ai-readiness", "mcp"]
    }
  }
}

It exposes two tools:

  • check_ai_readiness(url): returns the score, grade, and a specific fix for each gap.
  • generate_ai_readiness_fixes(url): generates starter Organization + FAQPage JSON-LD (pre-filled from the site) and an AI-crawler-friendly robots.txt.

No install (hosted / remote)

If your client supports remote MCP servers (e.g. ChatGPT connectors, Claude.ai custom connectors), point it at the hosted endpoint, nothing to install:

{ "mcpServers": { "ai-readiness": { "url": "https://samedaydesk.com/mcp" } } }

Use in CI (GitHub Action)

Fail-fast on AI-search regressions by checking a URL on every deploy:

- uses: epistemedeus/ai-readiness@v1
  with:
    url: https://yoursite.com

The deep version

This CLI checks the technical basics. The questions it can't answer from your markup: do ChatGPT, Perplexity, and Google AI actually cite you for the queries your buyers type? How do you compare to named competitors? What's the highest-ROI fix first?

That's the AI-Search Visibility Audit from SameDayDesk: real citation testing across engines, a competitor benchmark, and a prioritized fix list as a PDF and web report, delivered same day. → samedaydesk.com

Need a custom MCP server?

Like how this one is built: dependency-free, stdio and remote (Streamable HTTP), published to the MCP registry, one clean tool? We build MCP servers for your API or product the same way. (Curious how? Read the guide: How to build a dependency-free MCP server.)

Custom MCP Server: $349, delivered fast. You get a working server (stdio + optional hosted remote), wired to your API, with the registry/manifest setup done. → get one built (or buy directly).

Guides

Free, in-depth guides on getting your site read and cited by AI search:

License

MIT © SameDayDesk

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.