Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

org.snapforge/snapforge

org.snapforge/snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

Uptime
100.0%
1 direct probes · 30d
Response
80ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

snapforge_screenshot

Capture a screenshot of a public URL or raw HTML as a PNG/JPEG image. Full-page by default. Requires a SnapForge API key (no key? call snapforge_signup first).

snapforge_pdf

Render a public URL or raw HTML to a PDF (returned as an embedded resource). Requires a SnapForge API key (no key? call snapforge_signup first).

snapforge_markdown

Extract a clean Markdown version of a public URL or raw HTML (article extraction + HTML→Markdown). Great for feeding live web content to an LLM. Requires a SnapForge API key (no key? call snapforge_si…

snapforge_signup

Create a free SnapForge account (100 renders, one-time free trial, not a monthly allowance) with just an email address and get the API key instantly. The key is bound to the current MCP session, so th…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "org.snapforge/snapforge": {
      "url": "https://snapforge.org/mcp",
      "transport": "streamable-http"
    }
  }
}