Free MCP that scans any URL for technical SEO defects in 60 seconds. Detects missing or malformed schema markup, canonical link issues, meta description problems, locale mismatches (en_US on Canadian sites, en_IN India locale leak from Yoast), title issues, and structured-data defects. Severity-tagged report. Pairs with @buildbench/schema-generator-mcp for find-and-fix workflow inside Cursor or Claude Desktop.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@buildbench/seo-defect-scanner-mcp"
]
}