Server data from the Official MCP Registry
Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.
Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.
This MCP server is well-structured with appropriate authentication via environment variables, no hardcoded credentials, and minimal code complexity. Permissions (network_http, env_vars) are appropriate for a web scraping and search tool. Minor findings include broad exception handling and lack of input validation on URL/query parameters, but these are low-severity code quality issues that do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 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.
Set these up before or after installing:
Environment variable: SCRAPER_URL
Environment variable: SEARCH_URL
Environment variable: AFS_TIMEOUT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yubinkim444-ai-first-scraper-mcp": {
"env": {
"SEARCH_URL": "your-search-url-here",
"AFS_TIMEOUT": "your-afs-timeout-here",
"SCRAPER_URL": "your-scraper-url-here"
},
"args": [
"ai-first-scraper-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally