← Back to Plugins
MCP Server MCP

io.github.lordbasilaiassistant-sudo/stripe-analytics

github By github 👁 1 views ▲ 0 votes

Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-stripe-analytics",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Stripe secret API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STRIPE_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...