Feature Request
The MCP server currently supports authenticating with a single Stripe account via OAuth. Many businesses operate multiple Stripe accounts (e.g. one per product line or entity) and need their AI agents to access all of them within the same session.
Currently this requires re-authenticating each time, which isn't practical for automated workflows.
Proposed Solution
Support multiple authenticated accounts, either by:
- Allowing multiple OAuth connections with account aliases
- Adding an
account parameter to each tool call to specify which connected account to use
- Supporting API key-based auth alongside OAuth for additional accounts
Feature Request
The MCP server currently supports authenticating with a single Stripe account via OAuth. Many businesses operate multiple Stripe accounts (e.g. one per product line or entity) and need their AI agents to access all of them within the same session.
Currently this requires re-authenticating each time, which isn't practical for automated workflows.
Proposed Solution
Support multiple authenticated accounts, either by:
accountparameter to each tool call to specify which connected account to use