@Aegis Ai/ Scraper
БесплатноНе проверенEnables intelligent web scraping with support for static pages, JavaScript-rendered SPAs, and natural language data extraction.
Описание
Enables intelligent web scraping with support for static pages, JavaScript-rendered SPAs, and natural language data extraction.
README
MCP server for intelligent web scraping. Supports static pages, JavaScript-rendered SPAs (via Playwright), and natural language data extraction.
Install
# Add to Claude Desktop config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"scraper": {
"command": "bunx",
"args": ["@aegis-ai/mcp-scraper"]
}
}
}
# Or run directly:
bunx @aegis-ai/mcp-scraper
Tools
scrape
Fetch a web page and return clean text content.
{
"url": "https://news.ycombinator.com",
"js": false,
"selector": ".titleline",
"headers": { "Cookie": "session=abc" }
}
extract
Scrape a page and extract structured data using natural language.
{
"url": "https://example.com/products",
"prompt": "Get all product names, prices, and ratings",
"js": true
}
batch_scrape
Scrape multiple URLs with rate limiting (1s between requests).
{
"urls": ["https://example.com/page1", "https://example.com/page2"],
"js": false
}
Features
- Static page fetching (fast, no browser needed)
- JavaScript rendering via Playwright (for SPAs)
- CSS selector targeting
- Custom headers support
- Automatic HTML stripping
- Content truncation to avoid context overflow
- Rate-limited batch scraping
License
MIT - AEGIS AI Cooperative
Установка @Aegis Ai/ Scraper
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Aegis-AI-Cooperative/mcp-scraperFAQ
@Aegis Ai/ Scraper MCP бесплатный?
Да, @Aegis Ai/ Scraper MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Aegis Ai/ Scraper?
Нет, @Aegis Ai/ Scraper работает без API-ключей и переменных окружения.
@Aegis Ai/ Scraper — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Aegis Ai/ Scraper в Claude Desktop, Claude Code или Cursor?
Открой @Aegis Ai/ Scraper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Aegis Ai/ Scraper with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
