> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reechee.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reechee Developer Platform

> Programmatic access to software-review pain points, buying signals, and sales opportunities - over a REST API and a hosted MCP server.

Reechee monitors software review sites (G2, Capterra, and more) and turns them into
pain points, buying signals, and sales opportunities. The developer platform opens
that data to your own tools and AI agents.

There are two ways in, built on one shared foundation:

<CardGroup cols={2}>
  <Card title="Free - anonymous" icon="bolt">
    Ask "what are people unhappy about with Zendesk?" from Claude, Cursor, Codex, or
    any MCP client. No key, no signup. Read-only and IP rate-limited.
  </Card>

  <Card title="Paid - API key" icon="key">
    Let your agent operate Reechee: read opportunities and full pain-point reports,
    manage your watchlist, and triage opportunities. Uses a paid-team API key.
  </Card>
</CardGroup>

## Two surfaces, one source of truth

The MCP server is a thin wrapper over the REST API, so both speak the same data.

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Base URL `https://app.reechee.io/api/v1`. JSON over HTTPS with a consistent
    response envelope and cursor-free page pagination.
  </Card>

  <Card title="Hosted MCP" icon="plug" href="/mcp/overview">
    Endpoint `https://mcp.reechee.io/mcp`. Streamable HTTP - drop it into any MCP
    client. Anonymous clients see the free tools; an API key unlocks the paid tools.
  </Card>
</CardGroup>

## How access works

```
AI agents + clients (Claude, Cursor, Codex, ChatGPT, your code)
        │   two auth lanes
        │    • anonymous → read-only, IP rate-limited (free)
        │    • API key   → read + safe actions (paid team)
        ▼
MCP server  (mcp.reechee.io)  ──wraps──►  REST API  (app.reechee.io/api/v1)
                                                  ▼
                                          Reechee data
                              (pain points, opportunities, products, watchlist)
```

* **Anonymous** calls need nothing. They return product search, a free taste of any
  product's pain points, and category competitors - each with a soft pointer to the
  full report on Reechee.
* **API-key** calls add the paid tools: full pain-point reports, opportunities, your
  watchlist, credit balance, and safe write actions (follow/unfollow, triage). Keys
  are issued to paid teams and managed in the app.

## Next step

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Connect the free MCP and make your first API call in under a minute.
</Card>
