Skip to main content
Glama

@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)

Tool

Description

getUserProfile

Get your profile (affiliate or brand)

searchCampaigns

Search campaigns by name/category

getNotifications

View recent notifications

Affiliate Tools

Tool

Description

listAvailableCampaigns

Browse campaigns to join

joinCampaign

Apply to join a campaign

generateAffiliateLink

Create a tracking link

listMyLinks

View your tracking links

getEarningsSummary

Total/pending/available earnings

listCommissions

Individual commission records

getClickAnalytics

Click stats (today/week/month)

requestPayout

Cash out available earnings

listActiveCampaigns

Your joined campaigns

Brand Tools

Tool

Description

createCampaign

Create a campaign with commission structure

listBrandCampaigns

View your campaigns

getCampaignPerformance

Campaign metrics (clicks, conversions, EPC)

listAffiliateApplications

Review applications

decideApplication

Approve/reject an application

getBrandDashboard

Overall brand performance

listBrandAffiliates

Affiliates working with you

Development

npm install
AFFILYNC_TOKEN=<token> npm run dev

Environment Variables

Variable

Required

Default

Description

AFFILYNC_TOKEN

Yes

JWT access token

AFFILYNC_API_URL

No

https://api.affilync.com

API base URL

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moneyflowz367/affilync-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server