seo-crawler-mcp

hellolitebox/seo-crawler-mcp
★ 0 stars Go 🗄️ Database Updated 5d ago
A deterministic SEO spider exposed as an MCP server. Built in Go with SQLite persistence, hybrid JS rendering, and 10 MCP tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "seo-crawler-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/hellolitebox/seo-crawler-mcp@latest"
      ]
    }
  }
}

README Excerpt

Deterministic SEO spider exposed as both an MCP server and an HTTP API. Single Go binary, SQLite-backed, runs as a single Fly.io machine. - **HTTP API**: https://seo-crawler-mcp.fly.dev - **Hosting**: Fly.io (`shared-cpu-2x` 4 GB, auto-sleep when idle) - **Storage**: Fly volume `seo_data` mounted at `/data` (SQLite + nightly backups)

Tools (4)

DELETEGETPOSTfailed