Skip to main content
Glama
dev55acc-ai

Website Content Crawler MCP Server

by dev55acc-ai

Website Content Crawler MCP Server

MCP-обёртка, которая по-настоящему запускает актора apify/website-content-crawler через apify-client и возвращает его страницы в виде JSON. Каждый вызов возвращает либо собранный контент, либо структурированную ошибку — ложного успеха не бывает.

Что это стоит

Запуски тарифицируются на вашем аккаунте Apify по ставке, указанной для apify/website-content-crawler — этот сервер ничего не добавляет сверху. Нет токена — нет оплаты: вызовы возвращают missing_token до начала любого запуска.

Живое демо вывода (та же логика обхода, в отрендеренном виде): https://website-content-crawler.vercel.app

Related MCP server: Crawl4AI MCP Server

Настройка

npm install
export APIFY_TOKEN=apify_api_...   # https://console.apify.com/settings/integrations
npm start                          # stdio MCP server

Инструмент: crawl_website

Входные параметры:

field

type

default

notes

url

string

обязательно

http/https URL для обхода

maxPages

number

10

не более 50

crawlerType

string

cheerio

или playwright:chrome для JS-рендеринга

Структура ответа (одинаковая при каждом вызове):

{
  "status": "ok",
  "run": { "id": "<apify run id>", "status": "SUCCEEDED" },
  "page_count": 3,
  "total_in_dataset": 3,
  "pages": [{ "url": "...", "title": "...", "text": "...(≤5000 chars)" }]
}

Коды ошибок: invalid_url, missing_token, apify_auth_failed, actor_run_failed, run_not_succeeded, dataset_fetch_failed.

Смоук-тест

printf '%s\n' \
 '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"t","version":"0"}}}' \
 '{"jsonrpc":"2.0","method":"notifications/initialized"}' \
 '{"jsonrpc":"2.0","id":2,"method":"tools/list"}' \
 '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"crawl_website","arguments":{"url":"https://example.com"}}}' \
 | node index.js

Если APIFY_TOKEN не установлен, запрос с id 3 должен вернуть {"status":"error","error":{"code":"missing_token",...}} — это доказывает, что обработчик доходит до реальной границы Apify, а не придумывает результат.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables web scraping and document processing with JavaScript execution, anti-detection measures, batch processing, and structured data extraction. Supports multiple formats including markdown, HTML, screenshots, and handles PDFs with OCR capabilities.
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables advanced web crawling and content extraction with JavaScript support, AI-powered analysis, PDF/Office document processing, YouTube transcript extraction, Google search integration, and multi-format data export capabilities.
    2
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides web crawling and browser automation capabilities with support for multiple content formats (HTML, JSON, PDF, screenshots, Markdown), page content extraction, console message monitoring, and network request tracking.
  • A
    license
    A
    quality
    A
    maintenance
    Enables web scraping, structured data extraction, and screenshot capture with automatic anti-bot bypass, supporting JavaScript rendering, proxy rotation, and tiered pricing.
    25
    187
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

  • Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.

  • Fetch public webpages as clean text, Markdown, links, and metadata, with browser rendering.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev55acc-ai/website-content-crawler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server