HomeMarketing & E-Commerce › seo-audit

seo-audit

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

TypeScript
★ 22 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.1)

npx -y @houtini/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "seo-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/[email protected]"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_VALUE>",
        "SAC_DATA_DIR": "<YOUR_VALUE>",
        "DATAFORSEO_USERNAME": "<YOUR_VALUE>",
        "DATAFORSEO_PASSWORD": "<YOUR_VALUE>",
        "DATAFORSEO_CACHE_DAYS": "<YOUR_VALUE>",
        "FIRECRAWL_API_KEY": "<YOUR_VALUE>",
        "SUPADATA_API_KEY": "<YOUR_VALUE>",
        "MAJESTIC_API_KEY": "<YOUR_VALUE>",
        "MAJESTIC_CACHE_DAYS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_APPLICATION_CREDENTIALS required — Path to the Google service-account JSON key with Search Console access.
  • SAC_DATA_DIR — Directory for per-property SQLite databases and reports. Defaults to ~/Documents/seo-audit-console.
  • DATAFORSEO_USERNAME — DataForSEO API username (optional, enables SERP/keyword/domain/market/recon checks).
  • DATAFORSEO_PASSWORD secret — DataForSEO API password (optional).
  • DATAFORSEO_CACHE_DAYS — TTL for the DataForSEO response cache, in days. Default 7.
  • FIRECRAWL_API_KEY secret — Firecrawl API key (optional). Lets content recon scrape competitor pages. Get one at https://firecrawl.link/2d1PLD8
  • SUPADATA_API_KEY secret — Supadata API key (optional). Lets content recon transcribe the ranking videos (YouTube/TikTok/X).
  • MAJESTIC_API_KEY secret — Majestic API key (optional). Enriches link_intersect with Trust Flow + Topical Trust Flow and re-sorts prospects by real authority.
  • MAJESTIC_CACHE_DAYS — TTL for the Majestic response cache, in days. Default 30.

Related servers

Data from the Official MCP Registry