# multipliers.ai Site Auditor

**AI-readiness audit for any public website** — ecommerce, content, SaaS, docs, marketing sites. Built for the era where AI assistants (ChatGPT, Perplexity, Claude, Google AI Overviews) decide who ge…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add multipliers/site-auditor

# Browse available tools
npx -y smithery tool list multipliers/site-auditor

# Get full schema for a tool
npx -y smithery tool get multipliers/site-auditor audit_site

# Call a tool
npx -y smithery tool call multipliers/site-auditor audit_site '{}'
```

## Direct MCP Connection

Endpoint: `https://site-auditor--multipliers.run.tools`

## Tools (1)

- `audit_site` — Run an AI-readiness audit on a public website. Returns a 0-100 score, prioritized findings, and AI-citation recommendat…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get multipliers/site-auditor <tool-name>
```
