swiftsign_upgrade
ActiveTool of ca.swiftsign/mcp
Initiate the upgrade to PRO ($15/mo flat). Returns a Stripe checkout_url that a human opens once to add a card — agents cannot complete the payment themselves. Moves the account from sandbox (sk_test_) to live sends. Returns status 'updated' if already on the plan.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"plan": {
"type": "string",
"const": "PRO",
"description": "Plan to upgrade to (default PRO)"
}
}
}Parent server
ca.swiftsign/mcp
https://github.com/shahdadk/swiftsign
1/7 registries