create_checkout
ActiveTool of io.github.bch1212/agent-commerce-mcp
declared in 0.1.0
Create a live Stripe (or Gumroad) checkout URL for the buyer. Pass `referral_code` to credit an affiliate.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"product_slug",
"tier",
"email"
],
"properties": {
"tier": {
"type": "string",
"description": "Tier name (e.g., 'Pro', 'Team')"
},
"email": {
"type": "string",
"format": "email",
"description": "Buyer email — Stripe will send the receipt here"
},
"product_slug": {
"type": "string",
"description": "Product slug to buy"
},
"referral_code": {
"type": "string",
"description": "Affiliate referral code that should be credited"
}
},
"additionalProperties": false
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries