Connect Sitepager to Your AI Assistant
Sitepager MCP connects your AI assistant directly to your scan data. Your assistant can run scans, analyze results, propose fixes, and re-run to confirm everything is resolved, all in one session.
What used to be a manual loop across multiple tools becomes a single conversation with your assistant.
Every issue your assistant surfaces comes from an actual Sitepager scan. It reads structured data from the API. It does not crawl or guess.
What you can do
Section titled “What you can do”Once connected, your assistant can:
- Create and run scans and wait for results
- Summarize issues across your entire site
- Identify broken pages and broken links
- Detect pages added or removed since the baseline
- Review visual changes against the baseline
- Investigate SEO issues on specific pages
- Retrieve Lighthouse reports from a scan and review performance issues
Requirements
Section titled “Requirements”- A Sitepager account
- An AI assistant that supports MCP (Claude Code recommended)
Get your API key
Section titled “Get your API key”- Log in to Sitepager
- Go to Settings > API Keys
- Create a new key and copy it

Your key starts with sp_live_. Keep it secure. It gives access to all scans and results in your workspace.
Connect Sitepager MCP
Section titled “Connect Sitepager MCP”The Sitepager MCP server is distributed as an npm package, @sitepager/mcp-server, and runs via npx. Add it to your AI assistant’s MCP configuration using the steps below.
Claude Code
Section titled “Claude Code”Add to your .mcp.json file:
{ "mcpServers": { "sitepager": { "command": "npx", "args": ["-y", "@sitepager/mcp-server"], "env": { "SITEPAGER_API_KEY": "paste-your-api-key-here" } } }}Replace paste-your-api-key-here with the key you copied from the previous step.
Cursor / Windsurf
Section titled “Cursor / Windsurf”Add to your MCP settings using the same command and SITEPAGER_API_KEY environment variable.
Other tools
Section titled “Other tools”Any MCP-compatible assistant works. Use npx -y @sitepager/mcp-server as the command and set SITEPAGER_API_KEY as the environment variable.
Verify the connection
Section titled “Verify the connection”Start a new session and ask:
Your assistant should return a list of your scans. If it does, the MCP connection is working.
Example prompts
Section titled “Example prompts”What to do next
Section titled “What to do next”- Scan, Fix, Verify with AI — learn the universal fix workflow
- Fix Webflow Issues with AI — apply the workflow to a Webflow site