key-drivers-mcp
Related Servers
Alternatives to key-drivers-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityAmaintenanceLocal-first MCP server for credit risk analysis. It enables explainable rule discovery, statistical validation, PSI drift monitoring, and root-cause diagnosis on user-approved Parquet data while preserving privacy.-
- AlicenseNot gradedqualityBmaintenance基于FastMCP和scikit-learn构建的机器学习MCP服务器,提供30个工具覆盖分类、回归、聚类、降维、模型评估和数据预处理。MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for PubMed search and literature summarization52MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for analyzing TikTok data for insight extraction5MIT
- AlicenseBqualityDmaintenanceMCP server for Maasy AI Marketing Copilot2165 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes the credit scoring model's deterministic tools (probability of default, SHAP explanations, typicality check, financial ratios) to AI agents, enabling natural language credit risk assessment.-
TDQS
Scored across 4 tools
Each tool has a distinct purpose: load_dataset loads data, list_datasets lists loaded data, find_drivers performs global driver analysis, explain_segment drills into a specific segment. Descriptions clearly differentiate when to use each.
All tool names follow a consistent verb_noun pattern with snake_case (load_dataset, list_datasets, find_drivers, explain_segment), making them predictable and easy to understand.
With 4 tools, the server is well-scoped for its purpose of driver analysis. The number is within the ideal range for clarity without being overly minimal or bloated.
The core workflow is covered: load data, list available datasets, find global drivers, and drill into segments. A minor gap is the lack of a tool to remove datasets, but this can be worked around by not relying on persistent state beyond the session.