Stripe Money Management
Helps with Stripe, management as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-money-management npx -- -y @trustedskills/stripe-money-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-money-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-money-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Stripe's Money Management API. It can be used to retrieve balance information, create and manage connected accounts, and initiate payouts. The agent can perform these actions programmatically, automating financial tasks within a Stripe environment.
When to use it
- Automating reconciliation: Regularly check account balances against internal records.
- Managing connected accounts: Onboard new users or disable inactive accounts in your platform.
- Initiating payouts: Automatically send funds to vendors or partners based on predefined schedules.
- Responding to balance alerts: Trigger actions when a Stripe account balance falls below a certain threshold.
Key capabilities
- Retrieve account balances
- Create connected accounts
- Manage connected accounts (e.g., disable)
- Initiate payouts
Example prompts
- "What is the current balance of my Stripe account?"
- "Create a new connected account for user 'John Doe'."
- "Disable the connected account with ID 'acct_1234567890'"
- "Initiate a payout of $100 to vendor 'Example Vendor'."
Tips & gotchas
Requires appropriate Stripe API keys and permissions. Ensure your AI agent has the necessary credentials configured before use, or it will not be able to access Stripe resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.