Native V8 Connector for AI agents.
1 live capability
Create rigorous cross-validation splits for machine learning models.
Waiting for input…
Why people use Native V8
K-Fold Split Engine: Stop Data Leakage in ML Workflows
This Connector changes that by acting as a dedicated math engine. Instead of your agent guessing how to split the data, it calls the engine to get the exact indices. You get a clean, reproducible plan for your training and testing sets in seconds.
What Vinkius changes
You get mathematically perfect data splits without the risk of AI hallucinations or context overflows.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing data leakage
A data scientist uses calculate_kfold to fix a model where training data was accidentally leaking into the test set.
- Real-world use case 02
Time-series preservation
An engineer needs a 10-fold split but must keep the dates in order, so they use the capability with shuffling disabled.
- Real-world use case 03
Large dataset handling
A developer has 50,000 rows and uses the Connector to get the indices without pasting the whole file into the chat.
Complete set · 1capability
The complete Native V8 capability set.
These are the exact actions your AI can choose when you ask it to work with Native V8.
01
1 capability in this set.
Part of 1 available through Native V8.
- 01 Capability
Calculate kfold
Generates exact K-Fold cross-validation indices for train/test splits. This ensures your model evaluation is statistically sound and free from data leakage.
Set up in minutes
One URL. Then ask Native V8 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Native V8 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_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Native V8 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8 URL.
- Step 03
Save and start
Save the connection and enable Native V8 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"k-fold-split-engine": {
"url": "https://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8
Open Agent mode in chat and ask: "Using Native V8, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"k-fold-split-engine": {
"url": "https://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8
Ask Copilot: "Using Native V8, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"k-fold-split-engine": {
"url": "https://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8
Open Cascade and ask: "Using Native V8, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"k-fold-split-engine": {
"url": "https://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8
Ask Cline: "Using Native V8, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add k-fold-split-engine --transport http "https://edge.vinkius.com/vk_preview_s2GV5rIVsuaI8v3RQcUudqBkroj2wfBRhHbY1JIg/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 Native V8
Ask Claude: "Using Native V8, show me...". 1 tools are ready
Where the request belongs
Work Native V8 can move forward.
This capability is for data scientists and ML engineers who need to ensure their model validation is statistically sound. It solves the headache of manual data slicing and the risk of hidden data leakage.
Data Scientist
Creates robust validation pipelines to ensure model accuracy isn't inflated by data leakage.
ML Engineer
Automates the partitioning of large production datasets for model training and evaluation.
Research Analyst
Maintains statistical integrity in experiments by generating reproducible cross-validation indices.
Backend Developer
Integrates reliable data splitting logic into AI-driven machine learning features.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSMOTE Oversampling Engine
Balance skewed datasets instantly by generating mathematically sound synthetic minority data points via KNN.
ROC AUC Evaluator
Compute the exact Area Under the ROC Curve for binary classification predictions. Local, mathematically perfect, zero LLM estimation.
Confusion Matrix Engine
Deterministically calculate True Positives, FP, Precision, Recall, F1-Score, and Accuracy local. Stop LLM hallucinations when evaluating model metrics.
RMSE & MAE Calculator
Compute exact Root Mean Square Error (RMSE) and Mean Absolute Error (MAE) for regression models. Stop hallucinating model validation metrics.
H2O.ai
Manage AI models via H2O.ai. track data frames, monitor machine learning models and training jobs, and audit cloud cluster status directly from any AI agent.
Arize AI
Monitor ML model performance, detect data drift, and troubleshoot prediction quality with real-time observability dashboards.
Bring your own AI
Change the model, client or framework. Keep Native V8 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 Native V8.
The practical details behind the request, access and result.
How do I prevent data leakage with K-Fold Split Engine?
It prevents leakage by calculating exact, non-overlapping indices for your training and testing sets. This ensures your model doesn't 'see' any test data during the training phase, giving you a much more accurate measure of real-world performance.
Can K-Fold Split Engine handle large datasets?
Yes, that is one of its primary strengths. It handles the mathematical partitioning of large arrays internally, so you don't have to worry about hitting context limits or pasting thousands of rows into your AI chat window.
How do I keep chronological order in my split?
You can do this by instructing your agent to disable shuffling when using the capability. This is perfect for time-series data where the sequence of events is critical for the model's accuracy.
Does K-Fold Split Engine work for A/B testing?
Absolutely. You can use it to create two perfectly balanced and independent groups from your data. Just specify the number of folds as 2 and enable shuffling to get a randomized distribution for your test.
Why should I use an Connector for cross-validation instead of just asking the AI?
While an AI can guess a split for small lists, it can easily hallucinate indices or fail on large datasets. This Connector provides a mathematically sound, deterministic result that you can actually trust for scientific research and production ML.
Is the split deterministic with K-Fold Split Engine?
Yes, the engine provides exact indices. This means if you run the same request again with the same parameters, you will get the same split, which is essential for reproducible research and consistent model development.
Why does it return indices instead of data?
Passing massive data payloads back and forth wastes LLM tokens. Returning lightweight index arrays is incredibly fast and resource-efficient.
Does it guarantee randomized fairness?
Yes, advanced internal shuffling mechanisms guarantee that your K partitions are entirely unbiased before the split occurs.
Can it handle chronological time-series?
Absolutely. Simply disable the shuffling parameter, and the engine will slice the data linearly, perfectly respecting time-based ordering.
One connection away
Give your agent a direct line to Native V8.
Connect Native V8 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available