# SEO & Web Analysis MCP Server

Crawl websites, detect tech stacks, check DNS records, inspect SSL certificates, and lookup WHOIS data for comprehensive site analysis.

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

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (5)

- `crawl_website` — Crawl a website and extract structured content from all accessible pages. Returns page titles, meta descriptions, headi…
- `detect_tech_stack` — Identify the technology stack and services used by a website. Returns framework names, CMS platform, JavaScript librari…
- `check_dns` — Perform DNS lookup to retrieve DNS record details for a domain. Returns A records (IP addresses), MX records (mail serv…
- `check_ssl` — Inspect SSL/TLS certificate details for a domain. Returns certificate issuer, expiration date, subject alternative name…
- `lookup_whois` — Query WHOIS database for domain registration details. Returns registrant name, registrar, registration and expiration d…

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

## Resources

- `seo://analysis-types` — Website crawling, tech stack detection, DNS lookup, SSL inspection, and WHOIS queries.

## Prompts (1)

- `site_audit` (url) — Perform a comprehensive SEO and technical audit of a website including content, tech stack, DNS, SSL, and WHOIS.
