Get Account
Retrieve the current account details.
Let your AI agents run Stripe for you, safely.
A hosted Stripe MCP server for Claude, ChatGPT, Cursor and CLI agents. Paste one server URL into your AI client to use its 41 actions. There is nothing to install.
Enable or disable every action, per account. Block your agent from doing dangerous actions.
Ask in plain English. Pull reports, find insights and take action in Stripe.
41 read actions. Every Stripe task your agent needs, from reporting to making changes.
Built for teams. Invite your team and share one connected account.
41 actions available to automate your Stripe workflows.
41 actions
Retrieve the current account details.
List all connected accounts (Stripe Connect).
List all application fees collected from connected accounts (Connect).
Retrieve the current account balance (available, pending, and connect reserved amounts by currency).
List balance transactions (funds movements: charges, refunds, transfers, payouts, etc.).
Retrieve a specific charge by ID.
List all charges. Returns a paginated list of charges sorted by creation date.
List all Checkout Sessions.
List all coupons. Coupons contain discount information for invoices and subscriptions.
List all credit notes.
Retrieve a specific customer by ID.
List all customers. Returns a paginated list sorted by creation date.
Retrieve a specific dispute by ID.
List all disputes (chargebacks). Returns disputes sorted by creation date.
List all early fraud warnings from Radar.
List events (webhooks log). Events represent changes to Stripe objects.
List all file links. File links make uploaded files accessible via a URL.
List all files uploaded to Stripe (dispute evidence, identity documents, etc.).
Retrieve a specific invoice by ID.
List all invoice items (line items that can be added to invoices).
List all invoices. Returns a paginated list sorted by creation date.
Retrieve a specific payment intent by ID.
List all payment intents. Tracks the process of collecting a payment from the customer.
List payment methods for a specific customer.
Retrieve a specific payout by ID.
List all payouts. A payout sends funds from Stripe to a bank account or debit card.
List all plans (legacy pricing model, prefer Prices). Defines billing intervals and amounts.
List all prices. Prices define the unit cost, currency, and billing cycle for products.
Retrieve a specific product by ID.
List all products. Products describe items customers can purchase.
List all promotion codes. Customer-facing codes that map to a coupon.
Retrieve a specific refund by ID.
List all refunds.
List all Radar reviews. Reviews are opened on suspicious payments.
List all setup intents. Used to set up a payment method for future payments.
List all shipping rates.
Retrieve a specific subscription by ID.
List all subscription schedules.
List all subscriptions. By default returns subscriptions that are not canceled.
List all top-ups. Top-ups add funds to the Stripe balance.
List all transfers. Transfers move funds between Stripe accounts (Connect).
Stripe runs its own MCP server with read and write access to the Stripe API. It is a good fit for developers building on Stripe and teams that want agents to take actions such as refunds with confirmation. InsightfulPipe is a read-only alternative for reporting on payments alongside your marketing data.
| What you operate | InsightfulPipe MCP server | Stripe MCP (Stripe) |
|---|---|---|
| Hosting | Hosted by InsightfulPipe: paste one URL | Hosted by Stripe at mcp.stripe.com |
| Authentication | OAuth through the InsightfulPipe app for Stripe | OAuth, or a restricted API key as a bearer token |
| Read or write | Read-only: 41 read actions, no write actions | Read and write through stripe_api_read and stripe_api_write; certain writes such as refunds need human confirmation |
| Extra tools | Per-account action controls and team roles | Stripe documentation search and an implementation planner |
| Connected accounts | Does not act on behalf of connected accounts | Supported with a restricted API key and the Stripe-Account header |
| Other platforms | Ads, analytics, e-commerce and data platforms in the same workspace, plus a CLI | Stripe only |
The InsightfulPipe Stripe MCP server is a hosted Model Context Protocol server that connects your Stripe account to AI assistants such as Claude, ChatGPT, Cursor, Claude Code, Gemini CLI and Codex. You install the InsightfulPipe app in Stripe, approve its read permissions and add one server URL to your AI client.
Ask for charges and refunds over a period and get a clear summary instead of exporting from the Dashboard.
See all Stripe actionsList active, past due and canceled subscriptions to understand recurring revenue and churn.
See all Stripe actionsFind open or overdue invoices and the customers behind them.
See all Stripe actionsAdd the server URL to your AI client, then sign in with your InsightfulPipe account to authorize access. The server is hosted, so there is nothing to install.
https://stripe.insightfulmcp.com/Fastest: add InsightfulPipe from the Claude Directory
One click connects the full InsightfulPipe MCP with all your connected accounts. To add a server scoped to Stripe only, follow the steps below.
Or add the Stripe server manually:
https://stripe.insightfulmcp.com/
Start a new chat, click +, open Connectors and turn the connector on to use it.
The Free plan can add one custom connector. On Team and Enterprise plans, an Owner first adds it under Organization settings > Connectors, then each member clicks Connect in Customize > Connectors.
Fastest: add InsightfulPipe from the ChatGPT app directory
One click connects the full InsightfulPipe MCP with all your connected accounts. To add a server scoped to Stripe only, follow the steps below.
Or add the Stripe server manually. Custom MCP servers need ChatGPT's Developer mode, which OpenAI offers on Plus, Pro, Business, Enterprise and Education accounts on the web.
https://stripe.insightfulmcp.com/
See OpenAI's Developer mode guide.
claude mcp add --transport http stripe-mcp https://stripe.insightfulmcp.com/
/mcp, select stripe-mcp and choose Authenticate.~/.cursor/mcp.json (all projects) or .cursor/mcp.json (one project):{
"mcpServers": {
"stripe-mcp": {
"url": "https://stripe.insightfulmcp.com/"
}
}
}gemini mcp add --transport http stripe-mcp https://stripe.insightfulmcp.com/
/mcp auth stripe-mcp.Using the Codex app? Add InsightfulPipe from the OpenAI app directory
The listed app connects the full InsightfulPipe MCP with all your connected accounts, in both ChatGPT and Codex.
codex mcp add stripe-mcp --url https://stripe.insightfulmcp.com/
codex mcp login stripe-mcp.One hosted server URL, any MCP-compatible client. Pick yours to see the setup steps, or paste the URL into anything that speaks MCP.
Setup guide for ChatGPT
Setup guide for Claude
Setup guide for Claude Code
Setup guide for Codex
Setup guide for Cursor
Setup guide for Gemini CLI
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Run actions from your terminal
Copy a prompt into any connected client, or install a Claude skill that chains the actions for you.
“What was our total charged amount and refunds last month?”
Lists charges and refunds for the date range
Claude skill that calculates customer lifetime value, CAC, LTV:CAC ratio and payback period by channel and segment, and sets affordable CPA targets.
“How many subscriptions are past due right now?”
Lists subscriptions filtered by status
Claude skill for pricing decisions: value-based pricing, Van Westendorp research, pricing metrics, tier design, freemium vs free trial and price increases.
“Which invoices are still open and older than 30 days?”
Lists invoices by status and date
“Why did the last payment from customer cus_123 fail?”
Reads the customer's payment intents and charges
“List open disputes and their evidence due dates”
Lists disputes with their details
“What is our available and pending balance?”
Retrieves the account balance by currency
“Show payouts from the last two weeks and their status”
Lists recent payouts
Join hundreds of agencies and brands using InsightfulPipe to connect marketing data to AI.
Start a trial today.