Server data from the Official MCP Registry
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Remote endpoints: streamable-http: https://webscrape-mcp.onrender.com
This web scraping MCP server is well-structured with solid input validation, proper error handling, and appropriate use of authentication headers. Permissions align with the server's purpose (network HTTP access for web scraping). Minor code quality observations exist around broad exception handling and non-sensitive logging, but these do not introduce security risks. The server safely handles user-provided URLs and content limits. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity).
2 files analyzed · 8 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.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
English · Español
MCP server that lets AI agents search the web and extract clean Markdown content — no ads, no clutter, just the text your LLM needs.
| Tool | Description |
|---|---|
webscrape_search | Search the web (DuckDuckGo) and scrape results into Markdown |
webscrape_fetch_url | Fetch a single URL and return clean Markdown |
webscrape_batch_fetch | Fetch up to 5 URLs in parallel |
{
"mcpServers": {
"webscrape": {
"url": "https://webscrape.mcpize.run",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
{
"mcpServers": {
"webscrape": {
"url": "https://webscrape-mcp.onrender.com"
}
}
}
git clone https://github.com/carrasquelalex1/webscrape-mcp.git
cd webscrape-mcp
pip install -r requirements.txt
python webscrape_mcp.py
io.github.carrasquelalex1/webscrape-mcp
MIT
Servidor MCP que permite a agentes de IA buscar en la web y extraer contenido limpio en Markdown — sin anuncios, sin navegación, solo el texto que tu LLM necesita.
| Tool | Descripción |
|---|---|
webscrape_search | Busca en la web (DuckDuckGo) y extrae los resultados a Markdown |
webscrape_fetch_url | Obtiene una URL y la convierte a Markdown limpio |
webscrape_batch_fetch | Obtiene hasta 5 URLs en paralelo |
{
"mcpServers": {
"webscrape": {
"url": "https://webscrape.mcpize.run",
"headers": {
"Authorization": "Bearer tu-api-key"
}
}
}
}
{
"mcpServers": {
"webscrape": {
"url": "https://webscrape-mcp.onrender.com"
}
}
}
git clone https://github.com/carrasquelalex1/webscrape-mcp.git
cd webscrape-mcp
pip install -r requirements.txt
python webscrape_mcp.py
io.github.carrasquelalex1/webscrape-mcp
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.