Query customers, subscriptions, invoices, and payment data from Stripe via MCP. Debug payment issues, analyze revenue, and give your AI agent access to billing operations.
Install via CLI
mog install mogteam/mcp-stripeManual config
Stripe Secret Key (sk_test_... or sk_live_...)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/agent-toolkit"
],
"env": {
"STRIPE_SECRET_KEY": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Query customers, subscriptions, invoices, and payment data from Stripe via MCP. Debug payment issues, analyze revenue, and give your AI agent access to billing operations.
mog install mogteam/mcp-stripe
stripe payments billing subscriptions finance mcp
Sourced from Stripe (official) — ⭐ 1,200 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Stripe (official)
github.com/stripe/agent-toolkitThis package is sourced from the above repository and distributed on mog under its original license.
Releases