MCP & API access

Drive Redditoro from Claude, Cursor, or any MCP client: find subreddits, check rules, review leads, run scans, and check your AI-search visibility, all from a prompt. The same endpoint doubles as a JSON-RPC API you can call directly.

View as Markdown

What is this?

Redditoro exposes an MCP (Model Context Protocol) server. MCP is an open standard that lets AI apps like Claude and Cursor call external tools. Point your client at our endpoint, and your assistant can operate your Redditoro account for you, no code required.

Prefer to script it yourself? The same endpoint speaks plain JSON-RPC 2.0 over HTTP, so you can call it with curl or any HTTP library, see the HTTP API page.

Endpoint

https://redditoro.com/api/mcp

Streamable HTTP transport, JSON-RPC 2.0. It implements initialize, tools/list, tools/call, and ping.

Authentication

Every request needs a personal key in the Authorization header:

Authorization: Bearer sbk_YOUR_KEY

Create and manage keys on your MCP / API access page in the dashboard. A key is shown once at creation, copy it then. Each key is scoped to your account and its active project; revoke it any time and connected clients stop working immediately. MCP tool calls require the Growth plan or above.

Next steps