Skip to main content
Glama
draltaway

ai-visibility-mcp

by draltaway

ai-visibility-mcp

AIアシスタントに、あるウェブサイトがAI検索エンジンやAIアシスタント(ChatGPT、Claude、Perplexity、Google AI Overviews)にどれだけ発見されやすいかを伝えるMCPサーバーです。

URLを渡すと、それらのシステムがサイトを発見し、読み、引用できるかを左右するシグナルを報告し、ひと目でわかる0〜100のスコアにまとめます。

チェックする内容

シグナル

重要な理由

robots.txt 内でのAIクローラーのアクセス設定

GPTBotClaudeBotPerplexityBot などがブロックされている場合、そのサイトはそれらのエンジンから見えなくなります

/llms.txt の有無

サイトの重要な事実をLLM向けに平文でまとめたマップ

構造化データ(JSON-LD)

回答エンジンが読み取って引用できる機械可読な意味情報

sitemap.xml の有無

クローラーがすべてのページを見つけるのに役立ちます

タイトル、メタディスクリプション、H1

エンジンが最初に読む、ページ内の基本的なシグナル

Related MCP server: maxaeo-ai-visibility-mcp

インストール

git clone https://github.com/draltaway/ai-visibility-mcp
cd ai-visibility-mcp
python -m pip install -e .

HTTP関連は標準ライブラリのみ。唯一の依存関係は FastMCP です。

Claude Code から使う

claude mcp add ai-visibility -- ai-visibility-mcp

Claude Desktop から使う

claude_desktop_config.json に追加:

{
  "mcpServers": {
    "ai-visibility": {
      "command": "ai-visibility-mcp"
    }
  }
}

次に、"stripe.comのAI可視性を確認してください。" と尋ねます。

出力例

{
  "url": "https://stripe.com",
  "score": 90,
  "summary": "Strong: AI engines can find, read, and cite this site.",
  "checks": {
    "ai_crawlers_allowed": true,
    "ai_crawlers_blocked": [],
    "llms_txt": true,
    "sitemap": false,
    "homepage_reachable": true,
    "structured_data": true,
    "title": true,
    "meta_description": true,
    "h1": true
  }
}

ツール

check_ai_visibility(url: str) -> dict{ url, score, summary, checks } を返します。ホスト名のみ(example.com)または完全なURLを受け付けし、デフォルトでは https を使います。

ライセンス

MIT。作者は Dallin Rowley です。

Install Server
A
license - permissive license
A
quality
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
    Not graded
    quality
    A
    maintenance
    Evaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.
    3
    MIT
  • 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
    A
    quality
    B
    maintenance
    Check whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap. Dependency-free, no API keys.
    2
    3
    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

  • Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.

  • AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.

  • AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free.

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/draltaway/ai-visibility-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server