Skip to main content
The free tier is anonymous - no signup, no key. Pick whichever path fits your tool.

From an AI client (MCP)

The MCP endpoint is https://mcp.reechee.io/mcp (streamable HTTP).
1

Add the server

Claude Code
Cursor - add to ~/.cursor/mcp.json:
Other clients (Claude Desktop, ChatGPT, Codex) point at the same URL - the per-client steps live in the MCP quickstarts.
2

Ask a question

What are people unhappy about with Zendesk lately?
The agent calls search_products, then get_pain_points, and answers from real review data - with a pointer to the full report on Reechee.

From the REST API

No key needed for the free reads. First resolve a product name to an id:
Then read that product’s free pain-points taste - the top themes, a couple of quotes, and a pointer to the full report:

Unlock the paid tools

Paid teams get an API key for opportunities, full pain-point reports, watchlist, credit balance, and safe write actions (follow/unfollow, triage).
1

Create a key

In the app, open Settings → API keys and create one. Copy it once - it looks like rch_live_… and is shown only at creation.
2

Send it as a bearer token

The same key, sent as Authorization: Bearer … to the MCP server, switches the MCP from 3 free tools to the full paid tool set.

Get your API key

Settings → API keys (paid teams: Starter and up).