7 actions ready for your AI
Connect Stripe to your AI
Connect Stripe once and every AI you use can list customers, create customers and create payment links through it.
Needs your API keyWorks today: paste the key from this app and your AI can use it. One-click sign-in is not built yet.
Not verified by us yet. Its actions come from Stripe's own documented API, and we have not run them here yet.
Use your own Stripe account. Credentials stay encrypted in ahel.
Tell me when ahel has verified Stripe
What your AI can do with Stripe
Choose a task and ask your AI.
Customer
- List customers
GETList customers.
limit- Number of customers to return, 1 to 100.
email- Filter by exact email address.
- Create customer
POSTCreate a customer.
email- Customer email address.
name- Customer full name or business name.
description- Arbitrary text attached to the customer.
Invoice
- List invoices
GETList invoices.
limit- Number of invoices to return, 1 to 100.
customer- Filter by customer ID.
status- Filter by status: draft, open, paid, uncollectible, or void.
- Create invoice
POSTCreate a draft invoice for a customer.
customerrequired- ID of the customer to invoice (cus_xxx).
collection_method- charge_automatically or send_invoice.
description- Memo displayed on the invoice.
Charge
- List charges
GETList charges.
limit- Number of charges to return, 1 to 100.
customer- Filter by customer ID.
Payment Link
- Create payment link
POSTCreate a shareable payment link.
line_itemsrequired- Array of line items, each {"price": "price_xxx", "quantity": 1}. The price must be an existing Price ID.
Show 1 more group
Refund
- Create refund
POSTRefund a charge or payment intent.
charge- ID of the charge to refund (ch_xxx).
payment_intent- ID of the payment intent to refund (pi_xxx).
amount- Amount in the smallest currency unit to refund.
Ask your AI
Try one of these requests with a connected AI.
- List my most recent Stripe customers
- Make a payment link for a 49 dollar plan
- Refund the last charge for this customer
- Show me the unpaid invoices
- Create an invoice for this customer
- Create a customer in Stripe
Works with
All appsUse Stripe alongside your other connected apps.
Published servers for Stripe
Built by the community and served through your gateway with the same key. A curated pick is one ahel has checked.
Stripe MCP server, hosted by ahel
One hosted endpoint serves Stripe. There is nothing to install and no local server to run.
Connect Stripe to Claude, Claude Code, Cursor or Codex
- Add your Stripe key. ahel stores it encrypted.
- Paste one link into your AI:
https://mcp.ahel.ai(once, for every app). - Ask for the work. Your AI picks the action and ahel runs it with your key.
Documentation
- Stripe API docsstripe.com
- Where to find your Stripe keyon the vendor's side; paste it into ahel after sign-in
About Stripe
Stripe is a payments service. Connect your own Stripe account, by signing in or with a key, and ahel holds it sealed and signs your AI's calls with it.
Stripe over MCP: ahel serves Stripe to Claude, Claude Code, Cursor and Codex as one hosted MCP endpoint. There is no local server to run. Add your Stripe key once, paste one link into your AI, and the actions above are there.
Questions
Is my Stripe key safe?
Your Stripe key is sealed in ahel and added to the request server-side when your AI calls Stripe. It never crosses the MCP link, no tool can read it back, and you can turn the app off or remove the key at any time.
Which AIs can use Stripe through ahel?
Any MCP-capable AI: Claude, Claude Code, Codex, Cursor, VS Code and others. Paste one link, https://mcp.ahel.ai, into the AI once and everything in your gateway arrives through it.
What can my AI do with Stripe?
7 actions today, covering customers, invoices and charges. Ask in plain language; your AI picks the action and ahel runs it with your key.
Does connecting Stripe cost anything?
Connecting apps is free during ahel's early access. Free, Pro and Team all cost nothing today, and the pricing page lists what each one includes. Stripe may bill you for API use under its own terms.