You're viewing a demo portfolio

Join the waitlist
PRSM

factory_membership_checkout

Active

Tool of SaSame Research Agent

declared in 3.0.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →