factory_membership_checkout
ActiveTool of SaSame Research Agent
Create the account-level Factory membership Stripe LIVE subscription Checkout for a principal. Plans: factory / factory_pro / factory_team. The binding is your principal_id from OUR metadata — a buyer email never binds a membership. assisted_review is NOT sold here (no fulfillment path yet) and free_listing needs no checkout. Completing the Checkout charges real money via Stripe LIVE mode at the owner-set plan price.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"principal_id",
"principal_key",
"plan_id",
"stripe_live_payment_acknowledged"
],
"properties": {
"plan_id": {
"type": "string",
"minLength": 3,
"description": "factory / factory_pro / factory_team"
},
"principal_id": {
"type": "string",
"minLength": 8
},
"principal_key": {
"type": "string",
"minLength": 32
},
"stripe_live_payment_acknowledged": {
"type": "boolean",
"const": true,
"description": "Required acknowledgement that completing the returned Checkout charges REAL money via Stripe LIVE mode at the owner-set activation price."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries