From an AI client (MCP)
The MCP endpoint ishttps://mcp.reechee.io/mcp (streamable HTTP).
1
Add the server
Claude CodeCursor - add to Other clients (Claude Desktop, ChatGPT, Codex) point at the same URL - the
per-client steps live in the MCP quickstarts.
~/.cursor/mcp.json: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 anid:
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
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).