AladiaAladia
Stripe logo

Stripe

Payments

Payments, subscriptions, invoices — the whole billing stack.

4.812.4k installs~240ms avg

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 tools
create_customer

Create a new customer record with email, name, tax ID.

1 credit
create_subscription

Subscribe a customer to one or more prices.

Heavy
create_payment_link

Generate a shareable checkout URL.

1 credit
create_invoice

Draft a one-off invoice for a customer.

1 credit
list_customers

Paginated list of customers with search.

Free
list_subscriptions

Filter by status, customer, price, date.

Free
create_refund

Refund a charge in full or in part.

1 credit
update_subscription

Change quantity, price, or cancel at period end.

1 credit
retrieve_balance

Current available and pending balances.

Free

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. 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. 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. 3

    Members link their identity

    Each team member authorises their own Stripe user so calls are attributed per-human.

  4. 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

  1. v1.4.0

    Added dispute lifecycle tools + webhook replay.

    2026-04-02

  2. v1.3.0

    Idempotency keys on all write operations.

    2026-02-18

  3. v1.2.0

    Test-mode detection and per-key scoping.

    2025-12-05

Stripe
1.20 / 1k calls