Stripe Connect

🌐Community
by anton-abyzov · vlatest · Repository

Connects to Stripe Connect accounts to retrieve customer data and manage payments programmatically.

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-connect npx -- -y @trustedskills/stripe-connect
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "stripe-connect": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/stripe-connect"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The stripe-connect skill enables AI agents to interact with Stripe Connect, facilitating tasks like onboarding new businesses and managing their payment processing. It allows agents to programmatically create connected accounts, retrieve account details, and potentially manage payouts. This skill streamlines the process of integrating businesses into a platform that uses Stripe for payments.

When to use it

  • Onboarding New Businesses: Automate the creation of Stripe Connect accounts during business onboarding.
  • Account Verification: Retrieve and verify information about existing connected accounts within Stripe.
  • Payment Management: Potentially manage payout schedules or investigate payment-related issues for connected businesses (depending on specific implementation).
  • Platform Integration: Integrate a platform with Stripe Connect to enable payments from businesses using the platform.

Key capabilities

  • Connect account creation
  • Account details retrieval
  • Potential payout management (implementation dependent)

Example prompts

  • "Create a new connected account in Stripe for 'Acme Corp' with email address [email protected]."
  • "Retrieve the bank account information for the connected account with ID 'acct_123'."
  • "What is the status of the connected account 'acct_456'?"

Tips & gotchas

The skill’s capabilities depend on the specific implementation and permissions granted. Ensure your AI agent has appropriate API keys and scopes configured within your Stripe Connect dashboard for successful operation.

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
anton-abyzov
Installs
24

🌐 Community

Passed automated security scans.