← Back to Plugins
MCP Server MCP

WebScraping.AI

github By github 👁 1 views ▲ 0 votes

Web scraping tools with Chromium JS rendering, rotating proxies, and AI question answering.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "webscraping-ai-mcp",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "WebScraping.AI API key (get one at https://webscraping.ai)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WEBSCRAPING_AI_API_KEY"
        },
        {
          "description": "Default proxy type for requests",
          "format": "string",
          "default": "residential",
          "choices": [
            "residential",
            "datacenter"
          ],
          "name": "WEBSCRAPING_AI_DEFAULT_PROXY_TYPE"
        },
        {
          "description": "Enable JavaScript rendering by default",
          "format": "boolean",
          "default": "true",
          "name": "WEBSCRAPING_AI_DEFAULT_JS_RENDERING"
        },
        {
          "description": "Maximum concurrent API requests",
          "format": "number",
          "default": "5",
          "name": "WEBSCRAPING_AI_CONCURRENCY_LIMIT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...