Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow
Connect Flowcheck to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow. The flowcheck mcp server is what makes that connection.
MCP server for the FlowCheck API — give Claude, Cursor, or any MCP client access to your Stripe payouts and bank transactions.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
flowcheck_register — emailflowcheck_get_registration_status — tokenflowcheck_get_balance — —flowcheck_get_cashflow — window? (7d, 30d, 90d)flowcheck_list_payouts — status?, from?, to?, limit?, cursor?flowcheck_get_payout — idflowcheck_list_transactions — from?, to?, limit?, cursor?flowcheck_list_discrepancies — status?, type?, limit?, cursor?flowcheck_get_reconciliation_summary — —flowcheck_get_reconciliation — payout_idflowcheck_get_position — —flowcheck_get_alerts — —@flowcheck/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: FLOWCHECK_API_KEY, FLOWCHECK_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Flowcheck's toolset — flowcheck_register, flowcheck_get_registration_status, flowcheck_get_balance and 11 more — is a fair guide to whether it matches your workflow. It is maintained by eliaskress; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| flowcheck_register | |
| flowcheck_get_registration_status | token |
| 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? |
| flowcheck_list_discrepancies | status?, type?, limit?, cursor? |
| flowcheck_get_reconciliation_summary | — |
| flowcheck_get_reconciliation | payout_id |
| flowcheck_get_position | — |
| flowcheck_get_alerts | — |
| flowcheck_connect_stripe | restricted_key |
| flowcheck_create_plaid_link_token | — |
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "your-value",
"FLOWCHECK_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| FLOWCHECK_API_KEY | Credential the server authenticates with. | Yes |
| FLOWCHECK_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.