https://mcp.reechee.io/mcp (Streamable HTTP). Three ways to connect:
log in with your Reechee account (OAuth Connect, no key), send an
Authorization: Bearer rch_live_… header (API key), or use it anonymously for the 3
free tools.
Connect with your Reechee account (OAuth)
The easiest way in Claude Desktop and claude.ai - no key to paste. Add a custom connector pointed at the/mcp/auth URL and Claude runs the login flow for you:
- Settings → Connectors → Add custom connector.
-
Paste the URL:
- Claude opens a browser to Reechee. Log in (if you aren’t already) and approve the “Connect to Reechee” screen.
Use the bare
https://mcp.reechee.io/mcp (no /auth) only if you want anonymous
access - it answers without asking you to log in, so Claude won’t offer the Connect
flow. The /mcp/auth URL is what triggers the browser login.Credit-spending tools (unlock contact, unlock committee, generate report) are not
available over OAuth - they stay API-key only. Connect
with a key if your agent needs them.
Claude Code
Claude Code connects with a header, not the browser flow. Add it with one command:.mcp.json (env-var expansion works, so the key stays out
of the file):
headers block. Check the connection with /mcp.
Claude Desktop
Log in (recommended) - use OAuth Connect above: Settings → Connectors → Add custom connector, pastehttps://mcp.reechee.io/mcp/auth, and approve. No config file.
Anonymous - same connector UI, but paste the bare https://mcp.reechee.io/mcp (no
/auth) for the 3 free tools without logging in.
With a static API key - the custom-connector UI does the browser OAuth flow, not a
static bearer header, so to pin a specific key route it through the mcp-remote bridge
(needs Node/npx). Edit claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
mcp-remote is a community bridge, not an Anthropic
package.)
Try it
Ask:What are people unhappy about with Zendesk lately?Claude resolves the product and reads its pain points. Once connected (or keyed), try “list my newest opportunities” - see the full toolset.