# SEO & Web Analysis MCP Server

Analyze website SEO, check backlinks, audit page performance, and get keyword rankings. Comprehensive web analysis tools.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/seo-web-analysis-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/seo-web-analysis-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/seo-web-analysis-mcp-server crawl_website

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/seo-web-analysis-mcp-server crawl_website '{}'
```

## Direct MCP Connection

Endpoint: `https://seo-web-analysis-mcp-server--nexgendata-apify.run.tools`

## Tools (5)

- `crawl_website` — Crawl a website and extract structured content from pages.
- `detect_tech_stack` — Detect the technology stack of a website — frameworks, CMS, analytics, CDN.
- `check_dns` — Look up DNS records for a domain.
- `check_ssl` — Check SSL certificate details for a domain.
- `lookup_whois` — Look up WHOIS registration data for a domain.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/seo-web-analysis-mcp-server <tool-name>
```
