seo-scanner
Scan any website for SEO issues directly from Claude, Cursor, or any MCP client.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add seolint/seo-scanner
# Browse available tools
npx -y smithery tool list seolint/seo-scanner
# Get full schema for a tool
npx -y smithery tool get seolint/seo-scanner scan_website
# Call a tool
npx -y smithery tool call seolint/seo-scanner scan_website '{}'Direct MCP Connection
Endpoint: https://seo-scanner--seolint.run.tools
Tools (2)
scan_website— Scan a website for SEO, performance, accessibility, and AI search issues. Returns structured issues with LLM-ready fix …get_scan— Get the results of a previous SEOLint scan by its ID.
# Get full input/output schema for a tool
npx -y smithery tool get seolint/seo-scanner