Server data from the Official MCP Registry
Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.
Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.
Set these up before or after installing:
Environment variable: STRIPE_SECRET_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-lordbasilaiassistant-sudo-stripe-analytics": {
"env": {
"STRIPE_SECRET_KEY": "your-stripe-secret-key-here"
},
"args": [
"-y",
"mcp-stripe-analytics"
],
"command": "npx"
}
}
}This Stripe analytics server implements proper authentication through environment variables and provides read-only access to financial data. The code quality is good with appropriate input validation and error handling, though it lacks rate limiting which could impact API usage costs. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 3 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!