Audit programmatic SEO sites for Google SpamBrain risk the way the algorithm sees them — across pages, not one page at a time. pseolint clusters your URLs into templates (e.g. `/listing/:slug`), samples pages from each, and returns a per-template verdict with a 0–100 risk score and the top failing rule. Fix one template, fix thousands of pages. 40+ rules across integrity, discoverability, citation, and data categories, including AI Overview / answer-engine readiness (llms.txt, AI-crawler access, citable facts). SaaS-safe: SSRF guard, fetch caps, robots.txt honored. **Tools:** `pseolint_audit_site`, `pseolint_explain_score`, `pseolint_check_page_technical`. Free and rate-limited anonymously; create a free API key at pseolint.dev for higher limits. Open source (MIT).
How to connect
https://server.smithery.ai/emailens-mcp/pseolint/mcp
curl -X POST https://server.smithery.ai/emailens-mcp/pseolint/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'