MCP-first Reddit access

Give your agent Reddit without rebuilding the plumbing.

Sign in to Reddit inside a private hosted browser, then use the maintained account session for search, listings, posts, comments, persisted data, and operator diagnostics—over MCP and the same HTTP job API.

Search Posts & comments Persisted datasets Maintained sessions

agents: /llms.txt · MCP: /mcp

Streamable HTTP MCP

{
  "jsonrpc": "2.0",
  "id": 7,
  "method": "tools/call",
  "params": {
    "name": "reddit.search",
    "arguments": {
      "query": "model context protocol",
      "limit": 10
    }
  }
}

Structured output. Tenant-scoped account selection. Durable jobs.

Every neighboring API route, one catalog

Reddit search, listing, comments, persisted posts, subreddit stats, jobs, Grafana compatibility, evidence, and query surfaces share one schema registry. MCP does not invent a smaller parallel API.

Your Reddit sign-in, our session maintenance

The account owner signs in directly on reddit.com inside a temporary hosted browser. RedditMCP seals the resulting browser session and preserves rate and recovery state while running account work.

Dangerous capability stays deliberate

Writes require explicit confirmation. Proof, evidence, and raw query tools require operator authority. The upstream FastAPI service is never exposed anonymously.