Web Auditor
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.
How to connect
https://web-inspector--yakenator.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(5)-
inspect_pageInspect 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_siteStart 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_inspectionGet detailed inspection results by inspection ID. Works for both single-page and site inspections.
-
get_issuesGet 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_historyList recent inspection history. Optionally filter by URL substring.