AgentStack
MCP verified MIT Self-run

Mcp Seo Auditor

mcp-arturseo-geo-mcp-seo-auditor · by arturseo-geo

MCP server for on-page SEO auditing — title/meta/H1-H6/canonical/schema/OG/images/links analysis + JSON-LD validator. Replaces SEO Minion + Detailed SEO Extension as Claude Code tools. By TheGEOLab.net

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-arturseo-geo-mcp-seo-auditor

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Seo Auditor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

mcp-seo-auditor

> Built by Artur Ferreira @ The GEO Lab · 𝕏 @TheGEO\Lab · LinkedIn · Reddit

MCP server for on-page SEO auditing and JSON-LD schema validation. Replaces SEO Minion + Detailed SEO Extension as Claude Code tools.

Tools

| Tool | Description | |------|-------------| | audit_page | Full on-page SEO audit — title, meta, H1-H6, canonical, OG, Twitter, links, images, word count. Each element scored green/yellow/red | | validate_schema | Extract and validate all JSON-LD blocks — type-specific checks for Article, FAQPage, Product, HowTo, BreadcrumbList, Person | | check_headings | Heading hierarchy analysis — missing H1, multiple H1s, skipped levels | | audit_images | Image audit — alt text coverage, empty alts, lazy loading, missing dimensions |

Features

GEO-native — built alongside the GEO Brand Citation Index, tracking brand visibility across ChatGPT, Perplexity, and Gemini

Install

# Claude Code
claude mcp add seo-auditor -- npx mcp-seo-auditor

# Or in .mcp.json
{
  "mcpServers": {
    "seo-auditor": {
      "command": "npx",
      "args": ["mcp-seo-auditor"]
    }
  }
}

Usage

Once installed, Claude Code can:

> audit the SEO of https://example.com
> validate the schema markup on https://thegeolab.net/geo-stack/
> check the heading hierarchy on this page
> audit images for alt text coverage

No API Keys Required

This server fetches pages directly — no external API keys needed.


Attributions & Licence

Built and maintained by Artur Ferreira @ The GEO Lab.

Email: artur@thegeolab.net

Best Practice Attribution

This MCP server was built following the open source Best Practice Approach — reading community work for inspiration, then writing original content, and crediting every source.

Based on:

SEO audit logic inspired by:

Dependencies:

  • cheerio — HTML parsing (MIT)
  • axios — HTTP client (MIT)

All server code is original writing. No files were copied or adapted from any source. MIT licence.


Found this useful? ⭐ Star the repo and connect: 🌐 thegeolab.net · 𝕏 @TheGEOLab · LinkedIn · Reddit

Related Repos

Licence

MIT — see LICENSE


Built and maintained by Artur Ferreira @ The GEO Lab · [MIT License](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.