Skip to content
Vinkius

simple-statistics Connector for AI agents.

1 live capability

Find and remove statistical anomalies in large datasets using precise math.

Live agent request simple-statistics / Connector

Waiting for input…

AI Agent

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.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

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

  1. Real-world use case 01

    Sensor Malfunctions

    An engineer has 50,000 rows of temperature data.

  2. 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.

  3. 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.

Capability set01 / 01

01

1 capability in this set.

Part of 1 available through simple-statistics.

  1. 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 preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_dfkaEjEHL0xoHc706KKIKrxSgf6YRwqXhyMOeE7z/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it simple-statistics, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable simple-statistics for the conversation.

Where the request belongs

Work simple-statistics can move forward.

Built around the request

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.

01

Data Analyst

Cleaning a messy CSV of sales figures to remove impossible outliers before building a dashboard.

02

QA Engineer

Scanning thousands of network logs to find one specific latency spike that indicates a bug.

03

Machine Learning Researcher

Scrubbing training data to ensure no 'poison' outliers ruin the accuracy of a new model.

04

Operations Manager

Checking sensor data from a factory to identify specific machines that are underperforming.

Build the capability set

Each Connector adds new actions and data without changing how you work.

Browse Connectors
Statistics Engine logo
01 5 capabilities

Statistics Engine

A zero-latency statistical engine to process datasets. Instantly compute the exact mean, median, mode, standard deviation, and percentiles completely local.

View Connector
Normality Test Engine logo
02 1 capability

Normality Test Engine

Test whether your data is normally distributed using Skewness and Kurtosis analysis local. Essential pre-check before running parametric statistical tests.

View Connector
Feature Scaler Engine logo
03 1 capability

Feature Scaler Engine

Standardize (Z-Score) or MinMax scale numeric columns with mathematical perfection local. Essential normalization for neural networks and clustering algorithms.

View Connector
ANOVA Calculator Engine logo
04 1 capability

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.

View Connector
Data Analysis Prover logo
05 1 capability

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.

View Connector
Deterministic Array Operations logo
06 3 capabilities

Deterministic Array Operations

Equip your AI with high-performance array manipulation. Deterministically chunk large datasets, deep-deduplicate objects, and intersect arrays 100% local.

View Connector

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