Stripe Analytics
Rank #44,282io.github.lordbasilaiassistant-sudo/stripe-analytics
MCP server providing stripe-analytics capabilities
Stripe Analytics is a Model Context Protocol (MCP) server published by lordbasilaiassistant-sudo. It ranks #44,282 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Stripe Analytics is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 7, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 71,309 of 115,591 servers on MCP Toplist.
Use Stripe Analytics
claude mcp add stripe-analytics -e "STRIPE_SECRET_KEY=<your STRIPE_SECRET_KEY>" -- npx -y mcp-stripe-analyticsReplace each placeholder with your own value before saving.
[mcp_servers.stripe-analytics]
command = "npx"
args = ["-y", "mcp-stripe-analytics"]
[mcp_servers.stripe-analytics.env]
STRIPE_SECRET_KEY = "<your STRIPE_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stripe-analytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-stripe-analytics"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fstripe-analytics)<a href="https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fstripe-analytics"><img src="https://mcptoplist.com/badge/io.github.lordbasilaiassistant-sudo%2Fstripe-analytics.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
lordbasilaiassistant-sudo
Other servers by lordbasilaiassistant-sudo
- AIIM — AI Instant Messenger#6,069 · 1 ver
- Base Price Oracle MCP#28,597 · 3 vers
- THRYX Portfolio#29,860 · 1 ver
- Base Flash Arb MCP#32,983 · 2 vers
- Base Multi Wallet MCP#32,984 · 2 vers
- Base Gasless Deploy MCP#33,958 · 2 vers
- Base Security Scanner MCP#39,494 · 3 vers
- Base Token Sniper#39,495 · 3 vers
- Base Wallet Toolkit#39,496 · 3 vers
- Contract Scanner#39,497 · 3 vers
- ThryxProtocol MCP Server#40,335 · 1 ver
- MCPAGENT#42,972
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Stripe Analytics?
- Stripe Analytics is maintained by lordbasilaiassistant-sudo, which publishes 25 MCP servers (36 total versions) tracked on MCP Toplist.
- Is Stripe Analytics listed on the Official MCP Registry?
- Yes — Stripe Analytics is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Stripe Analytics have?
- MCP Toplist tracks 2 versions of Stripe Analytics, most recently published on Mar 7, 2026.
- Where can I find the source code for Stripe Analytics?
- The source code for Stripe Analytics is hosted at github.com/lordbasilaiassistant-sudo/mcp-stripe-analytics.