You're viewing a demo portfolio

Join the waitlist
PRSM

register_affiliate

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.bch1212/agent-commerce-mcp

https://github.com/bch1212/agent-commerce-mcp

1/7 registries
View full server →
register_affiliate — io.github.bch1212/agent-commerce-mcp — PRSM MCP