Skip to main content
TerminalSync
Connectors

Stripe

Your payments, within reach of the agent

Part of the PluginStripe

Ask your AI about your payments — and let it act on them

Official Stripe server: customers, invoices, payments, subscriptions and refunds.

Stripe is the payments platform behind millions of businesses — checkout, subscriptions, invoicing and the money side of your product. The official connector, published by Stripe, lets the agent work directly against your Stripe account: look up customers, read invoices and payments, create products and prices, manage subscriptions and issue refunds. The full, always-current list of tools lives in Stripe's MCP documentation.

Ask "how much did we bill last month?" and it reads your Stripe data and answers. Ask "create a $29/month product called Pro and give me a payment link" and it sets it up for you — no dashboard clicking. It talks to Stripe with your secret key, so it can do anything you can do from your own account.

What you can ask

  • "How many active subscriptions do we have right now, and how much recurring revenue is that per month?"
  • "Find the customer with the email ana@empresa.com and show me their last three invoices."
  • "Create a product called 'Consultoría 1h' at $80, generate a payment link, and give me the URL."

What token you need

You need a Stripe secret API key — the key that lets software act on your account.

  1. Go to dashboard.stripe.com/apikeys.
  2. Start with a test-mode key (sk_test_…) while you try it — it touches fake data, nothing real moves. Copy it.
  3. Paste it when the Lab asks for STRIPE_SECRET_KEY. It's stored encrypted in your Keychain.

The secret key can move real money once you switch to a live key (sk_live_…), so treat it like a password. Tip: create a restricted key in the dashboard to grant only the permissions the agent needs (e.g. read-only on payments) instead of a full-access key.

Add to Terminal Sync

We open the app and set it up in Claude Code (and your other Macs).

Don't have Terminal Sync yet?Download

How it works with Terminal Sync

Set up the connector once on one machine. Terminal Sync keeps your claude_desktop_config.json encrypted in your Drive, so on any other machine where you open Claude Code, the connector is already there.