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 运行前是否为空白、缺少替代文本

被找到

标题和描述质量、H1、结构化数据、Open Graph 标签、站点地图

联系渠道

点击拨号、联系表单、电子邮件地址、可读的街道地址、HTTPS

文案可读性

常见的 AI 营销词汇、破折号密度、"不仅是 X 更是 Y" 句式、感叹号滥用、遗留的占位文本

外观是否过时

<center><font> 标签、表格布局、Flash 残留、老旧的 jQuery、Bootstrap 3、现代图片格式、懒加载

它还能检测网站所基于的平台,通过匹配资源 URL 而非页面文案,因此仅提及平台名称的网站不会被误判。

关于准确性的说明

JavaScript 渲染的页面会被检测并标记。 单页应用提供的是几乎为空的 HTML 文档,否则它会因体积小而获得高分。检测到这种情况时,工具会如实说明,并跳过无法诚实回答的检查项,而不是报出一个好看的数字。

体积是实测的,不是猜的。 HTML、脚本、样式表和图片都会被实际抓取以读取其真实大小。

一次只审计一个页面。 它审计的是您提供的 URL,而不是整个网站。

安全性

服务器会抓取您指定的 URL,因此它会拒绝任何可能访问私有网络的内容:

  • 仅支持 HTTP 和 HTTPS,仅限 80 和 443 端口

  • DNS 解析后,私有、回环、链路本地和保留地址段会被拒绝

  • 每次重定向跳转都会重新验证,因此公开 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