File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ name : stripe
2+ description : Allows you to integrate with Stripe APIs through the Stripe Agent Toolkit.
3+ tier : Official
4+ status : Active
5+ transport : stdio
6+ tools :
7+ - create_coupon
8+ - create_customer
9+ - create_payment_link
10+ - create_price
11+ - create_product
12+ - create_refund
13+ - create_invoice_item
14+ - create_invoice
15+ - finalize_invoice
16+ - list_coupons
17+ - list_customers
18+ - list_disputes
19+ - list_prices
20+ - list_products
21+ - list_subscriptions
22+ - retrieve_balance
23+ - cancel_subscription
24+ - update_dispute
25+ - update_subscription
26+ metadata :
27+ last_updated : " 2025-08-19T00:00:00Z"
28+ repository_url : https://github.com/stripe/agent-toolkit
29+ tags :
30+ - stripe
31+ - agent-toolkit
32+ - payments
33+ - mcp
34+ image : docker.io/mcp/stripe:latest
35+ args :
36+ - --tools=all
37+ permissions :
38+ network :
39+ outbound :
40+ allow_host :
41+ - api.stripe.com
42+ - docs.stripe.com
43+ allow_port :
44+ - 443
45+ env_vars :
46+ - name : STRIPE_SECRET_KEY
47+ description : Your Stripe secret API key, available in the Stripe Dashboard.
48+ required : true
You can’t perform that action at this time.
0 commit comments