Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

Accrue SEO

Audit any website from your AI assistant. Type 'audit mysite.com' in Claude Desktop, Cursor, or Windsurf. Get a scored SEO health check in 30 seconds.

Server endpoint: https://seo.accruedev.com/mcp

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "seo-audit": {
      "url": "https://seo.accruedev.com/mcp"
    }
  }
}

Cursor / VS Code

Add to MCP settings:

{
  "mcpServers": {
    "seo-audit": {
      "url": "https://seo.accruedev.com/mcp"
    }
  }
}

With API Key (Pro/Agency)

{
  "mcpServers": {
    "seo-audit": {
      "url": "https://seo.accruedev.com/mcp",
      "headers": {
        "Authorization": "Bearer smcp_your_api_key"
      }
    }
  }
}

Tools

Free Tier (no API key, 3 audits/day)

| Tool | Description | Time | |------|-------------|------| | seo_quick_audit | Quick audit. Returns top 5 issues with fixes, overall score and grade | 5 to 15s | | seo_check_schema | Schema check. Validates structured data (JSON-LD, Microdata, RDFa) for rich results eligibility | 3 to 5s | | seo_check_meta | Check title, description, OG tags, canonical, robots directives | 2 to 3s |

Pro Tier ($29/mo, 50 audits)

| Tool | Description | Time | |------|-------------|------| | seo_deep_audit | Full site analysis (async). Covers all 9 areas: technical, content, schema, performance, local, AI visibility, links, images, priority fixes | 2 to 5 min | | seo_audit_status | Poll async job progress and get results | instant | | seo_check_performance | Core Web Vitals (LCP, INP, CLS) via PageSpeed Insights | 5 to 10s | | seo_check_content | Content quality analysis: E-E-A-T scoring, readability, thin content detection | 5 to 10s | | seo_check_local | Local presence check: NAP consistency, GBP signals, citations, local schema | 5 to 10s | | seo_check_geo | AI search visibility: crawler access, llms.txt, passage citability, WAF/bot detection | 5 to 10s | | seo_generate_schema | Generate JSON-LD schema markup for any page | 3 to 5s | | seo_history | View past audit results for a URL | instant |

Agency Tier ($99/mo, 300 audits)

| Tool | Description | Time | |------|-------------|------| | seo_crawl_site | Full site crawl with robots.txt compliance, broken link and orphan page detection | 1 to 10 min | | seo_crawl_status | Poll crawl progress and get results | instant | | seo_competitor_check | SERP competitor analysis: where you rank, top 3 competitors, on-page comparison matrix | 15 to 25s |

Utility (all tiers)

| Tool | Description | |------|-------------| | seo_usage | Check remaining credits and plan status |

What Every Audit Covers

  • Site Health: crawlability, indexability, security headers, URL structure, mobile optimization
  • Page Quality: E-E-A-T scoring, readability, word count, thin content detection
  • Rich Results: structured data validation against Schema.org specs, deprecated schema flagging
  • Page Speed: Core Web Vitals (LCP, INP, CLS), render-blocking resources, image optimization
  • Content Quality: topic depth, passage-level quality signals, keyword relevance
  • AI Search Visibility: GPTBot/ClaudeBot/PerplexityBot access, llms.txt compliance, citability scoring
  • Local Presence: NAP consistency, Google Business Profile signals, citation health
  • Sitemap Health: internal link structure, broken links, redirect chains, anchor text distribution
  • Priority Fixes: cross-area synthesis, prioritized action plan with effort/impact scoring

Example Usage

Ask your AI assistant:

Audit https://example.com for SEO issues
Check if my site's structured data is valid: https://mysite.com
Run a full deep audit on https://mysite.com and give me an action plan
How AI-ready is my content? Check https://mysite.com/blog/post

Pricing

| Plan | Price | Audits/month | Tools | |------|-------|-------------|-------| | Free | $0 | 3/day (IP-limited) | Quick audit, schema check, meta check | | Pro | $29/mo | 50 | All individual tools + deep audit + history | | Agency | $99/mo | 300 | Everything + site crawler + competitor analysis | | Enterprise | $299/mo | Unlimited | Everything + priority support + custom configuration |

Start Free at seo.accruedev.com

Technical Details

  • Transport: Streamable HTTP (MCP SDK v1)
  • Auth: API key via Authorization: Bearer smcp_... header
  • Rate limiting: IP-based for free tier, key-based for paid
  • Response format: Structured JSON with scores, issues, and recommendations
  • Async support: Deep audits and crawls return job IDs for polling
  • SSRF protection: Private IP ranges blocked, robots.txt respected
  • Browser rendering: Full JavaScript rendering via Playwright for SPA/CSR sites

Support

License

Proprietary. Part of Accrue Dev. Free tier available.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Maps & Location servers.