dataforge-mcp

AdametherzLab/dataforge-mcp
★ 0 stars JavaScript 🌐 Browser/Web Updated today
MCP server for DataForge web scraping API. BYOK or pay-per-call via x402.
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": {
    "dataforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AdametherzLab/dataforge-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for [DataForge](https://dataforge.adametherzlab.com), a hosted web-scraping API. Plug it into Claude Desktop, Cursor, Cline, Windsurf, or n8n and your agent gains three new tools: `scrape`, `scrape_structured`, and `scrape_markdown`. Markdown out of the box, structured extraction via CSS selectors, and optional Chromium JS rendering for SPAs.

Tools (2)

formatnpx