REDDIT → CLEAN SOCIAL MEDIA

Keep the discussion.
Lose the Reddit chrome.

Turn a Reddit post and its best comments into precise, readable images. No headers, sidebars, community panels, or bot-blocked page captures.

  • Reddit OAuth
  • Browser Run
  • REST + MCP
  • 7-day assets

PLAYGROUND

Render the useful part

Your API key stays in this browser request and is never saved by the page.

Creates one topic image and up to three substantive top-comment images.

1200 px

Your screenshots appear here

Images keep Reddit attribution, authors, scores, Markdown, post media, and nothing unrelated.

ONE CORE, THREE SURFACES

Built for operators and agents

01

Web playground

Paste a post, inspect every output, and download production-ready JPEGs.

02

REST + OpenAPI

Stable JSON contracts, Bearer authentication, idempotency, status lookup, and expiring assets.

03

Remote MCP

Let ChatGPT, Claude, Codex, and other MCP clients render and retrieve screenshots directly.

REMOTE MCP

Give an AI a Reddit URL.
Get usable image URLs back.

The stateless MCP endpoint exposes focused tools for rendering, retrieval, and recent history.

Read llms.txt
MCP config
{
  "mcpServers": {
    "redditshot": {
      "url": "https://redditshot.gokoding.com/mcp",
      "headers": {
        "Authorization": "Bearer rs_live_..."
      }
    }
  }
}