Loading...
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"
}
}
}
}webscraping_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.
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.