GuidesPlatform Guide
Platform GuideBeginner 2 min

Connect Stripe to MCP360 Analytics

Connect Stripe to MCP360 to query MRR, ARR, churn, and revenue analytics with AI.

Prerequisites

  • Stripe account with active subscriptions or payments
  • Stripe API key (restricted key recommended)
  • MCP360 account with Payments MCP subscription
  • Step 1: Get a Stripe API Key

  • Log into [dashboard.stripe.com](https://dashboard.stripe.com)
  • Go to **Developers → API Keys**
  • Click **Create restricted key**
  • Name it "MCP360" and grant **Read** access to: Charges, Customers, Subscriptions, Payment Intents, Invoices, Disputes
  • Copy the key (starts with `rk_live_` or `rk_test_`)
  • Step 2: Connect to MCP360

  • Go to [Dashboard → Accounts](/dashboard/accounts)
  • Click **Connect** next to **Stripe**
  • Paste your restricted API key
  • Step 3: Configure AI Client

    json
    {
      "mcpServers": {
        "mcp360-payments": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://payments.mcp.mcp360.net/"],
          "env": { "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE" }
        }
      }
    }

    Example Queries

    > What is our current MRR and how has it grown this quarter?
    > Show me all failed payments in the last 7 days
    > Which customers are at risk of churning based on usage?
    > Compare revenue by plan: Starter vs Pro vs Agency

    Security Note

    All refund operations require manager approval, regardless of settings. Payment data is logged with enhanced audit trail.

    Related Guides