@pipeworx/stripe_connect
Connect: https://gateway.pipeworx.io/stripe_connect/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 6
Tools
- stripe_list_customers — List Stripe customers. Supports pagination.
- stripe_get_customer — Get a Stripe customer by ID.
- stripe_list_charges — List Stripe payment charges for your account, optionally filtered by customer ID. Returns charge ID, amount, currency, status, and timestamp. Supports limit (1-100) pagination.
- stripe_list_subscriptions — List subscriptions on a Stripe account via the Stripe API (api.stripe.com/v1/subscriptions), authenticated with a Stripe secret or restricted key passed as _apiKey, with optional customer id and statu
- stripe_get_balance — Get the current Stripe account balance.
- stripe_list_invoices — List Stripe invoices, optionally filtered by customer ID and/or status (draft, open, paid, void, uncollectible). Returns invoice ID, amount due, due date, and payment status.
Tools
stripe_get_balance— Get the current Stripe account balance.stripe_get_customer— Get a Stripe customer by ID.stripe_list_charges— List Stripe payment charges for your account, optionally filtered by customer ID. Returns charge ID, amount, currency, status, and timestamp. Supports limit (1-100) pagination.stripe_list_customers— List Stripe customers. Supports pagination.stripe_list_invoices— List Stripe invoices, optionally filtered by customer ID and/or status (draft, open, paid, void, uncollectible). Returns invoice ID, amount due, due date, and payment status.stripe_list_subscriptions— List subscriptions on a Stripe account via the Stripe API (api.stripe.com/v1/subscriptions), authenticated with a Stripe secret or restricted key passed as _apiKey, with optional customer id and statu