simple-statistics Connector for AI agents.
1 live capability
Find and remove statistical anomalies in large datasets using precise math.
Waiting for input…
Why people use simple-statistics
Outlier Detection Engine for Statistical Data Cleaning
This Connector fixes that by putting a math engine in your agent's toolkit. Instead of guessing, the agent runs a Z-Score or IQR calculation on your actual numbers. It scans the whole file instantly and gives you a list of the specific rows that are mathematically impossible. You get a clean dataset ready for your report in seconds.
What Vinkius changes
That your agent stops guessing and starts using math to find data errors.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sensor Malfunctions
An engineer has 50,000 rows of temperature data.
- Real-world use case 02
Fraud Detection
A financial analyst scans thousands of transactions to find spending amounts that are statistically impossible for a specific user profile.
- Real-world use case 03
Data Cleaning
A researcher has a messy CSV of survey results and needs to strip out troll entries that don't follow the standard response pattern.
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
Detect outliers
Run a Z-Score or IQR check on a specific column to find data points that fall outside the normal range. This capability provides the exact math needed to identify statistical anomalies.
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_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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": {
"outlier-detection-engine": {
"url": "https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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": {
"outlier-detection-engine": {
"url": "https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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": {
"outlier-detection-engine": {
"url": "https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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": {
"outlier-detection-engine": {
"url": "https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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 outlier-detection-engine --transport http "https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/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 data professionals who are tired of their AI hallucinating data trends. It's for anyone who needs to clean messy CSVs, logs, or sensor feeds before they hit a production dashboard or a machine learning model.
Data Analyst
Cleaning a messy CSV of sales figures to remove impossible outliers before building a dashboard.
QA Engineer
Scanning thousands of network logs to find one specific latency spike that indicates a bug.
Machine Learning Researcher
Scrubbing training data to ensure no 'poison' outliers ruin the accuracy of a new model.
Operations Manager
Checking sensor data from a factory to identify specific machines that are underperforming.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsStatistics Engine
A zero-latency statistical engine to process datasets. Instantly compute the exact mean, median, mode, standard deviation, and percentiles completely local.
Normality Test Engine
Test whether your data is normally distributed using Skewness and Kurtosis analysis local. Essential pre-check before running parametric statistical tests.
Feature Scaler Engine
Standardize (Z-Score) or MinMax scale numeric columns with mathematical perfection local. Essential normalization for neural networks and clustering algorithms.
ANOVA Calculator Engine
Run exact One-Way ANOVA tests to compare means across multiple groups local. Get CPU-guaranteed F-scores and p-values, not LLM guesses.
Data Analysis Prover
A marketing team asked an AI to analyze campaign data. The AI reported 'significant correlation between email frequency and purchase rate (p<0.05).' The team tripled emails. Unsubscribes spiked 340%. Sample: N=47 self-selected respondents, no power analysis. Correlation: observational, no confounders. Distribution: right-skewed but mean used. p=0.043 but Cohen's d=0.12. trivial. Chart: truncated Y-axis making a 2% difference look enormous. This capability forces five axes: sample validity, causal inference, distribution awareness, significance with effect size, and visualization integrity.
Deterministic Array Operations
Equip your AI with high-performance array manipulation. Deterministically chunk large datasets, deep-deduplicate objects, and intersect arrays 100% 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.
How does the Outlier Detection Engine find errors in my data?
It uses standard statistical methods like Z-Score and IQR to calculate how far each data point sits from the average. If a point is far enough away, the engine flags it for you.
Can I use the Outlier Detection Engine on very large CSV files?
Yes. Because the math happens locally on your machine, you can scan thousands of rows without worrying about your AI client's memory limits or context window.
What is the difference between Z-Score and IQR in this Connector?
Z-Score is best for data that follows a normal bell curve. IQR is a more robust method that works better for skewed data, like income or real estate prices.
Will the Outlier Detection Engine help me clean my data for machine learning?
Absolutely. It helps you identify and remove 'poison' data points that could skew your models and lead to inaccurate predictions.
How do I set the sensitivity for the Outlier Detection Engine?
You can tell your agent exactly what threshold to use, such as a Z-Score higher than 3 or a specific multiplier for the IQR method.
Can the Outlier Detection Engine handle skewed data like house prices?
Yes, by using the IQR method. This is the preferred way to find anomalies in data that isn't perfectly balanced or normally distributed.
What is the difference between Z-Score and IQR?
Z-Score assumes data is normally distributed and is sensitive to extreme outliers. IQR is based on percentiles (25th and 75th), making it robust and ideal for skewed or non-normal data.
Can I customize the outlier sensitivity threshold?
Yes! You set the threshold parameter: typically 3 for Z-Score (flagging values beyond 3 standard deviations) or 1.5 for IQR (the standard Tukey fence multiplier).
Does it automatically remove the outliers?
No. The engine flags the outliers and provides their exact Z-Scores or IQR bounds so the AI can report them to you. The decision to drop or keep them remains with you.
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