simple-statistics Connector for AI agents.
1 live capability
Normalize your machine learning datasets with exact mathematical precision.
Waiting for input…
Why people use simple-statistics
Feature Scaler Engine: Fix ML Data Hallucinations
With this Connector, you just tell your agent to scale the columns. The agent calls the capability, the math happens on your hardware, and you get the result in seconds. You skip the notebook setup and the copy-pasting, getting a perfect normalization every time.
What Vinkius changes
It replaces unreliable AI math with deterministic local processing for your datasets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Neural Network Training
A data scientist needs to prep 5,000 rows of user data.
- Real-world use case 02
K-Means Clustering
An analyst has features with different units like weight and height.
- Real-world use case 03
Image Processing
Someone needs to normalize PixelIntensity values.
Complete set · 1capability
The complete simple-statistics capability set.
These are the exact actions your AI can choose when you ask it to work with simple-statistics.
01
1 capability in this set.
Part of 1 available through simple-statistics.
- 01 Capability
Scale features
Performs Z-Score or MinMax scaling on numeric columns. It returns the transformed data along with the exact means, standard deviations, and bounds.
Set up in minutes
One URL. Then ask simple-statistics to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use simple-statistics from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it simple-statistics, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable simple-statistics for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the simple-statistics URL.
- Step 03
Save and start
Save the connection and enable simple-statistics in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"feature-scaler-engine": {
"url": "https://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using simple-statistics
Open Agent mode in chat and ask: "Using simple-statistics, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"feature-scaler-engine": {
"url": "https://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using simple-statistics
Ask Copilot: "Using simple-statistics, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"feature-scaler-engine": {
"url": "https://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using simple-statistics
Open Cascade and ask: "Using simple-statistics, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"feature-scaler-engine": {
"url": "https://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using simple-statistics
Ask Cline: "Using simple-statistics, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add feature-scaler-engine --transport http "https://edge.vinkius.com/vk_preview_F7GwWGq3LmnuDkiU1owmlZfI1wLX3GKZ5metNm37/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using simple-statistics
Ask Claude: "Using simple-statistics, show me...". 1 tools are ready
Where the request belongs
Work simple-statistics can move forward.
This is for the data scientist or ML engineer who needs high-precision data prep without the risk of AI math errors.
Data Scientist
Cleaning up messy datasets for K-Means or neural nets before training.
ML Engineer
Automating feature engineering pipelines without worrying about hallucination.
Data Analyst
Quickly normalizing variables for comparative analysis across different units.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOutlier Detection Engine
Identify statistical anomalies in massive datasets local using deterministic Z-Score and IQR methods. Stop LLMs from guessing which rows are outliers.
PCA Dimensionality Engine
Perform native Principal Component Analysis to safely reduce high-dimensional datasets without losing critical variance.
Missing Value Imputer
Automatically fill NaN and missing values in datasets using Mean, Median, Mode, or Zero strategies deterministically local. Essential ML data preparation.
One-Hot Encoder Engine
Deterministically convert categorical text columns into dummy binary variables local. Essential machine learning data prep without LLM data corruption.
SMOTE Oversampling Engine
Balance skewed datasets instantly by generating mathematically sound synthetic minority data points via KNN.
Statistics Engine
A zero-latency statistical engine to process datasets. Instantly compute the exact mean, median, mode, standard deviation, and percentiles completely local.
Bring your own AI
Change the model, client or framework. Keep simple-statistics connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about simple-statistics.
The practical details behind the request, access and result.
Can the Feature Scaler Engine handle large datasets?
Yes, it can handle thousands of rows easily because it performs the math on your local CPU rather than asking the AI to do the arithmetic.
Does this Connector keep my data private?
Yes, all scaling and normalization happens locally on your machine. Your sensitive training data is never sent to an external service.
What is the difference between Z-Score and MinMax scaling?
Z-Score centers your data around a mean of 0 with a standard deviation of 1. MinMax scales your data into a specific range, like 0 to 1. This Connector lets you choose either method.
Can I scale multiple columns at once with Feature Scaler Engine?
Yes, you can specify multiple columns in a single request. This makes it much faster to prepare your entire dataset for machine learning.
Does this work for text or categorical data?
No, this Connector is specifically designed for numeric columns. It is built to handle the mathematical precision required for feature engineering.
Will this help prevent my AI from making math mistakes?
Exactly. By offloading the calculations to this Connector, you ensure that your agent uses perfect math instead of guessing the averages or ranges.
What is the difference between Standard and MinMax scaling?
Standard scaling (Z-Score) centers data at 0 with a variance of 1, ideal for algorithms that assume normally distributed features. MinMax compresses all values precisely between 0 and 1, ideal for neural networks and distance-based algorithms.
Are the computed scaling parameters returned for inverse transforms?
Yes. The JSON response includes the exact Mean and Std Dev (for Standard) or Min and Max (for MinMax) used to scale each column, enabling precise inverse transformations when needed.
Can it scale 10+ columns at once?
Absolutely. Pass a JSON array of all column names and they will all be scaled simultaneously in memory. The engine processes each column independently with its own computed metrics.
One connection away
Give your agent a direct line to simple-statistics.
Connect simple-statistics once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available