
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@waterfallbridge/mcp
Advanced tools
Explain why any KPI or rate metric changed. An MCP server that runs deterministic bridge/waterfall variance analysis on CSV or Excel data — decomposing the change (including percentages and ratio metrics) by dimension and driver, with contribution analysi
MCP (Model Context Protocol) server for WaterfallBridge — lets AI hosts such as Cursor, Codex CLI, and Claude Desktop prepare data, run waterfall / bridge variance analysis, and read results by driving the WaterfallBridge web app through Playwright.
This is the same code that ships inside the WaterfallBridge-Agent.exe
desktop installer — only the packaging differs. The npm package targets users
who already have Node.js and want a one-line, registry-friendly install; the
EXE targets users who want a self-contained download with bundled Chromium and
a system tray.
The server exposes a single tool suite over two transports:
Tools include open_app, login, upload_file, run_bridge,
get_chart_data, prepare_bridge_xlsx, and a local-filesystem suite for
AI-assisted data preparation. See the
AI Integration Guide for the full reference.
Account required. Running analyses needs a WaterfallBridge account and an active subscription (server-side
formulaBreakdownis subscription-gated).
Node.js >= 18
Chromium — installed automatically on first launch via
playwright install chromium (~150 MB, one time). You can also pre-install
it manually:
npx playwright install chromium
~/.cursor/mcp.json (or project .cursor/mcp.json){
"mcpServers": {
"waterfall-bridge": {
"command": "npx",
"args": ["-y", "@waterfallbridge/mcp", "--mode=stdio"],
"env": { "WB_HEADLESS": "false" }
}
}
}
~/.codex/mcp.json{
"mcpServers": {
"waterfall-bridge": {
"command": "npx",
"args": ["-y", "@waterfallbridge/mcp", "--mode=stdio"],
"env": { "WB_HEADLESS": "false" }
}
}
}
claude_desktop_config.jsonSame mcpServers block as above. On Windows the file lives at
%APPDATA%\Claude\claude_desktop_config.json; on macOS at
~/Library/Application Support/Claude/claude_desktop_config.json.
# stdio MCP server (what MCP hosts spawn)
npx -y @waterfallbridge/mcp --mode=stdio
# local HTTP/WS server (in-app AI panel, default port 39871)
npx -y @waterfallbridge/mcp --mode=local
| Variable | Default | Purpose |
|---|---|---|
WB_DEFAULT_URL | https://waterfallbridge.com/app/ | URL open_app opens when none is passed |
WB_HEADLESS | false (dev) / true (prod) | Run the automation Chromium headless |
WB_PORT | 39871 | Local HTTP/WS port (--mode=local) |
WB_DATA_DIR | OS-specific | Where sessions / credentials are stored |
The full list (filesystem allow-list, auth token, external MCP config, …) is
documented in the project's AGENT_ARCHITECTURE.md.
MIT — see LICENSE.
FAQs
Explain why any KPI or rate metric changed. An MCP server that runs deterministic bridge/waterfall variance analysis on CSV or Excel data — decomposing the change (including percentages and ratio metrics) by dimension and driver, with contribution analysi
The npm package @waterfallbridge/mcp receives a total of 22 weekly downloads. As such, @waterfallbridge/mcp popularity was classified as not popular.
We found that @waterfallbridge/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.