PerSQL / Stripe

PerSQL for Stripe

A queryable mirror of your Stripe account.

Connect with Stripe and your customers, subscriptions, invoices, and charges stream into a SQL database you can query and join — no webhook plumbing to write. Billed per use — no per-database fee.

How it works

1

Connect Stripe

Authorize via Stripe Connect — read-only, scoped to your account.

2

Auto-mirror

Customers, subscriptions, invoices, and charges sync into SQL tables via webhook.

3

Query with SQL

Run the cohort and revenue reports Stripe's dashboard can't express.

Query the mirror

SELECT count(*) AS active
FROM subscriptions
WHERE status = 'active';

Point an agent at the Stripe MCP for mirror status. stripe_mirror_status reports row counts and last-mirrored timestamps; stripe_install_list shows connected accounts.

https://stripe.persql.com/mcp