Affilync MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AFFILYNC_TOKEN | Yes | JWT access token used for authentication with Affilync. | |
| AFFILYNC_API_URL | No | The API base URL for Affilync. | https://api.affilync.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Health check — verify the Affilync API is reachable and your token is accepted. |
| getUserProfileA | Get your Affilync profile. Call this first to check if you are an affiliate or brand. |
| searchCampaignsB | Search for campaigns by name, description, or category |
| getNotificationsB | Get your recent notifications (approvals, payouts, messages) |
| listAvailableCampaignsA | List campaigns available to join as an affiliate. Shows active campaigns accepting new affiliates. |
| listMyLinksB | List all your affiliate tracking links |
| getEarningsSummaryA | Get your earnings summary — total, pending, available balance, paid out |
| listCommissionsA | List your individual commission records from conversions and sales |
| getClickAnalyticsA | Get click analytics — totals, today, this week, this month |
| listActiveCampaignsA | List campaigns you've joined and are currently active in |
| joinCampaignA | Apply to join an affiliate campaign. Some campaigns auto-approve. |
| generateAffiliateLinkB | Generate a tracking link for a campaign you've joined |
| requestPayoutA | Request a payout of your available earnings. IRREVERSIBLE — moves real money. Omitting the amount requests your full available balance. |
| listBrandCampaignsA | List all campaigns owned by your brand |
| getCampaignPerformanceA | Get detailed performance metrics for a campaign — clicks, conversions, revenue, EPC |
| listAffiliateApplicationsA | List affiliate applications for your campaigns |
| getBrandDashboardC | Get your brand's overall performance dashboard |
| listBrandAffiliatesA | List all affiliates working with your brand |
| createCampaignB | Create a new affiliate marketing campaign with a commission structure |
| decideApplicationA | Approve or reject an affiliate's application to join your campaign. Consequential — affects who can earn commissions on your campaign. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/affilync/affilync-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server