AI Readiness
ai-readiness
Виден ли ваш сайт для AI-поиска? Крошечный CLI без зависимостей, который проверяет, могут ли ChatGPT, Perplexity, Claude и Google AI сканировать и понимать ваш сайт, и говорит, что именно исправить.
npx github:epistemedeus/ai-readiness yoursite.comБез установки, без регистрации, без зависимостей. Node 18+.
Предпочитаете браузер? Запустите ту же проверку (без установки) на samedaydesk.com/tools/ai-readiness.
📦 Хотите, чтобы исправления были готовы? AI Search Readiness Kit: $9
Чекер говорит вам, что исправить. Этот набор даёт вам всё для исправления, готовое к вставке:
Готовые к копированию robots.txt (приветствует всех AI-краулеров), Organization + WebSite + FAQPage JSON-LD, шаблоны title/meta/Open Graph и XML-карта сайта
Чек-лист из 7 приоритетных исправлений в порядке влияния
Полный бенчмарк, лежащий в основе набора данных ниже
Доставляется мгновенно после оплаты, без регистрации
→ Получить AI Search Readiness Kit ($9) · Предпочитаете готовый аудит вашего сайта? Смотрите samedaydesk.com.
Набор данных: 136 компаний оценены на готовность к AI-поиску (июнь 2026)
Мы запустили этот чекер на главных страницах 136 известных компаний из 7 отраслей и опубликовали полные результаты. Открытые данные, свободные для использования с указанием авторства.
Полный CSV:
data/ai-search-readiness-2026.csvИнтерактивная сортируемая таблица лидеров: samedaydesk.com: AI-Search Readiness Leaderboard
Средний балл по отраслям (ниже = сложнее для AI-поиска):
Отрасль | Средний балл | n |
Маркетинговые агентства | 92 | 24 |
SaaS | 88 | 24 |
Инструменты для разработчиков | 86 | 17 |
Электронная коммерция | 85 | 19 |
AI-стартапы | 83 | 25 |
Финтех | 74 | 16 |
Healthtech | 63 | 11 |
Примечательные выводы: Healthtech — наименее готовая к AI-поиску отрасль (средний балл 63). Klarna получила F (38); GitHub, Chime, Ramp, Gusto, Ro, Hims и Zocdoc — каждая по D. Даже некоторые AI-компании испытывают трудности. Perplexity получила C, а LlamaIndex — D. Большинство пробелов одинаковы и полностью устранимы: домашние страницы только на JavaScript, отсутствие структурированных данных JSON-LD и отсутствие карты сайта.
Отчёты по отраслям: SaaS · электронная коммерция · маркетинговые агентства · AI-стартапы · healthtech.
Related MCP server: geo-audit
Почему это важно
AI-поиск становится тем, как люди находят информацию, и ответы AI берутся из небольшого набора страниц, которые доступны для сканирования и хорошо структурированы. Если GPTBot заблокирован в вашем robots.txt или на ваших страницах нет структурированных данных, вы можете быть невидимы в ответах AI, как бы хорошо ваш сайт ни выглядел для людей. Этот инструмент проверяет технические основы, которые определяют, можете ли вы вообще быть процитированы.
Что он проверяет
Проверка | Почему это важно |
Доступ AI-краулеров | Разрешены ли |
Структурированные данные (JSON-LD) | AI-движки используют JSON-LD ( |
Title и meta description | Наличие и правильный размер, чтобы у движков была чистая сводка для работы. |
Open Graph теги | Более богатый машиночитаемый контекст и чистые превью ссылок. |
XML-карта сайта | Помогает движкам обнаруживать ваши страницы; отправьте её в Bing Webmaster Tools (ChatGPT Search читает индекс Bing). |
llms.txt | Отмечен как простая гигиена. Честное примечание: доказанного влияния на цитирование AI пока нет, так что не давайте никому продавать его как повышение рейтинга. |
Вы получаете оценку от 0 до 100, буквенную оценку и конкретное исправление для каждой не пройденной проверки.
Пример
$ 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-вывод для скриптов: npx github:epistemedeus/ai-readiness yoursite.com --json
Использование в качестве MCP-сервера
Добавьте чекер в любой клиент Model Context Protocol (Claude Desktop, Cursor, Cline и т. д.), чтобы вы могли спросить своего AI-ассистента «виден ли мой сайт для AI-поиска?» и получить отчёт с оценкой прямо в чате. Без зависимостей, работает через stdio.
{
"mcpServers": {
"ai-readiness": {
"command": "npx",
"args": ["-y", "github:epistemedeus/ai-readiness", "mcp"]
}
}
}Он предоставляет два инструмента:
check_ai_readiness(url): возвращает оценку, буквенную оценку и конкретное исправление для каждого пробела.generate_ai_readiness_fixes(url): генерирует стартовые Organization + FAQPage JSON-LD (предзаполненные из сайта) и дружелюбный к AI-краулерам robots.txt.
Этот автономный пакет — локальный MCP-сервер с двумя инструментами. Используйте конфигурацию npx stdio выше (npx -y github:epistemedeus/ai-readiness mcp или node mcp.js). http.js — минимальный адаптер без состояния для пользовательского JSON-RPC-over-HTTP POST (POST /mcp); это не MCP Streamable HTTP, не производственный удалённый MCP-транспорт, и обычные клиенты Streamable HTTP не могут использовать его как есть. Для этого пакета нет размещённого удалённого MCP URL.
Использование в CI (GitHub Action)
Быстрый отказ при регрессиях AI-поиска, проверяя URL при каждом развёртывании:
- uses: epistemedeus/ai-readiness@v1
with:
url: https://yoursite.comГлубокая версия
Этот CLI проверяет технические основы. Вопросы, на которые он не может ответить по вашей разметке: действительно ли ChatGPT, Perplexity и Google AI цитируют вас по запросам, которые вводят ваши покупатели? Как вы выглядите по сравнению с названными конкурентами? Какое исправление даст наибольшую отдачу в первую очередь?
Это AI-Search Visibility Audit от SameDayDesk: реальное тестирование цитирования в разных движках, бенчмарк конкурентов и приоритетный список исправлений в виде PDF и веб-отчёта, доставляется в тот же день. → samedaydesk.com
Нужен кастомный MCP-сервер?
Как построен этот: без зависимостей, stdio плюс кастомный адаптер JSON-RPC-over-HTTP POST, опубликован в реестре MCP, два сфокусированных инструмента? Мы создаём MCP-серверы для вашего API или продукта так же. (Любопытно как? Прочитайте руководство: Как создать MCP-сервер без зависимостей.)
Кастомный MCP-сервер: $349, быстрая доставка. Вы получаете работающий сервер (stdio + опциональный размещённый удалённый), подключённый к вашему API, с настроенным реестром/манифестом. → заказать (или купить напрямую).
Руководства
Бесплатные подробные руководства по тому, как сделать ваш сайт читаемым и цитируемым AI-поиском:
Как получить цитирование от ChatGPT, Perplexity и Google AI (2026)
ChatGPT против Perplexity против Google AI: кто может читать ваш сайт
Список AI-краулеров 2026: GPTBot, ClaudeBot, PerplexityBot и как их разрешить
Лицензия
MIT © SameDayDesk
Available Tools
2 toolscheck_ai_readinessA
Check whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Fetches the site + robots.txt and scores AI-crawler access, structured data (JSON-LD), title/meta, Open Graph, sitemap, and llms.txt. Returns a 0-100 score, a letter grade, and a specific fix for each gap.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website to check, e.g. example.com or https://example.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully explains the tool's behavior: fetching the site and robots.txt, scoring multiple factors, and returning a score, grade, and specific fixes. It covers the core actions and outputs without ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with the main action, and contains no filler. Each sentence adds essential information: purpose, process, and output.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the moderate complexity, one required parameter, and no output schema, the description adequately explains the return value (score, grade, fix). It mentions all key components checked, making it complete for an agent to understand what the tool does.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'url' is fully described in the schema (100% coverage). The tool description repeats the same example format, adding no new semantics beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Check whether a website is visible to AI search engines' and details the specific checks (robots.txt, JSON-LD, etc.). It distinguishes from the sibling tool 'generate_ai_readiness_fixes' which focuses on providing fixes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly state when to use this tool versus the sibling or alternatives. While the action is clear, there is no guidance on context or prerequisites (e.g., website must be accessible).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_ai_readiness_fixesA
Generate starter fixes to make a website visible to AI search: Organization + FAQPage JSON-LD (pre-filled from the site's real title/description) and an AI-crawler-friendly robots.txt. Paste the JSON-LD into the homepage and replace robots.txt. This is the free starter version of the same-day Fix Pack.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website to generate fixes for, e.g. example.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool generates starter fixes and that it uses the site's real title/description. However, it does not mention any potential side effects, permissions needed, or limitations beyond being a starter version. For a simple generative tool, this is adequate but not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, consisting of two sentences that immediately convey the tool's purpose and outputs. Every sentence adds value, and the structure is front-loaded with the most important information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, the description is fairly complete. It explains what outputs are generated and how to apply them. However, it lacks details on prerequisites, error handling, or a precise definition of 'AI search'. Overall, it covers the essential aspects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Only one parameter (url) with schema description coverage at 100%. The description adds no additional meaning beyond the schema's description. Since schema coverage is high, baseline is 3. No enums or constraints, so no missing nuance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates starter fixes for AI visibility, specifically Organization + FAQPage JSON-LD and an AI-friendly robots.txt. It also distinguishes from the sibling tool 'check_ai_readiness' which checks readiness, while this generates fixes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit instructions on how to use the outputs: paste JSON-LD into homepage <head> and replace robots.txt. Mentions it's a free starter version, implying usage context. Lacks explicit when-not-to-use or alternative scenarios, but the guidance is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
check_ai_readiness - First observed
generate_ai_readiness_fixes
TDQS
Each tool has a distinct purpose: one checks AI readiness, the other generates fixes. No overlap in functionality.
Both tool names follow a consistent verb_noun pattern with snake_case (check_ai_readiness, generate_ai_readiness_fixes).
Two tools is minimal; while the domain is narrow, a server like this might benefit from additional tools like a detailed report or verification tool.
The tools cover checking and generating fixes, but there is no tool to verify fixes after application or to manage multiple websites, leaving some gaps.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Checks llms.txt, AI crawler access in robots.txt, and sitemap - with a 0-100 AI readiness score.
Scan any website's AI readiness: AI search visibility and AI agent usability. Free, no auth.
AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers.
Scan any public site for AI-agent visibility; get scored findings, a machine-readable fix pack, and
Related MCP Servers
- AlicenseAqualityDmaintenanceAudits AI-bot visibility: robots.txt per-bot for 22 AI user-agents (GPTBot/ClaudeBot/PerplexityBot/etc), Cloudflare flags, JSON-LD, sitemap, llms.txt, SPA shell, plus cross-model brand mentions via Perplexity + OpenRouter. 0-100 score. SSRF-guarded, spend-capped.41MIT
- AlicenseNot gradedqualityCmaintenanceEvaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.10MIT
- AlicenseAqualityAmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.32501MIT

Agundur GEO Scannerofficial
AlicenseNot gradedqualityCmaintenanceChecks whether a website is readable and citable by AI search engines — llms.txt, Schema.org structured data, AI-bot access in robots.txt, content freshness, answer directness, E-E-A-T signals, plus a LocalBusiness Rich Results validator. Free, no API key, remote Streamable HTTP.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/epistemedeus/ai-readiness'
If you have feedback or need assistance with the MCP directory API, please join our Discord server