Labsco
MCP SERVER · OFFICIAL PROJECT

Refgrow MCP Server

by refgrow

Run an affiliate program — affiliates, referrals, conversions, coupons — from the conversation.

Marketing Automation & Advertising
Summary
The whole affiliate API, delete included.

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.

What it is

A Node server wrapping the Refgrow REST API: create, read, update and delete across affiliates, conversions and coupons, plus referral creation and lookup.

What you get
  • 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
Requirements

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`.

Setup effort

One command plus a key — npm install @refgrow/mcp, then supply credentials