← snapforge.org

INDIVIDUAL MCP TOOL

snapforge_markdown

Extract a clean Markdown version of a public URL or raw HTML (article extraction + HTML→Markdown).

snapforge.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

snapforge.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.snapforge]
url = "https://snapforge.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "snapforge": {
      "type": "http",
      "url": "https://snapforge.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: snapforge
Remote MCP URL: https://snapforge.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "snapforge": {
      "url": "https://snapforge.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "snapforge": {
      "type": "http",
      "url": "https://snapforge.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • snapforge_screenshot — Capture a screenshot of a public URL or raw HTML as a PNG/JPEG image.
  • snapforge_pdf — Render a public URL or raw HTML to a PDF (returned as an embedded resource).
  • snapforge_signup — Create a free SnapForge account (100 renders/month) with just an email address and get the API key instantly.