This is a complete wrapper rather than a read-only view: affiliates, conversions and coupons can all be created, updated and deleted through tool calls, and referrals created outright. That makes onboarding partners and correcting bad conversions a single place of work, and it means the API key you hand over can remove things too.
A Node server wrapping the Refgrow REST API: create, read, update and delete across affiliates, conversions and coupons, plus referral creation and lookup.
- Affiliates listed, created, read in detail, updated and deleted
- Referrals created, listed and read in detail
- Conversions created, listed, read, updated and deleted
- Coupons created, listed, read, updated and deleted
- A self-hosted Refgrow instance addressable by changing one base URL
Node.js 18+, and REFGROW_API_KEY — generated in your Refgrow project settings, starting with `rgk_` and shown only once. The API base URL defaults to `https://refgrow.com` and only needs setting for a self-hosted instance. Runs as `npx -y @refgrow/mcp`.
One command plus a key — npm install @refgrow/mcp, then supply credentials
