← Back to Plugins
MCP Server MCP

io.github.houtini-ai/seo-audit-console

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/seo-audit-console",
      "version": "0.8.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the Google service-account JSON key with Search Console access.",
          "isRequired": true,
          "format": "string",
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "Directory for per-property SQLite databases and reports. Defaults to ~/Documents/seo-audit-console.",
          "format": "string",
          "name": "SAC_DATA_DIR"
        },
        {
          "description": "DataForSEO API username (optional, enables SERP/keyword/domain/market/recon checks).",
          "format": "string",
          "name": "DATAFORSEO_USERNAME"
        },
        {
          "description": "DataForSEO API password (optional).",
          "format": "string",
          "isSecret": true,
          "name": "DATAFORSEO_PASSWORD"
        },
        {
          "description": "TTL for the DataForSEO response cache, in days. Default 7.",
          "format": "string",
          "name": "DATAFORSEO_CACHE_DAYS"
        },
        {
          "description": "Firecrawl API key (optional). Lets content recon scrape competitor pages. Get one at https://firecrawl.link/2d1PLD8",
          "format": "string",
          "isSecret": true,
          "name": "FIRECRAWL_API_KEY"
        },
        {
          "description": "Supadata API key (optional). Lets content recon transcribe the ranking videos (YouTube/TikTok/X).",
          "format": "string",
          "isSecret": true,
          "name": "SUPADATA_API_KEY"
        },
        {
          "description": "Majestic API key (optional). Enriches link_intersect with Trust Flow + Topical Trust Flow and re-sorts prospects by real authority.",
          "format": "string",
          "isSecret": true,
          "name": "MAJESTIC_API_KEY"
        },
        {
          "description": "TTL for the Majestic response cache, in days. Default 30.",
          "format": "string",
          "name": "MAJESTIC_CACHE_DAYS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...