{
  "markdown": "# snapforge-mcp\n\nMCP server for **[SnapForge](https://snapforge.org)** — give your AI agents three tools to read and render the web:\n\n- **`snapforge_screenshot`** — capture any URL or HTML as PNG/JPEG (full-page by default)\n- **`snapforge_pdf`** — render a URL or HTML to PDF (`singlePage` option + clean pagination, no cut blocks)\n- **`snapforge_markdown`** — extract clean **Markdown** from any page (article extraction) → perfect for feeding live web content to an LLM\n\nWorks with **Claude Code & Desktop, Cursor, Kilo Code, Cline, Windsurf, Zed, VS Code, Hermes, OpenClaw** — and any MCP client.\n\n## Examples\n\nReal outputs, generated live from the API:\n\n![Open Graph / social card](examples/og-card.jpg)\n![Dashboard to PNG](examples/screenshot-dashboard.png)\n![HTML invoice](examples/screenshot-invoice.png)\n\nMore samples: [full-page screenshot (any height)](examples/screenshot-website-fullpage.png) · [pricing page](examples/screenshot-pricing.png) · [mobile viewport](examples/screenshot-mobile.png) · PDFs ([invoice](examples/invoice.pdf), [single-page article](examples/article-singlepage.pdf), [multi-page report](examples/report-multipage.pdf), [certificate](examples/certificate.pdf)) · [a page as Markdown](examples/article.md)\n\n## Setup\n\nGet a free API key at <https://snapforge.org> (100 one-time renders, no card), then:\n\n### Hosted (zero install) — recommended\nPoint any MCP client at the remote server, with your key in the `x-api-key` header:\n\n```\nhttps://snapforge.org/mcp\n```\n\n### Local (stdio) — Claude Desktop / Claude Code / any client\n\n```json\n{\n  \"mcpServers\": {\n    \"snapforge\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"snapforge-mcp\"],\n      \"env\": { \"SNAPFORGE_API_KEY\": \"sf_your_key\" }\n    }\n  }\n}\n```\n\n### Claude Code plugin (one-click)\n\n```\n/plugin marketplace add sporty303/snapforge-mcp\n/plugin install snapforge@snapforge\n```\n\n## Environment\n- `SNAPFORGE_API_KEY` (required)\n- `SNAPFORGE_BASE_URL` (optional, defaults to `https://snapforge.org`)\n\n## License\nMIT\n",
  "bytes": 2004,
  "sha": "5f36278872fa6d857ba064f83adc8d8e2a374f79269596e3425e1e4dbe3ee4e7",
  "repo_slug": "sporty303/snapforge-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_org_snapforge_snapforge_8913031e/readme"
}