register_affiliate
ActiveTool of io.github.bch1212/agent-commerce-mcp
declared in 0.1.0
Instantly register an agent or operator as an affiliate. Returns a referral_code for use in create_checkout.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"agent_id",
"operator_email"
],
"properties": {
"agent_id": {
"type": "string",
"description": "Stable identifier for the recommending agent (e.g., 'cursor.user-12345')"
},
"products": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional: specific products this affiliate plans to promote"
},
"operator_email": {
"type": "string",
"format": "email",
"description": "Where to send commission payouts"
}
},
"additionalProperties": false
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries