Skip to main content
Glama
geo-tool-com

geo-tool-check

by geo-tool-com

geo-tool-check

このページはAI検索で読めるか?ChatGPT、Perplexity、Claude、Google AI向けにクローラーのアクセス、構造、引用可能性をチェックします。CLIおよびMCPサーバーとして利用可能です。

すべてお使いのマシン上で実行されます。 アカウント不要、APIキー不要、geo-tool.comへのデータ送信もありません。

CLI

npx geo-tool-check example.com
https://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 labels

Related 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

ツール

機能

ネットワーク

check_ai_readiness

ページ全体のスコア、6カテゴリ、所見

ページを取得

check_ai_crawlers

robots.txtがブロックするAIクローラー

robots.txtを取得

check_citability

執筆中に文章の引用可能性をスコアリング

なし

スコアの意味

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.com

0〜100のレディネススコア、robots.txtがブロックするAIクローラー、優先順位付けされた修正リストが得られます。また、プレーンな言葉で質問することもできます(「example.comはAI検索で読めますか?」)。再起動後は、3つのMCPツールが直接回答します。具体的な最適化アクションを含む完全な監査はgeo-tool.comで無料です。有料ワークスペースでは、購入意図のある質問に対する実際のAI回答(ChatGPT、Perplexity、Gemini)を毎日測定します。

リンク

ライセンス

MIT。track by track GmbHによって構築されました。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    3
    51
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    14
    1,061
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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