Stripe

Stripe MCP Connector for Claude

A+

Manage payments, customers, subscriptions, invoices, and account balance via Stripe — all from any AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Take full control of your payment operations with Stripe, the global payments platform trusted by millions of businesses. Your AI agent becomes your financial operations assistant — listing customers, checking payment statuses, reviewing subscriptions, pulling invoices, and monitoring your account balance.

What you can do

  • Customer Management — List, search, and create customers with names, emails, and metadata.
  • Payment Tracking — Monitor payment intents with status, amounts, and currency across all transactions.
  • Subscription Overview — Check active, past-due, and canceled subscriptions with billing intervals and plan details.
  • Invoice Monitoring — Review open, paid, and overdue invoices with hosted payment links.
  • Account Balance — Instantly check available and pending balances across all currencies.

How it works

  1. Subscribe to this server
  2. Enter your Stripe Secret Key (from Dashboard → Developers → API keys)
  3. Start querying your Stripe data from Claude, Cursor, or any MCP client

Who is this for?

  • Finance Teams — audit payments, reconcile subscriptions, and chase overdue invoices from a single conversation.
  • SaaS Founders — monitor MRR, track customer churn, and review billing status without opening the Stripe dashboard.
  • Support Teams — quickly look up customer payment status and share invoice links during support tickets.
paymentsinvoicingrecurring-billingpci-compliancecheckoutcustomer-management

13 tools expose this connector's capabilities to your AI agent.

customers_list

Optionally filter by email. Returns customer details including name, email, balance, and delinquency status. List Stripe customers

refunds_list

List Stripe refunds

customers_create

Name and email are required. Returns the created customer with their Stripe ID. Create a new Stripe customer

payments_list

Optionally filter by customer ID. Amounts are in the smallest currency unit (e.g., 1000 = $10.00). List Stripe payment intents

subscriptions_list

Optionally filter by customer or status. List Stripe subscriptions

invoices_list

Optionally filter by customer or status (draft, open, paid, uncollectible, void). List Stripe invoices

balance_get

Shows available and pending amounts by currency. Amounts are in smallest currency unit (divide by 100 for dollars). Get Stripe account balance

products_list

Use to browse your product offerings. List Stripe products

product_create

Use before creating prices. Create a new Stripe product

prices_list

Filter by product to see all price tiers. List Stripe prices

refund_create

Specify amount in cents for partial refunds. Create a refund for a payment

charges_list

Filter by customer ID. List Stripe charges

payouts_list

List Stripe payouts

See how to talk to your AI agent using Stripe.

Show my Stripe account balance.

Your Stripe balance: **$12,450.80 available** and **$3,200.00 pending** in USD.

List all past-due subscriptions.

Found 3 past-due subscriptions. The largest is for Acme Corp ($299/month, overdue since March 15). Would you like me to pull the associated invoices?

Create a new customer: Jane Smith, jane@example.com

Customer created: **Jane Smith** (cus_QR7x...). Email: jane@example.com. Ready for invoicing and subscriptions.

Subscribe, then go to the **Stripe Dashboard → Developers → API keys** and copy your Secret key (starts with sk_live_ or sk_test_ for testing). Paste it here and you're ready. No SDK, no server setup, no webhooks — just connect and start querying your payment data.

Related Connectors