Short description MCP server for reconciling Stripe and bank data. Lets AI agents analyze transactions, detect mismatches, and generate financial insights via the Flowcheck API.
Content / full description Flowcheck is an MCP server that gives AI agents access to Stripe and bank-data reconciliation tools through the Flowcheck API. It helps agents compare financial activity across systems, identify mismatches, detect missing or duplicate transactions, and return structured financial insights. It is designed for developers who want to use AI to audit, analyze, and reconcile business financial data programmatically.
Use cases
Reconcile Stripe payouts against bank transactions
Detect missing, duplicate, or mismatched transactions
Analyze revenue and cash movement across systems
Generate financial insights from normalized transaction data
Auth / setup Requires a FLOWCHECK_API_KEY.
Install snippet
{ "mcpServers": { "flowcheck": { "command": "npx", "args": ["-y", "@flowcheck/mcp-server"], "env": { "FLOWCHECK_API_KEY": "fc_live_..." } } } }
Server Config
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": [
"-y",
"@flowcheck/mcp-server"
],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}