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"

その後、"example.com を監査して" と依頼してください。

Related MCP server: sitehealth-mcp

チェックする内容

6つのカテゴリがあり、それぞれに重み付けがされているため、1つの弱い分野が全体のスコアを大きく下げることはありません。

カテゴリ

確認内容

速度

HTMLサイズ、スクリプトやスタイルシートを含む総ダウンロード量、過大な画像、圧縮、サーバー応答時間

スマホでの体験

ビューポート、JavaScriptが実行されるまでページが空白かどうか、altテキストの欠落

見つけやすさ

タイトルと説明の品質、H1、構造化データ、Open Graphタグ、サイトマップ

問い合わせやすさ

タップで電話、お問い合わせフォーム、メールアドレス、読みやすい住所、HTTPS

文章の読みやすさ

ありきたりなAIマーケティング用語、emダッシュの多用、「XだけでなくY」パターン、感嘆符の乱用、残存するプレースホルダーテキスト

見た目の新しさ

<center> タグと <font> タグ、テーブルレイアウト、Flashの残骸、古いjQuery、Bootstrap 3、モダンな画像形式、遅延読み込み

また、サイトが構築されているプラットフォームも検出します。ページの文章ではなくアセットのURLを照合するため、プラットフォーム名に言及しているだけのサイトを誤判定することはありません。

精度に関する注意点

JavaScriptでレンダリングされるページは検出され、その旨が報告されます。 シングルページアプリはほぼ空のHTMLドキュメントを配信するため、サイズが小さいという理由で良いスコアになってしまいます。検出された場合、ツールはその旨を伝え、正直に回答できないチェックはスキップし、見栄えの良い数値を報告することはありません。

サイズは推測ではなく実測です。 HTML、スクリプト、スタイルシート、画像をそれぞれ取得し、実際のサイズを読み取ります。

一度に1ページのみ。 指定された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