geo-tool-check
geo-tool-check
Эта страница читаема для ИИ-поиска? Проверяет доступ краулеров, структуру и цитируемость для ChatGPT, Perplexity, Claude и Google AI — как CLI и как MCP-сервер.
Всё выполняется на вашей машине. Без аккаунта, без API-ключа, никакие данные не отправляются на geo-tool.com.
CLI
npx geo-tool-check example.comhttps://example.com/
92/100 Excellent 534 words · 238 ms
directAnswers 25/25 ██████████████████
structure 15/20 ██████████████░░░░
schemaMarkup 15/15 ██████████████████
citations 12/15 ██████████████░░░░
multimedia 5/5 ██████████████████
platformSpecific 20/20 ██████████████████In CI
npx geo-tool-check https://example.com/pricing --min-score 70Код выхода 1 ниже порога. Ловит деплой, который блокирует GPTBot или скрывает контент за JavaScript.
npx geo-tool-check example.com --crawlers # only robots.txt, exits 1 if a scored crawler is blocked
npx geo-tool-check example.com --json # machine-readable
npx geo-tool-check example.com --lang de # German labelsRelated MCP server: seo-audit-mcp
MCP server
Даёт агенту три инструмента для видимости в ИИ.
{
"mcpServers": {
"geo-tool-check": {
"command": "npx",
"args": ["-y", "geo-tool-check", "--mcp"]
}
}
}Или укажите напрямую на бинарник: npx -y geo-tool-check-mcp.
Также на Smithery:
npx -y smithery mcp add tracktronaut/geo-tool-checkЧтобы пересобрать и переопубликовать пакет:
npm run bundle # geo-tool-check.mcpb
./scripts/publish-smithery.sh # needs: smithery auth loginTool | Что делает | Сеть |
| Полная оценка страницы, шесть категорий, выводы | загружает страницу |
| Каких ИИ-краулеров блокирует robots.txt | загружает robots.txt |
| Оценивает отрывок во время написания | нет |
What the score means
Двадцать пять проверок по шести категориям, от 0 до 100. Тот же код, что работает на geo-tool.com — логика оценки импортируется, а не переписывается, поэтому оба дают одинаковое число для одинакового ввода.
Node не выполняет JavaScript. Поэтому этот инструмент сообщает, что видит обычный HTML-краулер — а именно то, что видят GPTBot, ClaudeBot и PerplexityBot. Страница, отрисованная на клиенте, получит здесь низкий балл, и это вывод, а не ограничение. Чтобы сравнить вид краулера с отрисованной страницей, используйте браузерное расширение.
Здесь намеренно нет запасного варианта с рендерингом JavaScript: платный сервис рендеринга — это именно те текущие расходы, которые этот пакет не должен создавать.
Zero dependencies
Протокол MCP через stdio — это JSON-RPC с тремя методами, реализованный напрямую. Ничего не нужно устанавливать, кроме Node 18+, никакой цепочки поставок, никакого дрейфа версий.
Claude Code plugin
Установите один раз:
/plugin marketplace add geo-tool-com/geo-tool-check
/plugin install geo-tool-check@geo-toolЗатем проверяйте любую страницу одной командой — работает сразу, перезапуск не нужен:
/geo-tool-check example.comВы получаете оценку готовности от 0 до 100, какие ИИ-краулеры блокирует robots.txt, и приоритетный список исправлений. Вы также можете просто спросить на простом языке («читаема ли example.com для ИИ-поиска?») — после перезапуска три MCP-инструмента ответят на это напрямую. Полный аудит с конкретными действиями по оптимизации бесплатен на geo-tool.com; платное рабочее пространство дополнительно ежедневно измеряет реальные ответы ИИ (ChatGPT, Perplexity, Gemini) на ваши вопросы о намерении покупки.
Links
npm: geo-tool-check
Smithery: tracktronaut/geo-tool-check
Документация: geo-tool.com/en/developers
License
MIT. Создано компанией track by track GmbH.
This server cannot be installed
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 Servers
- 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.3511MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.MIT
- AlicenseAqualityAmaintenanceProvides AI-visibility scoring and site auditing capabilities for websites, enabling agents to check how sites appear in AI engines like ChatGPT and Perplexity, run full SEO/security audits, and monitor changes over time.141,061MIT
- AlicenseNot gradedqualityBmaintenanceProvides 23 bounded MCP tools for AI agents to perform technical SEO audits, including crawl setup, page analysis, issue detection, and report exports, all while keeping data local.5MIT
Related MCP Connectors
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
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/geo-tool-com/geo-tool-check'
If you have feedback or need assistance with the MCP directory API, please join our Discord server