Back to Browse

Snaplab Integrations MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Screenshot, PDF and HTML-to-image rendering API so Claude and Cursor can see any web page.

About

Screenshot, PDF and HTML-to-image rendering API so Claude and Cursor can see any web page.

Remote endpoints: streamable-http: https://snaplab.hsingh.app/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "app-hsingh-snaplab-snaplab": {
      "url": "https://snaplab.hsingh.app/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

snaplab — screenshot, PDF and OG-image rendering API

Hosted at https://snaplab.hsingh.app · Docs: https://snaplab.hsingh.app/docs · Free tier: 100 renders/month, no card.

This repo contains the open integration packages:

  • MCP server (hosted, Streamable HTTP): claude mcp add --transport http snaplab https://snaplab.hsingh.app/mcp --header "Authorization: Bearer sk_..." — tools: screenshot, pdf, html_to_image, usage. See mcp-registry/server.json.
  • n8n community node: n8n-nodes-snaplab (n8n-nodes-snaplab/)
  • Apify actor: snaplab Screenshot & PDF Renderer (apify-actor/)
  • JavaScript SDK snaplab (snaplab-js/) and Python SDK snaplab-sdk (snaplab-python/)
  • OpenAPI 3.1 spec: openapi/openapi.json (also served at https://snaplab.hsingh.app/openapi.json)
curl -X POST "https://snaplab.hsingh.app/api/render" \
  -H "Authorization: Bearer sk_..." -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png","fullPage":true}' -o shot.png

API keys: https://snaplab.hsingh.app/app/keys

MIT licensed.

Reviews

No reviews yet

Be the first to review this server!