MCP Server
MCP
io.github.cmcgrabby-hue/syndicate-links
Commission infrastructure for AI commerce — program discovery, attribution, and settlement.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.syndicatelinks.co/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "syndicate-links-mcp",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API base URL for Syndicate Links",
"isRequired": true,
"format": "string",
"name": "SYNDICATE_API_URL"
},
{
"description": "Agent-scoped API key (aff_agent_ prefix) for tracking conversions and checking commissions",
"format": "string",
"isSecret": true,
"name": "SYNDICATE_AGENT_KEY"
},
{
"description": "Merchant API key (mk_live_ prefix) for listing your own programs",
"format": "string",
"isSecret": true,
"name": "SYNDICATE_MERCHANT_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment