stripe_get_balance
ActiveTool of Stripe_connect
declared in 0.1.0
Get the current Stripe account balance.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-stripe_connect-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Stripe secret or restricted API key (sk_...)"
}
}
}Parent server
Stripe_connect
https://github.com/pipeworx-io/mcp-stripe_connect
1/7 registries