Skip to main content
Glama
dev55acc-ai

website-content-crawler

by dev55acc-ai

Website Content Crawler

URL 목록을 크롤링하고 페이지 콘텐츠를 구조화된 JSON으로 반환합니다. 에이전트가 직접 호출할 수 있도록 Apify ActorMCP 서버로 실행됩니다.

라이브 데모: https://website-content-crawler.vercel.app

실행 비용

Apify에서 Pay per Event 방식으로 청구됩니다:

이벤트

가격

Actor start

$0.00005

Page record returned

$0.001

플랫폼 컴퓨팅 비용은 지급 전에 차감됩니다. 단위 경제성은 PRICING.md를 참고하세요.

Related MCP server: cleanfetch

출력

모든 실행은 정확히 이 형태를 반환합니다. 출력 스키마가 이를 강제합니다.

{
  "url": "https://example.com",
  "status": 200,
  "title": "Example Domain",
  "description": null,
  "h1": "Example Domain",
  "markdown": "# Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\nLearn more\n\nLearn more (https://iana.org/domains/example)",
  "links": [
    "https://iana.org/domains/example"
  ],
  "wordCount": 23,
  "crawledAt": "2026-08-23T09:55:20.140Z",
  "error": null
}

구성

  • src/ — Actor 소스 (Crawlee Cheerio 크롤러)

  • .actor/ — Apify Actor 명세: actor.json, INPUT_SCHEMA.json, output_schema.json, dataset_schema.json, Dockerfile

  • mcp-server/ — Actor를 crawl_website 도구로 노출하는 MCP 래퍼

  • site/ + tools/ — 실제 실행 기록에서 라이브 데모 페이지를 빌드합니다.

로컬 실행

npm install
npm test

MCP 서버:

cd mcp-server && npm install && node smoke.mjs

Apify Store에 게시

계정이 활성화된 경우: apify push, 가격은 Pay per Event로 설정하고, 등록에는 이 README를 사용합니다.

A
license - permissive license
Not graded
quality - not tested
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
    B
    quality
    D
    maintenance
    Enables LLMs to retrieve and process web content by fetching URLs and converting HTML to markdown format. Supports chunked reading of large pages and can access both public websites and local networks.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to read web pages reliably, returning clean markdown content, hyperlinks, and metadata without navigation or ad noise.
    3
    14
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to fetch and extract clean, readable content from web pages, and search within pages for specific queries, without needing a full browser.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

  • Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

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'

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