Open-source MCP server that audits programmatic SEO sites for SpamBrain risk — doorway clusters, near-duplicates, thin content — grouped by template. Clusters URLs into templates, samples pages from each, and returns a per-template verdict with risk score and fix manifest. Fix one template, fix thousands of pages. MIT.
Server Config
{
"mcpServers": {
"pseolint": {
"command": "npx",
"args": [
"@pseolint/mcp"
]
}
}
}