HomeMarketing & E-Commerce › syndicate-links

syndicate-links

Commission infrastructure for AI commerce — program discovery, attribution, and settlement.

TypeScript Local macOSWindowsLinux Remote

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.syndicatelinks.co/mcp Unreachable when checked 2026-09-24

Claude Code:

claude mcp add --transport http syndicate-links https://mcp.syndicatelinks.co/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "syndicate-links": {
      "url": "https://mcp.syndicatelinks.co/mcp"
    }
  }
}

Package (npm 0.2.2)

npx -y syndicate-links-mcp@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "syndicate-links": {
      "command": "npx",
      "args": [
        "-y",
        "syndicate-links-mcp@0.2.2"
      ],
      "env": {
        "SYNDICATE_API_URL": "<YOUR_VALUE>",
        "SYNDICATE_AGENT_KEY": "<YOUR_VALUE>",
        "SYNDICATE_MERCHANT_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SYNDICATE_API_URL required — API base URL for Syndicate Links
  • SYNDICATE_AGENT_KEY secret — Agent-scoped API key (aff_agent_ prefix) for tracking conversions and checking commissions
  • SYNDICATE_MERCHANT_KEY secret — Merchant API key (mk_live_ prefix) for listing your own programs

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry