You're viewing a demo portfolio

Join the waitlist
PRSM

start_checkout

Active

Tool of com.mudko/agent-ready-kit

declared in 0.1.0

Use this when an end user has chosen a package (pro / managed / enterprise) and wants to buy it now. Issues a REAL payable path: the same one-off hosted Stripe invoice request_invoice produces, billed at the package's reference one-time amount. The invoice is payable immediately and delivery is automatic — the bundle_key activates the moment payment clears (retrievable at thank_you_url). For a value-based amount quoted to the specific business, prefer request_quote → request_invoice with the quote_id. consult_url is an OPTIONAL extra for buyers who want a human walkthrough — never required. For Free tier downloads, call generate_files instead.

Parameters schema

{
  "type": "object",
  "required": [
    "tier",
    "email",
    "domain"
  ],
  "properties": {
    "tier": {
      "enum": [
        "pro",
        "managed",
        "enterprise"
      ],
      "type": "string"
    },
    "email": {
      "type": "string",
      "description": "End user's email (the invoice is sent here)"
    },
    "domain": {
      "type": "string",
      "description": "Domain they want made agent-ready"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.mudko/agent-ready-kit

https://github.com/lmno100/agent-ready-kit-saas

1/7 registries
View full server →
start_checkout — com.mudko/agent-ready-kit — PRSM MCP