Snapforge
@sporty303
About Snapforge
Screenshot & HTML-to-PDF rendering API for AI agents — capture any URL or raw HTML as
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"snapforge": {
"command": "npx",
"args": [
"-y",
"snapforge-mcp"
],
"env": {
"SNAPFORGE_API_KEY": "sf_your_key"
}
}
}
}Tools
4Capture a screenshot of a public URL or raw HTML and return it as an image (PNG/JPEG). Full-page by default.
Render a public URL or raw HTML to a PDF. The PDF is written to a temp file and its path is returned.
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.
Create a free SnapForge account (100 renders/month) with just an email address and get the API key instantly. The key becomes active for this session immediately; persist it later as the SNAPFORGE_API_KEY environment variable.
Overview
What is Snapforge?
Snapforge is a tool that converts any URL or raw HTML into a screenshot or PDF directly from an AI agent. It integrates via the Model Context Protocol (MCP) and is built for developers who need to capture web content programmatically.
How to use Snapforge?
Use Snapforge either locally via stdio (npx -y snapforge-mcp with the SNAPFORGE_API_KEY environment variable) or using the hosted endpoint at https://snapforge.org/mcp with your API key in the x-api-key header. The server exposes two tools: snapforge_screenshot (PNG/JPEG with options for full page, viewport, scale, format) and snapforge_pdf (PDF with page format, landscape, margins, etc.).
Key features of Snapforge
- Converts any URL or raw HTML to screenshot or PDF
- Two dedicated tools: snapforge_screenshot and snapforge_pdf
- Supports full-page, viewport, scale, and format options for screenshots
- PDF generation with configurable page format, landscape, and margins
- Works locally via stdio or hosted as a zero-install MCP server
- Free API key provides 100 renders per month
Use cases of Snapforge
- Capture web page screenshots on demand from an AI chat agent
- Generate PDF receipts or invoices from HTML templates
- Archive web content as PDF or image for record-keeping
- Automate visual testing by comparing screenshot outputs
FAQ from Snapforge
How do I get an API key?
Get a free API key at https://snapforge.org — the free tier includes 100 renders per month.
What are the two tools available?
The server provides snapforge_screenshot (for PNG/JPEG images) and snapforge_pdf (for PDF documents), both accepting a URL or raw HTML.
Can I use Snapforge without installing anything?
Yes, you can use the hosted endpoint at https://snapforge.org/mcp with your API key in the x-api-key header — no local installation required.
What options are available for screenshots?
Full page capture, viewport size, scale, and output format (PNG/JPEG) can be configured.
Does Snapforge support PDF customization?
Yes, you can set page format, enable landscape mode, and adjust margins when generating PDFs.
Frequently asked questions
How do I get an API key?
Get a free API key at https://snapforge.org — the free tier includes 100 renders per month.
What are the two tools available?
The server provides `snapforge_screenshot` (for PNG/JPEG images) and `snapforge_pdf` (for PDF documents), both accepting a URL or raw HTML.
Can I use Snapforge without installing anything?
Yes, you can use the hosted endpoint at `https://snapforge.org/mcp` with your API key in the `x-api-key` header — no local installation required.
What options are available for screenshots?
Full page capture, viewport size, scale, and output format (PNG/JPEG) can be configured.
Does Snapforge support PDF customization?
Yes, you can set page format, enable landscape mode, and adjust margins when generating PDFs.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments