Skip to content

Commit 848f08c

Browse files
authored
Merge pull request #33 from stacklok/stripe
Add the stripe MCP server
2 parents e2f8308 + 5ca9d73 commit 848f08c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

registry/stripe/spec.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

0 commit comments

Comments
 (0)