Stripe
Payments, subscriptions, invoices — the whole billing stack.
Overview
The Stripe MCP exposes the full Stripe REST surface to your agents — customers, subscriptions, invoices, payment intents, refunds and disputes. Agents can quote a new customer, spin up a subscription, issue a refund or investigate a failed charge without leaving the conversation. Identity is per-member: each team seat OAuths their own restricted key, so the agent acts with that member's permissions and every call is attributed in the audit log.
Why this matters
- Full test-mode support — swap keys and your agent runs against Stripe test without changing prompts.
- Webhook replay built-in: inspect the last 200 events and re-fire any to your endpoint for debugging.
- Idempotency keys auto-attached to every write call.
- Row-level audit log — every call tagged with member, team, timestamp.
Tools exposed
9 toolscreate_customerCreate a new customer record with email, name, tax ID.
create_subscriptionSubscribe a customer to one or more prices.
create_payment_linkGenerate a shareable checkout URL.
create_invoiceDraft a one-off invoice for a customer.
list_customersPaginated list of customers with search.
list_subscriptionsFilter by status, customer, price, date.
create_refundRefund a charge in full or in part.
update_subscriptionChange quantity, price, or cancel at period end.
retrieve_balanceCurrent available and pending balances.
Read-only and list_* calls are free in all plans. Standard calls consume 1 credit. Heavy operations (bulk writes, cross-resource) may consume more — see docs.
Quickstart
- 1
Install from your workspace
Click Install on this page. You'll land in Aladia signed in and the connector will be added to your team.
- 2
Team owner connects the service
Paste credentials or OAuth once as the team owner. Your Stripe keys never leave Aladia's encrypted store.
- 3
Members link their identity
Each team member authorises their own Stripe user so calls are attributed per-human.
- 4
Call from any agent
Tools appear immediately in the agent picker. Drafts go to the source system for human approval before any side-effect.
Frequently asked questions
How much does the Stripe connector cost?
The Stripe MCP connector is billed at €1.20 per 1,000 tool calls on the Aladia Team plan. Read-only list endpoints such as list_customers are counted but included in your team's shared credit pool.
Does the Stripe connector support OAuth?
Stripe uses scoped API keys. Each member stores their own restricted key; Aladia encrypts it at rest and only injects it into that member's agent runs.
How many tools does the Stripe connector expose?
9 tools covering create_customer, create_subscription, create_payment_link and 6 more. Each tool is versioned and invocations are attributed to the calling team member.
Can I try the Stripe connector before subscribing?
Yes — new workspaces get 1,000 credits free, enough to explore Stripe and a few other connectors before you upgrade. Install takes one click from your dashboard once you have an Aladia account.
Changelog
- v1.4.0
Added dispute lifecycle tools + webhook replay.
2026-04-02
- v1.3.0
Idempotency keys on all write operations.
2026-02-18
- v1.2.0
Test-mode detection and per-key scoping.
2025-12-05