Command Palette

Search for a command to run...

UnylyUnyly
Browse all

SnapAPI AI Ready Scraper

FreeNot checked

AI-Ready Web Scraper & Data Pipeline: Turns any URL into clean Markdown/JSON for LLMs & RAG. Built-in MCP server.

GitHubEmbed

About

AI-Ready Web Scraper & Data Pipeline: Turns any URL into clean Markdown/JSON for LLMs & RAG. Built-in MCP server.

README

SnapAPI is a high-performance web scraping engine designed specifically for the AI era. It transforms any messy URL into clean, denoised Markdown or structured JSON, ready to be fed into LLMs (GPT-4, Claude, Gemini) or RAG pipelines.

🌐 Live Demo | 📖 Documentation | 📦 MCP Server Included


✨ Key Features

  • 🎯 Extreme Denoising: Automatically removes headers, footers, navbars, and ads. Focus only on the content that matters.
  • 💰 Token Efficiency: Reduces token usage by up to 90% compared to raw HTML.
  • 🔌 MCP Ready: Built-in Model Context Protocol (MCP) server for native integration with Claude Desktop and Cursor.
  • ⚡ Production-Grade: Built with Node.js (Fastify) and Playwright (Chromium) for speed and reliability.
  • 🛠 Developer First: Clean API, one-click downloads (MD/JSON/CSV), and easy self-hosting.

🚀 Quick Start (API)

curl -X POST https://getsnapapi.uk/api/scrape \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"url": "https://example.com"}'
  🔌 MCP Integration
SnapAPI supports the Model Context Protocol. To use it in Claude Desktop, add this to your claude_desktop_config.json:
{
  "mcpServers": {
    "snapapi": {
      "command": "npx",
      "args": ["-y", "@mulliner/snapapi-mcp"]
    }
  }
}
🛠 Tech Stack
Backend: Node.js (ESM), Fastify

Scraping: Playwright (Chromium)

Database: PostgreSQL + Prisma

Infrastructure: Docker, Railway

📄 License
Distributed under the MIT License. See LICENSE for more information.

🤝 Contributing
This is an open-source project. Feel free to fork, submit PRs, or open issues!

Built with ❤️ by a Solo Dev.

from github.com/Mulliner11/SnapAPI-AI-Ready-Scraper

Installing SnapAPI AI Ready Scraper

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Mulliner11/SnapAPI-AI-Ready-Scraper

FAQ

Is SnapAPI AI Ready Scraper MCP free?

Yes, SnapAPI AI Ready Scraper MCP is free — one-click install via Unyly at no cost.

Does SnapAPI AI Ready Scraper need an API key?

No, SnapAPI AI Ready Scraper runs without API keys or environment variables.

Is SnapAPI AI Ready Scraper hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install SnapAPI AI Ready Scraper in Claude Desktop, Claude Code or Cursor?

Open SnapAPI AI Ready Scraper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare SnapAPI AI Ready Scraper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs