Skip to content
Back to search
30
MCP

ai-first-scraper-mcp

pypi/ai-first-scraper-mcp

MCP server that gives any LLM agent ad-free Markdown web scraping and search.

Uptime
0.0%
27 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

AI-First Scraper
Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.
0 tools
io.github.cal-dev-tech/perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
0 tools
mcp-server-scraper
MCP server for web scraping — extract clean markdown, links, and metadata from any URL. Zero auth. Free alternative to Firecrawl.
0 tools
scraperapi-mcp
This MCP server enables LLMs to retrieve and process web scraping requests using ScraperAPI.
0 tools
io.github.carrasquelalex1/webscrape-mcp
Fetch any URL and get clean Markdown. Web scraping for AI agents.
0 tools · streamable-http
markdown-for-agents-mcp
MCP server for AI agents — fetch any URL with full JavaScript rendering (Playwright/Chromium) and convert to clean, token-efficient markdown
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai-first-scraper-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}