RainMatch
About
FAQ
Blog
Claude
Contact
Download ↗
Sign In
Sign Up
Connect once, then ask Claude to browse your matches, update your profile, and send partnership requests on your behalf.
You need a RainMatch account. If you don't have one yet, sign up here first — it takes a couple of minutes.
The connector adds no new powers. It acts as you, and can only do what you can already do in the RainMatch app. Nothing is shared with Claude until you sign in and approve the connection, and you decide at that moment how much access to grant.
In Claude, go to Settings → Connectors and choose Add custom connector. Custom connectors are available on Claude's paid plans.
Name it RainMatch and use this URL:
https://api.rainmatch.ai/v1/mcp
Click Connect. A browser tab opens on RainMatch where you sign in and review what you're granting. Approve it, and the tab closes itself — you never paste a password or an API key into Claude.
Run this in your terminal:
claude mcp add --transport http rainmatch https://api.rainmatch.ai/v1/mcp
Start Claude Code, run /mcp, pick rainmatch, and choose Authenticate. The same browser approval flow opens. Once it completes, /mcp shows the connection as connected.
Paste the URL exactly as written, including the /v1/mcp path and with
no trailing slash. RainMatch checks that the address you entered matches the one
it publishes, character for character — a near miss stops the connection before
the sign-in screen appears.
The approval screen splits access in two, so you can grant reading without granting acting:
| Permission | What it covers |
|---|---|
rainmatch:read |
Your profile, verified partners, sellers and projects, your own projects, your match feed, and your likes and partnerships. |
rainmatch:write |
Updating your base, partner and seller profiles; liking and unliking partners and projects; sending partnership requests and responding to the ones you receive. |
Write access is an optional checkbox. If you leave it unchecked, the tools that change things are never handed to Claude at all — it can't see them, let alone call them. A read-only connection lists 12 tools instead of 19. You can reconnect later with write access if you change your mind.
Approving also issues a token that keeps the connection alive for 30 days of use without asking you to sign in again. Every day you use it slides that window forward.
Disconnect from Claude's connector settings at any time — access is revoked immediately, and Claude loses the ability to see or act on your RainMatch data the moment you do. In Claude Code, remove it entirely with:
claude mcp remove rainmatch
If a connection sits unused for 30 days it expires on its own, and reconnecting simply means approving once more.
/v1/mcp is required, and a trailing slash will break it.Create your RainMatch account, then connect it to Claude and let it do the digging.