MCP-first Reddit access

Give your agent Reddit without rebuilding the plumbing.

One user-authorized OAuth account becomes a durable catalog of search, listings, posts, comments, persisted data, and operator diagnostics—available through MCP and the same HTTP job API.

Search Posts & comments Persisted datasets OAuth accounts

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.

OAuth and refresh are orchestration

Refresh grants are encrypted at rest. Account calls serialize through a coordinator, use the account's resolved egress, and preserve provider rate and recovery state.

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.