# 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`

**Optional config:**
- `language` (query) — Output language (ISO 639-1 code: en, es, fr, de, pt, ja, ko, zh, etc.)

## 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>
```

## Prompts (3)

- `audit_my_website` (url, language) — Run a free website audit and get a scored breakdown of SEO, speed, mobile, security, Google Business Profile, and socia…
- `check_audit_pricing` (language) — Find out what website audit and web design packages Northwest.net offers and what each costs.
- `find_local_audit_page` (business_type, city) — Find the Northwest.net local SEO page for a specific business type and city in Washington State.
