# seo-scanner

Scan any website for SEO issues directly from Claude, Cursor, or any MCP client.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add seolint/seo-scanner

# Browse available tools
npx -y @smithery/cli@latest tool list seolint/seo-scanner

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seolint/seo-scanner scan_website

# Call a tool
npx -y @smithery/cli@latest tool call seolint/seo-scanner scan_website '{}'
```

## Direct MCP Connection

Endpoint: `https://seo-scanner--seolint.run.tools`

## Tools (2)

- `scan_website` — Scan a website for SEO, performance, accessibility, and AI search issues. Returns structured issues with LLM-ready fix …
- `get_scan` — Get the results of a previous SEOLint scan by its ID.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get seolint/seo-scanner <tool-name>
```
