MCP Servers / development / Linear Regression MCP

Linear Regression MCP

JSON →
none★ 11development

Train a Linear Regression model by uploading a CSV dataset file, demonstrating an end-to-end machine learning workflow.

Install
How to run this server

No install command recorded.

server path: linear-regression-mcp
Tools
What this server exposes
upload_file
Uploads a CSV file and stores it for processing.
get_columns_info
Retrieves the column names in the uploaded dataset.
check_category_columns
Checks for any categorical columns in the dataset.
label_encode_categorical_columns
Label encodes categorical columns into numerical values.
train_linear_regression_model
Trains a linear regression model and calculates RMSE.
Configuration
Environment & auth
authnone
Resources
Linear Regression MCP — MCP Server · libregistry