KosmoKrator

payments

Stripe Connect MCP, CLI, and Lua Integration for AI Agents

Stripe Connect integration docs for AI agents: MCP gateway setup, Stripe Connect CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Stripe Connect for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
stripe-connect
route_slug
stripe-connect
package
stripe-connect
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Stripe Connect MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Stripe Connect.

Stripe Connect CLI Matrix

Use these pages for direct Stripe Connect CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
stripe-connect.stripe_connect_list_accounts Read read 1 List Stripe Connect accounts. Returns a paginated list of connected accounts with ID, business type, display name, and email.
stripe-connect.stripe_connect_get_account Read read 1 Retrieve a Stripe Connect account by ID. Returns full account details including business profile, capabilities, and metadata.
stripe-connect.stripe_connect_list_payouts Read read 3 List Stripe Connect payouts with optional filtering. Supports filtering by status (paid, pending, in_transit, canceled, failed) and arrival date, and pagination with limit.
stripe-connect.stripe_connect_get_payout Read read 1 Retrieve a Stripe Connect payout by ID. Returns full payout details including amount, status, arrival date, and destination.
stripe-connect.stripe_connect_list_balances Read read 1 List Stripe Connect balance transactions. Returns a paginated list of balance transactions with type, amount, currency, and description.
stripe-connect.stripe_connect_list_capabilities Read read 1 List Stripe Connect account capabilities. Returns capabilities for a specified connected account, including activation status (active, inactive, pending).
stripe-connect.stripe_connect_get_current_user Read read 0 Get the currently authenticated Stripe Connect user. Returns user profile information including ID, name, and email.