Catalog
MCP
Officialby waterfallbridge
Explain why any KPI or rate metric changed: bridge/variance analysis by driver, from CSV/Excel.
Analyze KPI and metric changes using variance analysis by identifying key drivers.
README not available yet.
Install
Configuration
Environment variables
WB_DEFAULT_URLdefault https://waterfallbridge.com/app/WaterfallBridge app URL that open_app uses when no url is passed.
WB_HEADLESSdefault falseRun the automation Chromium headless (true) or visible (false).
Arguments
--mode=stdiorequireddefault --mode=stdioclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@waterfallbridge/mcp@1.2.4"
],
"env": {
"WB_DEFAULT_URL": "https://waterfallbridge.com/app/",
"WB_HEADLESS": "false"
}
}
}
}