MCP Server
io.github.lordbasilaiassistant-sudo/stripe-analytics MCP Server
io.github.lordbasilaiassistant-sudo/stripe-analytics
What is the io.github.lordbasilaiassistant-sudo/stripe-analytics MCP server?
Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.
How to install io.github.lordbasilaiassistant-sudo/stripe-analytics
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
STRIPE_SECRET_KEYrequiredsecretYour Stripe secret API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stripe-analytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}Claude Code
claude mcp add stripe-analytics --env STRIPE_SECRET_KEY=<YOUR_STRIPE_SECRET_KEY> -- npx -y mcp-stripe-analyticsRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server to discover and trade new token launches on Base chain.
View repository →