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 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.

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!

Ai First Scraper MCP Server - Three MCP tools: fetch_page, fetch_pages_batch, search_web. | MCP Marketplace