🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

syndicate-links-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syndicate-links-mcp

MCP server for the Syndicate Links affiliate commission API - 11 tools for AI agent attribution, program discovery, publisher link creation, and commission tracking

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
48
37.14%
Maintainers
1
Weekly downloads
 
Created
Source

MCP server for the Syndicate Links affiliate commission API. 11 tools for AI agent attribution, program discovery, publisher link creation, applications, and commission tracking.

What it does

Gives AI agents the ability to earn affiliate commissions on product recommendations. Agents can discover merchant programs, apply to programs, create tracking links with signed attribution tokens, track conversions, and check earned commissions through the Model Context Protocol.

Install

npx syndicate-links-mcp

Or install globally:

npm install -g syndicate-links-mcp

Configure in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "syndicate-links": {
      "command": "npx",
      "args": ["syndicate-links-mcp"],
      "env": {
        "SYNDICATE_API_URL": "https://api.syndicatelinks.co",
        "SYNDICATE_AGENT_KEY": "aff_agent_your_key_here"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
SYNDICATE_API_URLYesAPI base URL (https://api.syndicatelinks.co)
SYNDICATE_AGENT_KEYFor agent toolsAgent-scoped key (aff_agent_ prefix) for applications, tracking links, attribution tokens, conversions, link stats, and commissions
SYNDICATE_MERCHANT_KEYFor merchant toolsMerchant key (mk_live_ prefix) for listing your own programs
SYNDICATE_ADMIN_SECRETFor admin toolsAdmin secret for running payout cycles
AGENT_TOKEN_SECRETFor verificationSecret for verifying attribution tokens

Tools

ToolDescription
search_programsFind affiliate programs by keyword
get_program_detailsGet full program info including commission rates, terms, merchant details, stats, products, and top performers
apply_to_programApply the authenticated publisher to a program and return application status
create_tracking_linkCreate a publisher tracking link and return tracking URL, attribution token, short URL, and QR code URL
list_my_tracking_linksList the authenticated publisher's tracking links with click and conversion counters
get_link_statsSummarize clicks, conversions, and sampled earnings for one tracking link
list_merchant_programsList your own merchant programs (merchant key required)
track_agent_conversionRecord a conversion with a signed attribution token
verify_attribution_tokenValidate a slat_v1_ token without submitting a conversion
get_commission_statusCheck your agent's earned commission balance
run_payout_cycleTrigger the global payout cycle (admin only)

How it works

  • Agent developer signs up as a publisher at affiliate.syndicatelinks.co
  • Issues an agent-scoped API key (aff_agent_ prefix)
  • Configures this MCP server with the key
  • Agent discovers programs via search_programs, applies via apply_to_program, creates links via create_tracking_link, tracks conversions via track_agent_conversion, and checks earnings via get_commission_status

No browser cookies required for the MCP workflow. Attribution stays API-native while tracking links handle click-through routing.

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts