MCP Hub
Back to servers

Affilync MCP Server

Enables users to manage affiliate marketing directly within Claude by connecting to the Affilync platform. Affiliates can search campaigns and track earnings, while brands can create campaigns, monitor performance, and manage affiliate applications through natural language.

glama
Updated
Mar 15, 2026

@affilync/mcp-server

MCP (Model Context Protocol) server for Affilync — manage affiliate marketing directly from Claude.

Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "affilync": {
      "command": "npx",
      "args": ["@affilync/mcp-server"],
      "env": {
        "AFFILYNC_TOKEN": "<your-jwt-token>"
      }
    }
  }
}

Claude Code

claude mcp add affilync -- env AFFILYNC_TOKEN=<your-jwt-token> npx @affilync/mcp-server

Get your token

  1. Go to app.affilync.com/settings/api-keys
  2. Create a new API key
  3. Use the token value as AFFILYNC_TOKEN

Available Tools

Shared (all users)

ToolDescription
getUserProfileGet your profile (affiliate or brand)
searchCampaignsSearch campaigns by name/category
getNotificationsView recent notifications

Affiliate Tools

ToolDescription
listAvailableCampaignsBrowse campaigns to join
joinCampaignApply to join a campaign
generateAffiliateLinkCreate a tracking link
listMyLinksView your tracking links
getEarningsSummaryTotal/pending/available earnings
listCommissionsIndividual commission records
getClickAnalyticsClick stats (today/week/month)
requestPayoutCash out available earnings
listActiveCampaignsYour joined campaigns

Brand Tools

ToolDescription
createCampaignCreate a campaign with commission structure
listBrandCampaignsView your campaigns
getCampaignPerformanceCampaign metrics (clicks, conversions, EPC)
listAffiliateApplicationsReview applications
decideApplicationApprove/reject an application
getBrandDashboardOverall brand performance
listBrandAffiliatesAffiliates working with you

Development

npm install
AFFILYNC_TOKEN=<token> npm run dev

Environment Variables

VariableRequiredDefaultDescription
AFFILYNC_TOKENYesJWT access token
AFFILYNC_API_URLNohttps://api.affilync.comAPI base URL

Reviews

No reviews yet

Sign in to write a review