Web Auditor
Analyze web pages and entire sites for SEO, accessibility, performance, and security compliance.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Inspect Page: Inspect a single web page for HTML/CSS quality, accessibility (WCAG/KWCAG), SEO, and performance/security. Returns scores, grades, and top issues. Takes 10-30 seconds.
- Inspect Site: Start a site-wide crawl and inspection. Crawls links from the root URL and inspects each page. Returns a site_inspection_id for tracking. Use get_inspection to check results later.
- Get Inspection: Get detailed inspection results by inspection ID. Works for both single-page and site inspections.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Analyze web pages and entire sites for SEO, accessibility, performance, and security compliance. Generate detailed reports and actionable issue lists to improve site quality and user experience. Track historical audit data to monitor improvements across multiple crawl sessions.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| inspect_page | Inspect a single web page for HTML/CSS quality, accessibility (WCAG/KWCAG), SEO, and performance/security. Returns scores, grades, and top issues. Takes 10-30 seconds. |
| inspect_site | Start a site-wide crawl and inspection. Crawls links from the root URL and inspects each page. Returns a site_inspection_id for tracking. Use get_inspection to check results later. |
| get_inspection | Get detailed inspection results by inspection ID. Works for both single-page and site inspections. |
| get_issues | Get a filtered list of issues found during an inspection. Works with both single-page inspection_id and site_inspection_id. For site inspections, aggregates issues from all pages. |
| get_history | List recent inspection history. Optionally filter by URL substring. |