← Back to Plugins
MCP Server MCP

AI-First Scraper

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ai-first-scraper-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "ai-first-scraper-mcp",
      "version": "1.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the ai-first-scraper instance to use. Default: https://ai-first-scraper.onrender.com",
          "name": "SCRAPER_URL"
        },
        {
          "description": "URL of the ai-first-search instance to use. Default: https://ai-first-search.onrender.com",
          "name": "SEARCH_URL"
        },
        {
          "description": "Upstream HTTP timeout in seconds. Default: 45",
          "name": "AFS_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...