# SEO Audit — Full On-Page Analysis with Score 0-100

Comprehensive on-page SEO audit API for AI agents. Analyze any URL: meta tags, heading hierarchy, schema markup, image optimization, internal/external links, load time, mobile readiness, and composit…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/seo-analyzer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/seo-analyzer seo_audit_page

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/seo-analyzer seo_audit_page '{}'
```

## Direct MCP Connection

Endpoint: `https://seo-analyzer--axel-belfort.run.tools`

## Tools (2)

- `seo_audit_page` — Use this when you need to analyze a webpage's on-page SEO health. Returns a structured JSON audit with score 0-100 and …
- `seo_audit_batch` — Use this when you need to compare SEO health across multiple pages at once (up to 10 URLs). Returns the same full audit…

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