Connects Claude to your Stripe account with read-only API access. You get six core tools: list and fetch customers, view recent charges, check active subscriptions, pull account balance, and browse invoices. All operations support pagination where it makes sense. Built by Pipeworx as part of their gateway platform, so you can either use this standalone or tap into their full catalog of 250+ data sources. Good for building financial dashboards, analyzing subscription metrics, or letting Claude answer questions about your Stripe data without writing custom integrations. Requires a Stripe API key and uses their hosted gateway over streamable HTTP.
Stripe MCP Pack — read-only access to Stripe data via API key.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
stripe_list_customers | List Stripe customers. Supports pagination. |
stripe_get_customer | Get a Stripe customer by ID. |
stripe_list_charges | List recent charges. |
stripe_list_subscriptions | List active subscriptions. |
stripe_get_balance | Get the current Stripe account balance. |
stripe_list_invoices | List invoices. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"stripe_connect": {
"url": "https://gateway.pipeworx.io/stripe_connect/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Stripe_connect data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json