Server data from the Official MCP Registry
Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.
Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.
PyScrappy is a well-structured web scraping toolkit with appropriate security controls for its category. The MCP server properly isolates scraper execution in worker threads and uses typed output schemas. However, there are moderate concerns around lack of input validation on URL parameters, missing authentication for external APIs (OMDb, GitHub), and potential for abuse if rate limiting is bypassed. The codebase is clean and dependencies are appropriate, but users should understand the implicit permissions granted. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
5 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OMDB_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mldsveda-pyscrappy": {
"env": {
"OMDB_API_KEY": "your-omdb-api-key-here"
},
"args": [
"pyscrappy"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.