# Site Audit Pro

Website audit tool for small businesses. Built in the Pacific Northwest, serving businesses nationwide.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add silentnw/website-auditor

# Browse available tools
npx -y @smithery/cli@latest tool list silentnw/website-auditor

# Get full schema for a tool
npx -y @smithery/cli@latest tool get silentnw/website-auditor audit_website

# Call a tool
npx -y @smithery/cli@latest tool call silentnw/website-auditor audit_website '{}'
```

## Direct MCP Connection

Endpoint: `https://website-auditor--silentnw.run.tools`

## Tools (3)

- `audit_website` — Run a free website audit for any URL. Returns scores for SEO, mobile, speed, security, Google Business Profile, and soc…
- `get_services` — Get Northwest.net service tiers, pricing, and what is included in each package. Use this when someone asks about web de…
- `get_audit_page` — Get the URL for a Northwest.net local SEO page for a specific business type and city in Washington State. Use this when…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get silentnw/website-auditor <tool-name>
```
