Back to Browse

Seo Audit MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon.

About

Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon.

Security Report

4.2
Use Caution4.2High Risk

SEO Audit Console is a well-structured MCP server for technical SEO auditing with appropriate authentication via Google Cloud service accounts and careful permission scoping. The codebase properly handles credentials through environment variables, implements local-only data storage, and avoids dangerous patterns. Minor code quality concerns around error handling and some broad exception patterns prevent a higher score, but the server's security posture aligns well with its purpose as a developer tool. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the Google service-account JSON key with Search Console access.Optional

Environment variable: GOOGLE_APPLICATION_CREDENTIALS

Directory for per-property SQLite databases and reports. Defaults to ~/Documents/seo-audit-console.Optional

Environment variable: SAC_DATA_DIR

DataForSEO API username (optional, enables SERP/keyword/domain/market/recon checks).Optional

Environment variable: DATAFORSEO_USERNAME

DataForSEO API password (optional).Required

Environment variable: DATAFORSEO_PASSWORD

TTL for the DataForSEO response cache, in days. Default 7.Optional

Environment variable: DATAFORSEO_CACHE_DAYS

Firecrawl API key (optional). Lets content recon scrape competitor pages. Get one at https://firecrawl.link/2d1PLD8Required

Environment variable: FIRECRAWL_API_KEY

Supadata API key (optional). Lets content recon transcribe the ranking videos (YouTube/TikTok/X).Required

Environment variable: SUPADATA_API_KEY

Majestic API key (optional). Enriches link_intersect with Trust Flow + Topical Trust Flow and re-sorts prospects by real authority.Required

Environment variable: MAJESTIC_API_KEY

TTL for the Majestic response cache, in days. Default 30.Optional

Environment variable: MAJESTIC_CACHE_DAYS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-houtini-ai-seo-audit-console": {
      "env": {
        "SAC_DATA_DIR": "your-sac-data-dir-here",
        "MAJESTIC_API_KEY": "your-majestic-api-key-here",
        "SUPADATA_API_KEY": "your-supadata-api-key-here",
        "FIRECRAWL_API_KEY": "your-firecrawl-api-key-here",
        "DATAFORSEO_PASSWORD": "your-dataforseo-password-here",
        "DATAFORSEO_USERNAME": "your-dataforseo-username-here",
        "MAJESTIC_CACHE_DAYS": "your-majestic-cache-days-here",
        "DATAFORSEO_CACHE_DAYS": "your-dataforseo-cache-days-here",
        "GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
      },
      "args": [
        "-y",
        "@houtini/seo-audit-console"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!