3 months ago
MCP server for reconciling Stripe and bank data. AI agents can analyze transactions, detect mismatches, and generate financial insights via the Flowcheck API.
Server Config
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": [
"-y",
"@flowcheck/mcp-server"
],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}