Back to Browse

Ai First Scraper MCP Server

Search & WebUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

About

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

Security Report

4.8
Use Caution4.8High Risk

This MCP server is well-structured with appropriate security practices for its stated purpose of web scraping and search. Authentication is delegated to backend services via environment-configurable URLs, making it suitable for the category. No hardcoded credentials, malicious patterns, or dangerous code execution vulnerabilities were identified. The server has proper permissions scoping and clean code quality with good error handling. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

URL of the ai-first-scraper instance to use. Default: https://ai-first-scraper.onrender.comOptional

Environment variable: SCRAPER_URL

URL of the ai-first-search instance to use. Default: https://ai-first-search.onrender.comOptional

Environment variable: SEARCH_URL

Upstream HTTP timeout in seconds. Default: 45Optional

Environment variable: AFS_TIMEOUT

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!