By kinance
25 Stripe API tools for Claude Code — manage customers, invoices, subscriptions, payments, refunds, disputes, and more via the Stripe MCP server.
MCP server exposing 25 Stripe API tools for Claude and other MCP-compatible agents.
| Category | Tools |
|---|---|
| Account | get_stripe_account_info, retrieve_balance |
| Customers | create_customer, list_customers |
| Products & Prices | create_product, list_products, create_price, list_prices |
| Payment Links | create_payment_link |
| Payment Intents | list_payment_intents |
| Invoices | create_invoice, create_invoice_item, finalize_invoice, list_invoices |
| Subscriptions | cancel_subscription, list_subscriptions, update_subscription |
| Refunds | create_refund |
| Coupons | create_coupon, list_coupons |
| Disputes | list_disputes, update_dispute |
| Utilities | search_stripe_resources, fetch_stripe_resources, search_stripe_documentation |
/plugin install stripe-agents-mcp@kinance
Then set your Stripe secret key in the environment where Claude Code runs:
export STRIPE_SECRET_KEY=sk_live_...
The plugin ships a .mcp.json that wires up the stdio server automatically — no manual config needed after install.
pip install stripe-agents-mcp
Add to your MCP client config:
{
"mcpServers": {
"stripe": {
"command": "python",
"args": ["-m", "stripe_mcp"],
"env": {
"STRIPE_SECRET_KEY": "sk_live_..."
}
}
}
}
python -m stripe_mcp
pip install -e ".[dev]"
pytest tests/ --cov=stripe_mcp
rk_*) scoped to only the resources your agent needs.Requires secrets
Needs API keys or credentials to function
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub kinance/stripe-agents-mcpHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin that includes the Figma MCP server and Skills for common workflows