get_billing_portal
ActiveTool of BorealHost
Get a Stripe billing portal URL for managing payment methods and invoices. Returns a URL (not a redirect) that the human can open in a browser. Requires: API key with read scope. Args: flow: Optional. Set to "payment_method_update" to go directly to the payment method update page. Returns: {"url": "https://billing.stripe.com/p/session/..."}
Parameters schema
{
"type": "object",
"title": "get_billing_portalArguments",
"properties": {
"flow": {
"type": "string",
"title": "Flow",
"default": ""
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries