@flowcheck/mcp-server
MCP server for the FlowCheck API — give Claude, Cursor, or any MCP client access to your Stripe payouts and bank transactions.
Setup
Claude Code
claude mcp add flowcheck \
--transport stdio \
--env FLOWCHECK_API_KEY=fc_live_... \
-- npx -y @flowcheck/mcp-serverClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}Environment variables
Variable | Required | Description |
| Yes | Your FlowCheck API key ( |
| No | Override the API base URL (default: |
Available tools
Tool | Parameters | Description |
|
| Create account (no key needed) |
|
| Check registration / retrieve API key |
| — | Stripe + bank balances |
|
| Revenue, expenses, net by day |
|
| Stripe payouts with match status |
|
| Single payout with bank match |
|
| Bank transactions from Plaid |
|
| Missing or mismatched amounts |
| — | 30-day financial health score |
|
| Per-payout reconciliation detail |
| — | Full financial snapshot for AI agents |
| — | Active issues and discrepancies |
|
| Connect Stripe account |
| — | Start Plaid bank connection |
|
| Complete Plaid connection |
| — | List webhook endpoints |
|
| Register webhook endpoint |
|
| Remove webhook endpoint |
Example prompts
After connecting the MCP server, try asking:
"What's my current balance across Stripe and my bank?"
"Show me last week's payouts and whether they all landed in my bank"
"Are there any missing deposits or discrepancies?"
"What did we make this month?"
"Give me a financial health summary"
Get an API key
Sign up at developer.usepopup.com to get your API key. 7-day free trial with 100 credits included.
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.