← Back to Plugins
MCP Server MCP

io.github.houtini-ai/seo-crawler-mcp

github By github 👁 1 views ▲ 0 votes

Crawl and analyse websites for SEO errors using Crawlee with SQLite storage

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/seo-crawler-mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory where crawl results are saved",
          "isRequired": true,
          "format": "string",
          "name": "OUTPUT_DIR"
        },
        {
          "description": "Enable verbose debug logging (set to 'true' to enable)",
          "format": "string",
          "name": "DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...