Back to Home
webscraping-ai icon

webscraping-ai-mcp-server

Verified Safe

by webscraping-ai

Overview

Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.

Installation

Run Command
env WEBSCRAPING_AI_API_KEY=YOUR_API_KEY npx -y webscraping-ai-mcp

Environment Variables

  • WEBSCRAPING_AI_API_KEY

Security Notes

The server itself does not execute user-provided code on the host. The 'js_script' parameter is sent to the external WebScraping.AI API for execution within their headless browser environment. The 'ContentSanitizer' is a positive security feature, wrapping scraped content with clear boundaries to protect against prompt injection into connected LLMs. A minor concern is 'JSON.parse(error.message)' for API errors, which could theoretically be a vector if the external API's error messages are crafted maliciously, but its impact is limited to formatting error output, not code execution. Overall, it implements reasonable safeguards for its function.

Similar Servers

Stats

Interest Score43
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars34
Forks13
Last Update2025-11-24

Tags

web scrapingdata extractionLLM integrationproxiesJavaScript rendering