Skip to main content
Glama
vdalhambra

SiteAudit MCP

by vdalhambra

SiteAudit MCP

AI 에이전트를 위한 즉각적인 SEO, 성능 및 보안 감사 — Model Context Protocol을 통해 단일 도구 호출로 모든 URL을 분석합니다.

기능

SiteAudit은 AI 에이전트에게 모든 웹사이트를 즉시 감사할 수 있는 기능을 제공합니다. API 키도, 구성도, 비용도 필요 없습니다. 다음과 같이 요청하세요:

  • "example.com 감사해줘"

  • "내 경쟁사 사이트의 SEO를 확인해줘"

  • "내 사이트가 안전한가? 보안 헤더를 확인해줘"

  • "내 사이트와 경쟁사 3곳을 비교해줘"

  • "이 도메인의 robots.txt를 보여줘"

도구 (6)

도구

설명

full_audit

통합 점수(0-100)를 포함한 포괄적인 SEO + 성능 + 보안 감사

seo_audit

SEO 분석: 제목, 메타, 헤딩, 이미지, 링크, 구조화된 데이터, Open Graph

security_audit

보안 헤더, HTTPS, HSTS, CSP, SSL 인증서 확인, 쿠키 플래그

performance_audit

응답 시간, 페이지 크기, 압축, 캐싱, 리디렉션

compare_sites

여러 웹사이트의 나란히 비교

check_robots_txt

robots.txt 규칙 및 사이트맵 구문 분석 및 분석

설치

Claude Code / Claude Desktop

{
  "mcpServers": {
    "siteaudit": {
      "command": "uvx",
      "args": ["--from", "siteaudit-mcp", "siteaudit"]
    }
  }
}

소스에서 설치

git clone https://github.com/vdalhambra/siteaudit-mcp.git
cd siteaudit-mcp
uv sync
uv run siteaudit

확인 항목

SEO (20개 이상의 검사)

  • 제목 태그 (존재 여부, 길이)

  • 메타 설명 (존재 여부, 길이)

  • H1 태그 (개수, 내용)

  • 헤딩 계층 구조 (H1-H6)

  • 이미지 alt 텍스트 커버리지

  • 내부/외부 링크 개수

  • Canonical URL

  • Open Graph 태그

  • Twitter Card 태그

  • 모바일 뷰포트

  • 구조화된 데이터 (JSON-LD)

  • 파비콘

  • 언어 속성

  • robots 메타 지시문

  • 콘텐츠 길이 (단어 수)

보안 (10개 이상의 검사)

  • HTTPS 강제 적용

  • HSTS 헤더 (서브도메인 및 프리로드 포함)

  • Content-Security-Policy

  • X-Content-Type-Options

  • X-Frame-Options

  • Referrer-Policy

  • Permissions-Policy

  • 서버/X-Powered-By 공개 여부

  • 쿠키 보안 플래그 (Secure, HttpOnly, SameSite)

  • SSL 인증서 유효성 및 만료일

성능

  • 서버 응답 시간 (ms)

  • 페이지 크기 (KB)

  • 압축 (gzip/brotli)

  • Cache-Control 헤더

  • 리디렉션 체인 분석

  • HTTP 상태 코드

예시 출력

URL: https://github.com
Overall Score: 90/100 (Grade: A)

Scores:
  SEO: 85/100
  Performance: 95/100
  Security: 90/100

Issues: 0
Warnings: 3
  [SEO] No JSON-LD structured data
  [Security] Missing Content-Security-Policy header
  [Security] Server header discloses: 'GitHub.com'

API 키 불필요

SiteAudit은 대상 URL의 HTML 및 HTTP 헤더를 분석하여 완전히 작동합니다. 타사 API 키가 필요하지 않습니다. 다음을 사용합니다:

  • HTTP 가져오기를 위한 requests

  • HTML 구문 분석을 위한 BeautifulSoup

  • 인증서 확인을 위한 Python ssl

라이선스

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/vdalhambra/siteaudit-mcp'

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