# Domain Intel

Analyze website technology stacks, SEO performance, and hosting infrastructure. Compare multiple sites side-by-side to uncover competitive insights and architectural differences. Track structural cha…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add guillaumecruz/domain-intel

# Browse available tools
npx -y @smithery/cli@latest tool list guillaumecruz/domain-intel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get guillaumecruz/domain-intel analyze_website

# Call a tool
npx -y @smithery/cli@latest tool call guillaumecruz/domain-intel analyze_website '{}'
```

## Direct MCP Connection

Endpoint: `https://domain-intel--guillaumecruz.run.tools`

**Optional config:**
- `api_key` (query) — API KEY

## Tools (3)

- `analyze_website` — Analyze any website's tech stack, SEO meta tags, performance scores, site structure, and hosting infrastructure. Free: …
- `compare_websites` — Compare 2-4 websites side by side — tech stack, performance, SEO, and infrastructure. Requires Pro subscription.
- `track_changes` — Track what pages were added or removed from a website since a given date using the Wayback Machine. Requires Pro subscr…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get guillaumecruz/domain-intel <tool-name>
```
