geo-tool-check
geo-tool-check
このページはAI検索で読めるか?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 ██████████████████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可視性のための3つのツールを提供します。
{
"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ツール | 機能 | ネットワーク |
| ページ全体のスコア、6カテゴリ、所見 | ページを取得 |
| robots.txtがブロックするAIクローラー | robots.txtを取得 |
| 執筆中に文章の引用可能性をスコアリング | なし |
スコアの意味
6カテゴリにわたる25のチェック、0〜100点。geo-tool.comを支えるのと同じコードです。スコアリングロジックは再実装ではなくインポートされているため、同じ入力に対して両者は同じ数値を生成します。
NodeはJavaScriptを実行しません。 したがって、このツールはプレーンなHTMLクローラーが見るものを報告します。これはまさにGPTBot、ClaudeBot、PerplexityBotが見るものと同じです。クライアントサイドレンダリングのページはここでは低いスコアになりますが、それが所見であって、制限ではありません。クローラーの視点とレンダリング後のページを比較するには、ブラウザ拡張機能を使用してください。
意図的にJavaScriptレンダリングのフォールバックはありません。有料のレンダリングサービスは、まさにこのパッケージが発生させてはならないランニングコストだからです。
ゼロ依存
stdio上のMCPプロトコルは、3つのメソッドを持つJSON-RPCとして直接実装されています。Node 18+以外にインストールするものはなく、サプライチェーンもバージョンずれもありません。
Claude Codeプラグイン
一度インストールするだけ:
/plugin marketplace add geo-tool-com/geo-tool-check
/plugin install geo-tool-check@geo-toolその後、1つのコマンドで任意のページをチェックできます。再起動不要ですぐに動作します:
/geo-tool-check example.com0〜100のレディネススコア、robots.txtがブロックするAIクローラー、優先順位付けされた修正リストが得られます。また、プレーンな言葉で質問することもできます(「example.comはAI検索で読めますか?」)。再起動後は、3つのMCPツールが直接回答します。具体的な最適化アクションを含む完全な監査はgeo-tool.comで無料です。有料ワークスペースでは、購入意図のある質問に対する実際のAI回答(ChatGPT、Perplexity、Gemini)を毎日測定します。
リンク
npm: geo-tool-check
Smithery: tracktronaut/geo-tool-check
ドキュメント: geo-tool.com/en/developers
ライセンス
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