Token导航 LogoToken导航TokenDH.com
MCP Stripe Analytics logo
金融服务未说明官方级别未说明来源级核验

MCP Stripe Analytics

MCP Server

一款连接Claude与Stripe仪表板的数据分析工具,提供收入、客户、订阅等多维度数据分析功能。

工具数

8

提示词数

0

GitHub Stars

1

资源数

0
JavaScriptClaude金融数据Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

lordbasilaiassistant-sudo

提供方

lordbasilaiassistant-sudo

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

mcp条带分析

将Claude连接到您的Stripe仪表板。收入、客户、订阅——都来自聊天。

安装

添加到您的 .mcp.json:

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

工具

get_revenue_summary

获取一段时间的总收入、费用、净收入和交易计数。

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

参数: period"today" | "week" | "month" | "year" (默认值: "month")

get_customer_count

一段时间内增加的客户和新客户总数。

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

参数: period"today" | "week" | "month" | "year" (默认值: "month")

get_subscribe_metrics

订阅状态细分:活动、试用、过期、已取消。

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

参数:

获取top_客户

按终身消费排名的前N位客户。

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

参数: limit --数字(默认值: 10)

get_recent_charges

列出最近的费用,包括金额、状态和客户信息。

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

参数: limit --数字(默认值: 20), status"succeeded" | "failed" | "all" (默认值: "all")

获取_资金_摘要

一段时间内的退款计数和总金额。

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

参数: period"today" | "week" | "month" | "year" (默认值: "month")

get_product_revenue

按产品分组的收入明细。

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

参数: period"today" | "week" | "month" | "year" (默认值: "month")

get_mrr

根据所有活动订阅计算的月度经常性收入。

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

参数:

安全

此服务器使用 只读Stripe API调用。它从不创建、更新或删除任何Stripe资源。您的账单数据是安全的。

使用一个 受限API密钥 具有只读权限以实现最大安全性。

由...建造

色变 --面向构建者的AI原生工具。

目录标签

目录标签

JavaScriptClaude金融数据支付分析本地部署财务数据客户管理订阅统计收入报表

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

8

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP