@flowcheck/mcp服务器
MCP服务器 流动检查API --允许Claude、Cursor或任何MCP客户访问您的Stripe支付和银行交易。
设置
克劳德代码
claude mcp add flowcheck \
--transport stdio \
--env FLOWCHECK_API_KEY=fc_live_... \
-- npx -y @flowcheck/mcp-server克劳德桌面版
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}光标
添加到您的 .cursor/mcp.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}环境变量
| 变量 | 必填 | 描述 |
|---|---|---|
FLOWCHECK_API_KEY | 是 | 您的FlowCheck API密钥(fc_live_... 或 fc_test_...) |
FLOWCHECK_BASE_URL | 否 | 覆盖API基础URL(默认值: https://developer.usepopup.com/api/v0) |
可用工具
| 工具 | 参数 | 说明 |
|---|---|---|
flowcheck_register | email | 创建帐户(无需密钥) |
flowcheck_get_registration_status | token | 检查注册/检索API密钥 |
flowcheck_get_balance | -- | 条纹+银行余额 |
flowcheck_get_cashflow | window? (7d、30d、90d) | 收入、支出,每日净额 |
flowcheck_list_payouts | status?, from?, to?, limit?, cursor? | 条纹支付与比赛状态 |
flowcheck_get_payout | id | 银行匹配单笔支付 |
flowcheck_list_transactions | from?, to?, limit?, cursor? | Plaid的银行交易 |
flowcheck_list_discrepancies | status?, type?, limit?, cursor? | 金额缺失或不匹配 |
flowcheck_get_reconciliation_summary | -- | 30天财务健康评分 |
flowcheck_get_reconciliation | payout_id | 每笔支出对账明细 |
flowcheck_get_position | -- | AI代理的完整财务快照 |
flowcheck_get_alerts | -- | 存在的问题和差异 |
flowcheck_connect_stripe | restricted_key | 连接Stripe帐户 |
flowcheck_create_plaid_link_token | -- | 启动Plaid银行连接 |
flowcheck_exchange_plaid_token | public_token | 完整的Plaid连接 |
flowcheck_list_webhooks | -- | 列出webhook端点 |
flowcheck_create_webhook | url, events | 注册webhook端点 |
flowcheck_delete_webhook | id | 删除webhook端点 |
示例提示
连接MCP服务器后,尝试询问:
- “我目前在Stripe和银行的余额是多少?”
- “给我看看上周的支出,以及它们是否都存入了我的银行”
- “是否存在任何存款缺失或差异?”
- “这个月我们做了什么?”
- “给我一份财务状况摘要”
获取API密钥
注册地址: developer.usepopup.com 获取您的API密钥。7天免费试用,包括100学分。
许可证
麻省理工学院
