MCP Hub Logo

Stripe Insights

Query your Stripe account for revenue analytics, customer data, and payment history — read-only, no transaction risk.

stripepaymentsrevenueanalyticssaas
CuratedLast reviewed: Dec 12, 2024API Key Required

About

Stripe Insights

Ask natural-language questions about your Stripe account. MRR trends, failed payments, subscription churn, customer lifetime value — all from your AI conversation.

Read-only access only. The tool uses a restricted Stripe API key that cannot initiate payments or refunds.

Setup

  1. Create a restricted API key at https://dashboard.stripe.com/apikeys (read-only permissions)
  2. Add to your MCP config:
{
  "mcpServers": {
    "stripe-insights": {
      "command": "npx",
      "args": ["-y", "@mcphub/stripe-insights"],
      "env": { "STRIPE_RESTRICTED_KEY": "rk_live_..." }
    }
  }
}

Example Prompts

  • "What was my MRR last month?"
  • "List the 10 highest-value customers"
  • "How many subscriptions churned in Q4?"
  • "Show failed payments from the last 7 days"

Permissions & Access

Permissions Required

read:paymentsread:customers

External Systems Accessed

Stripe