Back to Home
scraperapi icon

scraperapi-mcp

Verified Safe

by scraperapi

Overview

Enables LLM clients to retrieve and process web scraping requests using the ScraperAPI service, providing access to web content for AI models.

Installation

Run Command
docker run -e API_KEY=<YOUR_SCRAPERAPI_API_KEY> scraperapi-mcp-server

Environment Variables

  • API_KEY

Security Notes

The server correctly uses environment variables for the ScraperAPI key, preventing hardcoded secrets. Pydantic's `AnyUrl` is employed for URL validation, which helps mitigate basic URL injection risks. There is no usage of `eval` or direct shell command execution without proper input sanitization visible in the provided source code. The core function involves making external HTTP requests based on user-provided URLs, which is its intended purpose. Potential risks associated with the content returned from external websites are inherent to web scraping but not due to vulnerabilities in the server's implementation.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Avg Tokens8000
Stars1
Forks0
Last Update2025-12-11

Tags

web scrapingLLM toolAPI integrationautomationmcp