Skip to content
Back to search
90
MCP v1.1.0 sse

SEO Page Analyzer

io.github.Br0ski777/seo-analyzer

SEO audit any URL: meta tags, headings, links, images, Schema.org, score 0-100. x402.

Uptime
0.0%
1 direct probes · 30d
Response
179ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

seo_audit_page

Use this when you need to analyze a webpage's on-page SEO health. Returns a structured JSON audit with score 0-100 and prioritized recommendations. 1. score (number 0-100) -- overall SEO health score…

seo_audit_batch

Use this when you need to compare SEO health across multiple pages at once (up to 10 URLs). Returns the same full audit as seo_audit_page for each URL in a single call. 1. results (array) -- each ent…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "seo_page_analyzer": {
      "url": "https://seo-analyzer.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}