You're viewing a demo portfolio

Join the waitlist
PRSM

factory_checkout

Active

Tool of SaSame Research Agent

declared in 3.0.0

Create or retrieve the exact Activation-SKU Stripe LIVE Checkout for an inspected Factory lifecycle. The buyer email must match its one-way binding. Completing the Checkout charges real money at the owner-set activation price.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "lifecycle_id",
    "lifecycle_key",
    "buyer_email",
    "stripe_live_payment_acknowledged"
  ],
  "properties": {
    "buyer_email": {
      "type": "string",
      "format": "email",
      "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
    },
    "lifecycle_id": {
      "type": "string",
      "minLength": 10
    },
    "lifecycle_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· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

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

2/7 registries
View full server →