MCP server for managing affiliate and referral programs. Create programs, track referrals, manage affiliates, process conversions, and handle payouts — all through AI assistants like Claude, Cursor, and ChatGPT.
Overview
Refgrow MCP Server
MCP server for Refgrow — a SaaS platform for creating and managing affiliate/referral programs.
Features
- Program Management — Create and configure affiliate programs with custom commission rates
- Affiliate Management — View, approve, and manage affiliates
- Referral Tracking — Track clicks, signups, and conversions in real-time
- Conversion Analytics — Monitor revenue, commissions, and performance metrics
- Payout Management — Process affiliate payouts via PayPal or Wise
Installation
{
"mcpServers": {
"refgrow": {
"command": "npx",
"args": ["-y", "@refgrow/mcp"],
"env": {
"REFGROW_API_KEY": "rgk_your_api_key_here"
}
}
}
}
Getting Your API Key
- Sign up at refgrow.com
- Create a project
- Go to Project Settings → API
- Generate an API key
Available Tools
| Tool | Description |
|---|---|
| get_project | Get project details and settings |
| get_affiliates | List all affiliates |
| get_affiliate | Get specific affiliate details |
| get_referrals | List referrals with filters |
| get_conversions | List conversions with filters |
| get_dashboard_stats | Get dashboard analytics |
| get_payouts | List payout history |
Links
Server Config
{
"mcpServers": {
"refgrow": {
"command": "npx",
"args": [
"-y",
"@refgrow/mcp"
],
"env": {
"REFGROW_API_KEY": "rgk_your_api_key_here"
}
}
}
}