Skip to main content
Glama
jhonychain

rasterly-mcp

by jhonychain

rasterly-mcp

모든 AI 에이전트에게 라이브 웹을 보고 읽을 수 있는 기능을 제공합니다. 에이전트가 URL을 깔끔한 Markdown, 실제로 볼 수 있는 스크린샷, 또는 PDF로 변환할 수 있게 해주는 MCP 서버입니다. — rasterly라는 실제 headless-Chromium 렌더링 API를 기반으로 합니다.

Claude Desktop, Claude Code, Cursor, Windsurf 등 모든 MCP 클라이언트에서 작동합니다.

도구

도구

에이전트가 얻는 것

read_url

페이지의 주요 콘텐츠를 깔끔하고 LLM에 최적화된 Markdown으로 제공 — JS가 렌더링되고, 탐색/광고/보일러플레이트가 제거됩니다. URL을 읽는 데 사용합니다.

capture_url

이미지로 반환되는 스크린샷을 제공하여 에이전트가 페이지를 수 있게 합니다 (레이아웃, 차트, 시각적 요소 등). full_page 옵션 지원.

url_to_pdf

인쇄 가능한 PDF 페이지를 제공합니다 (base64 리소스).

에이전트가 이 기능을 원하는 이유: 일반 fetch()는 최신 JS 렌더링 사이트가 채워지지 않은 원시 HTML만 가져옵니다. read_url은 실제 브라우저를 실행하고 기사만 반환하므로 — 훨씬 적은 토큰, 훨씬 더 많은 신호를 제공합니다.

Related MCP server: Renderly MCP

설치

rasterly.dev 에서 키를 받은 후 (무료 티어: 월 100회 렌더링), MCP 클라이언트에 서버를 추가하세요.

Claude Desktop / Claude Code / Cursor — MCP 설정에 추가 (claude_desktop_config.json, .mcp.json, 또는 클라이언트의 MCP 설정):

{
  "mcpServers": {
    "rasterly": {
      "command": "npx",
      "args": ["-y", "rasterly-mcp"],
      "env": { "RASTERLY_API_KEY": "sk_live_your_key" }
    }
  }
}

클라이언트를 다시 시작하세요. 이제 에이전트가 read_url, capture_url, url_to_pdf를 사용할 수 있습니다.

사용해보기

에이전트에게 다음과 같은 명령을 내려보세요:

  • "https://news.ycombinator.com를 읽고 상위 3개 게시물을 요약해줘."

  • "stripe.com을 스크린샷 찍고 히어로 섹션이 뭐라고 말하는지 알려줘."

  • "이 문서 페이지를 PDF로 변환해줘."

설정

환경 변수

기본값

참고 사항

RASTERLY_API_KEY

귀하의 rasterly 키 (X-Api-Key로 전송).

RASTERLY_API_URL

https://rasterly-production.up.railway.app

자체 호스팅 rasterly를 가리키도록 재정의.

독립 실행

RASTERLY_API_KEY=sk_live_… npx -y rasterly-mcp

MIT · rasterly 기반

A
license - permissive license
-
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
    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
    -
    quality
    B
    maintenance
    Gives an agent a real browser. Turns any url into clean markdown, takes a screenshot of a url, and converts a url or raw html to pdf. It runs javascript, so it works on pages that a plain fetch returns empty. Respects robots.txt and refuses sites that block automation instead of trying to defeat them. No signup and no api key to start: the first call mints a free trial key and hands it back.
    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.

  • Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

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

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/jhonychain/rasterly-mcp'

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