crawlforge-extractors

mysleekdesigns/crawlforge-extractors
★ 1 stars JavaScript API Integration Updated 6d ago
Site-specific extraction logic shared by the CrawlForge MCP server and REST API — one implementation, so the two surfaces cannot drift apart.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crawlforge-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "mysleekdesigns/crawlforge-extractors"
      ]
    }
  }
}

README Excerpt

Extraction logic shared by the [CrawlForge](https://www.crawlforge.dev) MCP server and REST API: site-specific scrape templates, response body reading, structural fingerprinting, and embedded-state extraction. The MCP server and the REST API used to carry their own copies of the same extractors. The copies drifted, and nothing detected it:

Tools (1)

next_data