WaterfallBridge is an AI-callable KPI bridge analysis engine. Connect it to your AI tool through the Model Context Protocol (MCP) and just say what you want: "Analyze this file and explain why 2024 Q4 margin dropped vs 2023 Q1."
An AI-callable KPI bridge analysis engine.
Your users don't want to learn a workflow — they just want to ask a question. WaterfallBridge exposes an MCP server so an AI agent can open the app, prepare the data, run the bridge, read the result and explain the drivers, all from one plain-language sentence. The math is always the deterministic WaterfallBridge engine; the AI is only the operator.
waterfall-bridge for you, with no JSON editing.waterfall-bridge listed as a tool source (e.g. in Cursor under Settings → MCP).The full step-by-step setup for each tool — including the in-app "Ask AI" panel — is in the AI Assistant guide.
The waterfall-bridge server exposes a focused set of tools that an agent chains together:
open_app → check_data_preparation → suggest_bridge_schema → prepare_bridge_xlsx
→ upload_file → run_bridge → set_baseline / set_comparison → run_analysis
→ get_chart_data + get_contribution_table + get_insights → export (optional)
| Tool | What it does |
|---|---|
| open_app | Starts the WaterfallBridge engine session. |
| check_data_preparation | Validates the file is a flat, one-row-per-record table and lists fixes if not. |
| suggest_bridge_schema | Proposes the Dimension / Key / Result / SumY / SumN mapping for confirmation. |
| run_bridge / run_analysis | Runs the deterministic bridge math on the baseline and comparison. |
| get_chart_data / get_contribution_table / get_insights | Returns the bridge, the driver contribution by key, and a root-cause narrative. |
| export_xlsx / export_report | Produces a deliverable file — only when you ask. |
Install the WaterfallBridge AI Agent on Windows and tick the AI tools you use. The installer registers WaterfallBridge as an MCP server named waterfall-bridge. Restart the AI tool, then ask in plain language, for example: "Use waterfall-bridge to analyze sales-2024.xlsx and explain why Q4 margin dropped versus Q1."
It accepts CSV and Excel (.xlsx/.xlsm) files. You configure the bridge schema with Dimension, Key, Result, SumY (numerator) and SumN (denominator). The agent can suggest the schema automatically and ask you to confirm.
It returns a bridge / chart table, a driver contribution analysis broken down by the chosen key, added and removed data rows, and a plain-language root-cause insight. The agent uses these to write the explanation.
No user data is stored on WaterfallBridge servers. Files are processed locally; only lightweight algorithm requests reach the server to run the deterministic bridge math. Login sessions and AI keys stay encrypted on your machine. A WaterfallBridge account with an active subscription is required for full analysis.
Install the AI Agent once, then analyze any file in one sentence.
⬇ Download AI Agent (Windows) Read the full setup guide →