Skip to main content
Glama
rolledoatmeals

website-audit

Website Audit MCP

공개 웹사이트를 감사하고, 사이트 소유자의 고객을 잃게 만드는 요인이 무엇인지 평이한 영어로 보고하는 MCP 서버입니다.

어시스턴트에게 사이트 감사를 요청하면 점수가 매겨진 보고서를 받을 수 있습니다:

audit therecoveryoasis.com
Website audit: https://www.therecoveryoasis.com/
Score: 50/100 — 4 things on this page are costing you customers.

Speed — 0%
  ✗ The HTML alone is 920 KB
      Before a single image or script, the page document itself is this big.
  ✗ One image on this page is 3.2 MB
      Oversized images are the most common reason a site feels slow on a phone.

Getting in touch — 0%
  ✗ Nobody can tap to call you
      There's no tap-to-call link on this page. On a phone, every extra step
      between someone and your number costs you calls.

How the writing reads — 58%
  ! The writing leans generic
      A few stock marketing phrases showed up: holistic approach, transformative.

설치

Node 18 이상이 필요합니다.

Claude Code

claude mcp add website-audit -- npx -y github:rolledoatmeals/website-audit-mcp

Claude Desktop, Cursor 또는 MCP를 지원하는 다른 도구 — 설정 파일에 다음을 추가하세요:

{
  "mcpServers": {
    "website-audit": {
      "command": "npx",
      "args": ["-y", "github:rolledoatmeals/website-audit-mcp"]
    }
  }
}

또는 클론하여 로컬에서 실행

git clone https://github.com/rolledoatmeals/website-audit-mcp
cd website-audit-mcp && npm install
claude mcp add website-audit -- node "$(pwd)/index.js"

그런 다음 *"audit example.com"*이라고 요청하세요.

Related MCP server: sitehealth-mcp

검사 항목

여섯 가지 범주로, 각각 가중치가 적용되어 한 영역이 약해도 전체 점수를 망치지 않습니다.

범주

검사 내용

속도

HTML 크기, 스크립트와 스타일시트를 포함한 총 다운로드 용량, 과도하게 큰 이미지, 압축, 서버 응답 시간

모바일 경험

뷰포트, JavaScript가 실행될 때까지 페이지가 비어 있는지 여부, 누락된 alt 텍스트

검색 노출

제목과 설명 품질, H1, 구조화된 데이터, Open Graph 태그, 사이트맵

연락 경로

탭하여 전화 걸기, 문의 양식, 이메일 주소, 읽을 수 있는 도로명 주소, HTTPS

문장 품질

흔한 AI 마케팅 어휘, 엠 대시 밀도, "not just X but Y" 패턴, 느낌표 남용, 남아 있는 placeholder 텍스트

최신성

<center><font> 태그, 테이블 레이아웃, Flash 잔재, 오래된 jQuery, Bootstrap 3, 최신 이미지 형식, lazy loading

또한 사이트가 구축된 플랫폼을 감지하는데, 페이지 문구가 아닌 에셋 URL을 매칭하므로 플랫폼 이름을 언급만 하는 사이트를 오인하지 않습니다.

정확도에 관한 참고 사항

JavaScript로 렌더링되는 페이지는 감지되어 표시됩니다. 단일 페이지 앱은 거의 빈 HTML 문서를 제공하므로, 그렇지 않았다면 크기가 작아 좋은 점수를 받았을 것입니다. 이 경우 도구는 이를 명시하고 정직하게 답할 수 없는 검사는 건너뛰며, 과장된 수치를 보고하지 않습니다.

용량은 추측이 아닌 측정입니다. HTML, 스크립트, 스타일시트, 이미지를 각각 가져와 실제 크기를 읽습니다.

한 번에 한 페이지씩. 이 도구는 전체 사이트가 아닌, 지정한 URL만 감사합니다.

보안

서버는 사용자가 지정한 URL을 가져오므로, 사설 네트워크에 도달할 수 있는 모든 요청을 거부합니다:

  • HTTP 및 HTTPS만 허용, 포트 80과 443만 허용

  • DNS를 확인하여 사설, 루프백, 링크-로컬, 예약 범위는 거부

  • 모든 리디렉션 단계를 재검증하므로 공개 URL이 사설 URL로 리디렉션될 수 없음

  • 응답 본문 크기를 제한하고 모든 요청에 타임아웃 적용

제작자

Zachary Shepelsky — AI 운영 및 자동화, 플로리다주 탬파.

동일한 엔진이 zacharyshep.com/audit에서 웹 도구로 제공됩니다.

MIT 라이선스.

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
    A
    quality
    D
    maintenance
    Audit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.
    3
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Performs comprehensive website health audits including SSL, DNS, email authentication, performance, uptime, and broken link checks, all without requiring API keys. Returns a scored report with weighted metrics and actionable recommendations.
    7
    94
    MIT

View all related MCP servers

Related MCP Connectors

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/rolledoatmeals/website-audit-mcp'

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