Labsco
MCP SERVER

Key Drivers MCP

by petrmasa

Load a CSV and ask what drives an outcome — get ranked drivers, and the sub-drivers that reverse them.

Physical Sciences & Scientific Computing
Summary
Not just which factors matter, but where they flip.

Ranked drivers are common; the second layer is what earns its place. In the project's Titanic example sex is the top driver — women survived far more often than men — and within women, third class reverses the picture. A flat importance list hides that reversal.

What it is

A key-driver and feature-importance server built on araxai's CleverMiner association rule analysis. Load a CSV into session memory, name the outcome, and get factors ranked against the baseline rate, with sub-driver analysis showing how factors combine, amplify or reverse each other.

What you get
  • A CSV loaded into session memory, and the loaded datasets listed
  • Key drivers of a target outcome, each with its rate against the baseline
  • Sub-drivers returned automatically, showing how factors behave within a group
  • Driver analysis conditioned on a segment variable, against that segment's own baseline
  • Filters that narrow the analysis to a subgroup and re-rank inside it
Requirements

Nothing to install — uvx fetches and runs the package. Without uv, pip install uv or pipx install key-drivers-mcp. It reads CSV files you already have; no account, no key.

Setup effort

One command — pipx install key-drivers-mcp