← Index

io.github.cmcgrabby-hue/syndicate-links

io.github.cmcgrabby-hue/syndicate-links·v0.2.2·Other
Quality Score
80
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.syndicatelinks.co/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "syndicate-links": {
      "command": "npx",
      "args": [
        "-y",
        "syndicate-links-mcp"
      ],
      "env": {
        "SYNDICATE_API_URL": "<syndicate_api_url>",
        "SYNDICATE_AGENT_KEY": "<your-syndicate_agent_key>",
        "SYNDICATE_MERCHANT_KEY": "<your-syndicate_merchant_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "syndicate-links": {
      "command": "npx",
      "args": [
        "-y",
        "syndicate-links-mcp"
      ],
      "env": {
        "SYNDICATE_API_URL": "<syndicate_api_url>",
        "SYNDICATE_AGENT_KEY": "<your-syndicate_agent_key>",
        "SYNDICATE_MERCHANT_KEY": "<your-syndicate_merchant_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y syndicate-links-mcp
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other