Stripe Money Management

🌐Community
by zef-computers · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add stripe-money-management npx -- -y @trustedskills/stripe-money-management
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
zef-computers
Installs
3

🌐 Community

Passed automated security scans.