Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SEO Audit MCP Server

io.github.glivera/seo-audit

Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier.

Uptime
100.0%
2 direct probes · 30d
Response
551ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

seo_quick_audit

Quick SEO audit of a single page. Returns score, top issues, and actionable fixes.

seo_check_schema

Detect and validate JSON-LD structured data on a page.

seo_check_meta

Check title, meta description, OG tags, canonical, and robots directives.

seo_usage

Check remaining audit credits and current plan status.

seo_deep_audit

Full multi-agent SEO audit (async). Returns a job_id to poll with seo_audit_status.

seo_audit_status

Check the progress and results of an async deep audit job.

seo_check_performance

Core Web Vitals analysis via Google PageSpeed Insights.

seo_check_content

E-E-A-T and content quality analysis powered by AI.

seo_check_local

Local SEO signals: NAP consistency, LocalBusiness schema, GBP indicators.

seo_check_geo

AI search readiness: crawler access, llms.txt, passage citability.

seo_generate_schema

Generate appropriate JSON-LD structured data for a page using AI.

seo_history

View your past audit results. List recent audits or retrieve a specific audit by ID.

seo_crawl_site

Crawl a website via BFS, check SEO on every page, and return site-wide analysis.

seo_competitor_check

SERP competitor analysis. Shows where you rank for a keyword, top competitors, and on-page comparison. Requires Agency plan or higher.

seo_crawl_status

Check the progress and results of a site crawl job.

How to use

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

{
  "mcpServers": {
    "seo_audit_mcp_server": {
      "url": "https://seo.accruedev.com/mcp",
      "transport": "streamable-http"
    }
  }
}