CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lordbasilaiassistant-sudo avatar

Stripe Analytics

lordbasilaiassistant-sudo/mcp-stripe-analytics
1authSTDIOregistry active
Summary

Connects Claude directly to your Stripe account via read-only API calls, giving you instant chat access to revenue metrics, customer data, and subscription analytics. You get eight tools covering the essentials: revenue summaries with gross/net/fees, customer counts, subscription breakdowns by status, top spenders, recent charges, refunds, product revenue, and MRR calculations. All queries support flexible time periods (today, week, month, year). Setup is straightforward with npx and your Stripe secret key in the config. Useful when you want to ask questions about your billing data without opening the dashboard or writing one-off scripts. The developer recommends using a restricted read-only API key for added security.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

mcp-stripe-analytics

Connect Claude to your Stripe dashboard. Revenue, customers, subscriptions -- all from chat.

Install

Add to your .mcp.json:

{
  "mcpServers": {
    "stripe-analytics": {
      "command": "npx",
      "args": ["-y", "mcp-stripe-analytics"],
      "env": {
        "STRIPE_SECRET_KEY": "sk_live_..."
      }
    }
  }
}

Tools

get_revenue_summary

Get gross revenue, fees, net revenue, and transaction count for a period.

get_revenue_summary({ period: "month" })
// => { gross: 12450.00, fees: 361.05, net: 12088.95, count: 187 }

Params: period — "today" | "week" | "month" | "year" (default: "month")

get_customer_count

Total customers and new customers added in a period.

get_customer_count({ period: "week" })
// => { total: 1243, new_in_period: 38 }

Params: period — "today" | "week" | "month" | "year" (default: "month")

get_subscription_metrics

Breakdown of subscription statuses: active, trialing, past_due, canceled.

get_subscription_metrics()
// => { active: 412, trialing: 27, past_due: 8, canceled: 63 }

Params: None

get_top_customers

Top N customers ranked by lifetime spend.

get_top_customers({ limit: 5 })
// => [{ email: "whale@co.com", name: "Whale Corp", total_spent: 8420.00 }, ...]

Params: limit — number (default: 10)

get_recent_charges

List recent charges with amount, status, and customer info.

get_recent_charges({ limit: 10, status: "failed" })
// => [{ id: "ch_...", amount: 49.00, status: "failed", customer_email: "..." }, ...]

Params: limit — number (default: 20), status — "succeeded" | "failed" | "all" (default: "all")

get_refund_summary

Refund count and total amount for a period.

get_refund_summary({ period: "month" })
// => { count: 4, total: 196.00 }

Params: period — "today" | "week" | "month" | "year" (default: "month")

get_product_revenue

Revenue breakdown grouped by product.

get_product_revenue({ period: "month" })
// => [{ product: "Pro Plan", revenue: 7800.00, count: 156 }, ...]

Params: period — "today" | "week" | "month" | "year" (default: "month")

get_mrr

Monthly Recurring Revenue calculated from all active subscriptions.

get_mrr()
// => { mrr: 4120.50, active_subscriptions: 412 }

Params: None

Security

This server uses read-only Stripe API calls only. It never creates, updates, or deletes any Stripe resources. Your billing data is safe.

Use a restricted API key with read-only permissions for maximum security.

Built by

THRYXAGI -- AI-native tools for builders.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Configuration

STRIPE_SECRET_KEY*secret

Your Stripe secret API key

Categories
Sales & MarketingMonitoring & ObservabilityFinance & Commerce
Registryactive
Packagemcp-stripe-analytics
TransportSTDIO
AuthRequired
UpdatedMar 7, 2026
View on GitHub

More from lordbasilaiassistant-sudo

  • Thryx Portfolio
  • Contract Scanner1
  • Defi Orchestrator1
  • Gas Paymaster1
  • Multi Wallet1
  • ThryxProtocol MCP Server2
  • Base Gasless Deploy Mcp2
  • Base Flash Arb Mcp1
  • Base Multi Wallet Mcp1
  • Base Price Oracle Mcp1
  • Base Security Scanner Mcp1
  • Base Token Sniper1
  • Obsd Launchpad1
  • Base Wallet Toolkit1

Related Sales & Marketing MCP Servers

View all →
mnymann avatar
Nordic Data

io.github.mnymann/nordic-data

Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
1
ozten avatar
Cantrip

io.github.ozten/cantrip

MCP server for Cantrip — AI-powered GTM engine for solo founders
1
provartesting avatar
Provar MCP Server

io.github.provartesting/provar

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.
1
servosity avatar
AppDirect MCP

io.github.servosity/appdirect-mcp

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.
1
servosity avatar
Kaseya BMS MCP

io.github.servosity/kaseya-bms-mcp

CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics.
1
servosity avatar
PandaDoc MCP

io.github.servosity/pandadoc-mcp

Every PandaDoc endpoint, plus an offline document pipeline no other PandaDoc tool has - stalled
1