@infoinlet/mcp-stripe
v0.1.1
Published
Read-only Stripe access for AI agents — customers, charges, subscriptions, invoices, payment intents, balance. No charges/refunds/writes; use a restricted read key. MCP server.
Readme
@infoinlet/mcp-stripe
Read-only Stripe access for AI agents — list/inspect customers, charges, subscriptions, invoices, payment intents, and the account balance. No charges, refunds, or writes (only read/list calls are exposed). Use a restricted read-only key (rk_…) as defense-in-depth.
Tools: stripe_list_customers · stripe_get_customer · stripe_list_charges · stripe_list_subscriptions · stripe_list_invoices · stripe_list_payment_intents · stripe_balance.
{ "mcpServers": { "stripe": { "command": "npx", "args": ["-y", "@infoinlet/mcp-stripe"], "env": { "STRIPE_API_KEY": "rk_live_…" } } } }