geo-tool-check
geo-tool-check
这个页面对于 AI 搜索可读吗?检查 ChatGPT、Perplexity、Claude 和 Google AI 的爬虫访问、结构和可引用性——既可作为 CLI,也可作为 MCP 服务器。
一切都在你的机器上运行。 无需账户,无需 API 密钥,不会向 geo-tool.com 发送任何数据。
命令行
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 ██████████████████在 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 服务器
为代理提供三个用于 AI 可见性的工具。
{
"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 login工具 | 功能 | 网络 |
| 完整页面评分,六个类别,发现 | 获取页面 |
| robots.txt 阻止了哪些 AI 爬虫 | 获取 robots.txt |
| 在起草时对段落进行评分 | 无 |
分数的含义
六个类别共 25 项检查,分数从 0 到 100。与 geo-tool.com 使用相同的代码——评分逻辑是导入的,而非重新实现,因此两者对相同输入产生相同的数字。
Node 不执行任何 JavaScript。 因此,此工具报告的是普通 HTML 爬虫所看到的内容——这正是 GPTBot、ClaudeBot 和 PerplexityBot 所看到的。客户端渲染的页面在这里得分会很低,而这正是发现的问题,而非限制。要将爬虫的视图与渲染后的页面进行比较,请使用浏览器扩展。
故意没有 JavaScript 渲染回退:付费渲染服务正是此包绝不能产生的运行成本。
零依赖
基于 stdio 的 MCP 协议是 JSON-RPC,包含三个方法,直接实现。除了 Node 18+ 之外无需安装任何内容,没有供应链,没有版本漂移。
Claude Code 插件
安装一次:
/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 阻止了哪些 AI 爬虫,以及按优先级排列的修复列表。你也可以直接用自然语言提问(“example.com 对 AI 搜索可读吗?”)——重启后,三个 MCP 工具会直接回答。完整的审计及具体优化操作可在 geo-tool.com 免费获取;付费工作区还会每天针对你的购买意向问题衡量真实的 AI 回答(ChatGPT、Perplexity、Gemini)。
链接
npm: geo-tool-check
Smithery: tracktronaut/geo-tool-check
许可证
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