# 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. Trac…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add yakenator/web-inspector

# Browse available tools
npx -y @smithery/cli@latest tool list yakenator/web-inspector

# Get full schema for a tool
npx -y @smithery/cli@latest tool get yakenator/web-inspector inspect_page

# Call a tool
npx -y @smithery/cli@latest tool call yakenator/web-inspector inspect_page '{}'
```

## Direct MCP Connection

Endpoint: `https://web-inspector--yakenator.run.tools`

**Optional config:**
- `language` (query) — Default response language

## Tools (5)

- `inspect_page` — Inspect a single web page for HTML/CSS quality, accessibility (WCAG/KWCAG), SEO, and performance/security. Returns scor…
- `inspect_site` — Start a site-wide crawl and inspection. Crawls links from the root URL and inspects each page. Returns a site_inspectio…
- `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…
- `get_history` — List recent inspection history. Optionally filter by URL substring.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get yakenator/web-inspector <tool-name>
```
