MCP Directory

cmcgrabby-hue/syndicate-links

GitHub
Productivity

Affiliate commission infrastructure for AI agents. 7 tools for program discovery, attribution tracking, commission status, and payouts. Search programs, get details, track conversions with signed attribution tokens, and trigger settlement cycles. Install via `npx syndicate-links-mcp`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx syndicate-links-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from cmcgrabby-hue/syndicate-links your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "syndicate-links": {
      "command": "npx",
      "args": [
        "syndicate-links-mcp"
      ]
    }
  }
}

Route cmcgrabby-hue/syndicate-links intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add syndicate-links

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use cmcgrabby-hue/syndicate-links directly without routing

npx syndicate-links-mcp

New to Agent-CoreX? View setup guide →

cmcgrabby-hue/syndicate-links MCP Server — Agent-CoreX