Skip to main content
Glama
draltaway

ai-visibility-mcp

by draltaway

ai-visibility-mcp

웹사이트가 AI 검색 엔진과 어시스턴트(ChatGPT, Claude, Perplexity, Google AI Overviews)에 얼마나 잘 발견되는지 AI 어시스턴트에게 알려주는 MCP 서버입니다.

URL을 지정하면 해당 시스템들이 사이트를 찾고, 읽고, 인용할 수 있는지를 결정하는 신호를 보고하고, 이를 한눈에 살펴볼 수 있는 0-100 점수로 정리합니다.

확인 항목

신호

중요한 이유

robots.txt의 AI 크롤러 접근

GPTBot, ClaudeBot, PerplexityBot 등이 차단되어 있으면 사이트가 해당 엔진에 노출되지 않습니다

/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