Loading...

WebScraping.AI MCP server provides tools for extracting and querying web data, with options for proxying, JS rendering, and content sandboxing.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
WebScraping.AI MCP server provides tools for extracting and querying web data, with options for proxying, JS rendering, and content sandboxing.
This server offers a moderate level of safety. Enabling content sandboxing is crucial to mitigate prompt injection risks. Securely managing the API key is essential to prevent unauthorized access.
Performance depends on the target website's responsiveness and the complexity of the scraping task. Concurrent requests are managed with rate limiting.
Cost is based on WebScraping.AI API usage. Monitor account usage to avoid unexpected charges.
npm install
npm{
"mcpServers": {
"mcp-server-webscraping-ai": {
"command": "npx",
"args": ["-y", "webscraping-ai-mcp"],
"env": {
"WEBSCRAPING_AI_API_KEY": "YOUR_API_KEY_HERE",
"WEBSCRAPING_AI_CONCURRENCY_LIMIT": "5",
"WEBSCRAPING_AI_ENABLE_CONTENT_SANDBOXING": "true"
}
}
}
}ANTHROPIC_API_KEYwebscraping_ai_questionAnswers questions about the content of a web page.
Read-only access to web content.
webscraping_ai_fieldsExtracts structured data from a web page based on provided instructions.
Read-only access to web content.
webscraping_ai_htmlRetrieves the full HTML content of a web page.
Read-only access to web content.
webscraping_ai_textExtracts the visible text content from a web page.
Read-only access to web content.
webscraping_ai_selectedExtracts content from a specific element using a CSS selector.
Read-only access to web content.
webscraping_ai_selected_multipleExtracts content from multiple elements using CSS selectors.
Read-only access to web content.
webscraping_ai_accountRetrieves information about the WebScraping.AI account.
Read-only access to account information.
API Key
local
This server offers a moderate level of safety. Enabling content sandboxing is crucial to mitigate prompt injection risks. Securely managing the API key is essential to prevent unauthorized access.
Autonomy is limited by the read-only nature of the tools. Content sandboxing provides an additional layer of security when enabled.
Production Tip
Enable content sandboxing in production to prevent prompt injection attacks.
Content sandboxing wraps scraped content with security boundaries to help protect against prompt injection attacks.
You can obtain an API key by signing up for an account on the WebScraping.AI website.
The server supports datacenter and residential proxies, with options for country selection.
Yes, you can use the `js_script` option to execute custom JavaScript code.
You can configure the server using either project-specific or global MCP configuration files in Cursor.
The server will return an error message indicating that you have exceeded your request limit.
Use the `webscraping_ai_account` tool to retrieve information about your account, including request limits and remaining requests.