Stripe for Claude, Cursor, ChatGPT & agents
Stripe — list customers (optionally by email), create customers, list charges (optionally per customer), and create Payment Links for a Price via the Stripe API
curl -fsSL https://syncorelabs.ai/install.sh | shmacOS / Linux. Windows + manual install.
What it does
Stripe — list customers (optionally by email), create customers, list charges (optionally per customer), and create Payment Links for a Price via the Stripe API. Use when the user mentions Stripe, payment, customer, charge, invoice, payment link, checkout, billing, or wants to inspect / set up Stripe payments.
The Stripe skill is one of 75+ pre-wired Syncore integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the Syncore daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once Syncore is installed and Stripe is connected, ask your agent something like:
- “List the last 30 days of payments and total them up.”
- “Create a payment link for $49 for the 'Annual Pro' plan.”
- “Find the customer record for [email protected] and show their subscriptions.”
Tools available (4)
stripe__list_customersList / search Stripe customers, optionally filtered by exact email. Use when the user wants to look up a customer by email, audit recent customers, or need a customer id for downstream calls.
stripe__create_customerCreate / add / register a new Stripe customer with email and optional name and internal description. Use when the user wants to onboard a new customer or create a Stripe profile programmatically.
stripe__list_chargesList Stripe charges (payments / transactions), optionally filtered to a specific customer (cus_…). Use when the user wants to audit recent payments, check a customer's history, or pull revenue data.
stripe__create_payment_linkCreate a Stripe Payment Link (hosted checkout URL) for a Price (price_…) with optional quantity. Use when the user wants to share a one-off checkout URL with a customer to collect payment.
How to connect
Stripe needs a provider API key to talk to stripe. Connect it from the Syncore dashboard:
- Run
curl -fsSL https://syncorelabs.ai/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
syncore loginto create your account and a device-bound encryption key. - Visit syncorelabs.ai/connect and authorize Stripe.
- Run
syncore updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every Syncore tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the Syncore vault.
See the full Syncore pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at Stripe? You may also want:
- Attio — read and update CRM records (people, companies, deals, custom objects), search by query, list and add to saved lists / segments, and append Markdown notes via the Attio v2 API
- HubSpot — list and search contacts, create new contacts, list deals, and create new deals via HubSpot API v3
- Mercury — read bank accounts (checking, savings, treasury) with balances, list and search transactions by date / amount / direction (debit / credit) / description, fetch monthly statements (PDF + s...
- PostHog — query product-analytics events with filters, run arbitrary HogQL (PostHog's SQL-like) queries against events / persons tables, list and search persons (users) by email / distinct_id, list...
- Ramp — list and search corporate-card transactions with date / state / merchant / amount filters, list and inspect cards (physical + virtual), list users (with role filter), list departments and lo...
Or browse all 75 skills in the Syncore catalog.