Flowcheck Financial Api

Created By
eliaskress3 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.
Overview

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_..."
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
eliaskress
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All