website-audit
Website Audit MCP
あらゆる公開ウェブサイトを監査し、そのサイトの所有者が顧客を失っている原因を平易な英語で報告するMCPサーバーです。
アシスタントにサイトの監査を依頼すると、スコア付きのレポートが返ってきます:
audit therecoveryoasis.comWebsite 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-mcpClaude 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」パターン、感嘆符の乱用、残存するプレースホルダーテキスト |
見た目の新しさ |
|
また、サイトが構築されているプラットフォームも検出します。ページの文章ではなくアセットのURLを照合するため、プラットフォーム名に言及しているだけのサイトを誤判定することはありません。
精度に関する注意点
JavaScriptでレンダリングされるページは検出され、その旨が報告されます。 シングルページアプリはほぼ空のHTMLドキュメントを配信するため、サイズが小さいという理由で良いスコアになってしまいます。検出された場合、ツールはその旨を伝え、正直に回答できないチェックはスキップし、見栄えの良い数値を報告することはありません。
サイズは推測ではなく実測です。 HTML、スクリプト、スタイルシート、画像をそれぞれ取得し、実際のサイズを読み取ります。
一度に1ページのみ。 指定されたURLのみを監査し、サイト全体は監査しません。
セキュリティ
このサーバーは指定されたURLを取得するため、プライベートネットワークに到達し得るものはすべて拒否します:
HTTPとHTTPSのみ、ポート80と443のみ
DNSを解決し、プライベート、ループバック、リンクローカル、予約済みレンジは拒否
すべてのリダイレクト先を再検証するため、公開URLがプライベートURLにリダイレクトすることはできない
レスポンスボディは上限付きで、すべてのリクエストはタイムアウト
作者
Zachary Shepelsky — AIオペレーションと自動化、フロリダ州タンパ。
同じエンジンがウェブツールとして zacharyshep.com/audit で動作しています。
MITライセンス。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceAudit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.38MIT
- AlicenseAqualityDmaintenancePerforms 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.794MIT
- AlicenseNot gradedqualityAmaintenanceAudits public websites for AI crawler access, public technical signals, and deployment readiness. Includes a focused path to the full readiness report when deeper remediation guidance is needed.MIT
- FlicenseNot gradedqualityDmaintenanceAudits any website for SEO issues, providing scored health checks, schema validation, and performance analysis through AI assistants.
Related MCP Connectors
Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.
Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.
Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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