arquero Connector for AI agents.
1 live capability
Convert categorical text into binary dummy variables for machine learning models.
Waiting for input…
Why people use arquero
One-Hot Encoder Engine for Machine Learning Data Prep
With this Connector, the process is different. You just point your agent at the data and tell it which column needs encoding. The engine does the heavy lifting locally, finding every unique category and building the 0/1 dummy variables in memory. You get a clean, ready-to-use numeric dataset without the risk of hallucinations or data loss.
What Vinkius changes
You get mathematically perfect dummy variables without the risk of data loss.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Encoding city names in a customer list
A data scientist has a 'City' column with 50 different entries.
- Real-world use case 02
Preparing subscription types for a neural network
An engineer needs to turn 'SubscriptionType' into numbers.
- Real-world use case 03
Handling large product category arrays
A user has a CSV with 5,000 rows of 'ProductCategory'.
Complete set · 1capability
The complete arquero capability set.
These are the exact actions your AI can choose when you ask it to work with arquero.
01
1 capability in this set.
Part of 1 available through arquero.
- 01 Capability
One hot encode
Converts a categorical string column into dummy binary variables offline. It handles the discovery of unique values automatically.
Set up in minutes
One URL. Then ask arquero to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use arquero 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_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable arquero for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero URL.
- Step 03
Save and start
Save the connection and enable arquero in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"one-hot-encoder-engine": {
"url": "https://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero
Open Agent mode in chat and ask: "Using arquero, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"one-hot-encoder-engine": {
"url": "https://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero
Ask Copilot: "Using arquero, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"one-hot-encoder-engine": {
"url": "https://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero
Open Cascade and ask: "Using arquero, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"one-hot-encoder-engine": {
"url": "https://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero
Ask Cline: "Using arquero, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add one-hot-encoder-engine --transport http "https://edge.vinkius.com/vk_preview_bx2Iki9s1oxAE0pLqwrp4dh1u4eFsllrqn2BNEJd/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 arquero
Ask Claude: "Using arquero, show me...". 1 tools are ready
Where the request belongs
Work arquero can move forward.
Data scientists and ML engineers who are tired of manual feature engineering or watching their AI agent mess up data during preprocessing.
Data Scientist
Prepares training sets for classification models without writing custom Python scripts.
ML Engineer
Automates the preprocessing step in a production pipeline to ensure consistent encoding.
Data Analyst
Quickly converts categorical survey results into numeric formats for statistical modeling.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFeature Scaler Engine
Standardize (Z-Score) or MinMax scale numeric columns with mathematical perfection local. Essential normalization for neural networks and clustering algorithms.
PCA Dimensionality Engine
Perform native Principal Component Analysis to safely reduce high-dimensional datasets without losing critical variance.
Nyckel ML
Classify data and perform semantic search via Nyckel. track ML functions, samples, and labels directly from your AI agent.
SMOTE Oversampling Engine
Balance skewed datasets instantly by generating mathematically sound synthetic minority data points via KNN.
MindsDB (AI Database & Predictors)
Manage AI-powered data via MindsDB. execute SQL predictions, audit ML models, and connect data sources.
DeepOpinion (No-code NLP & Text AI API)
Automate NLP and text analysis with DeepOpinion. list custom models, run single predictions, and process text batches directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep arquero 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 arquero.
The practical details behind the request, access and result.
Can One-Hot Encoder Engine handle large datasets?
Yes. It processes arrays with thousands of rows in milliseconds because it runs locally on your machine rather than inside the AI client's context window.
How does One-Hot Encoder Engine keep my data private?
The encoding happens entirely in your local memory. Your data is never sent to an external API for processing.
What is the difference between One-Hot Encoder Engine and label encoding?
Label encoding assigns a unique number to each category (e.g., 1, 2, 3). One-Hot Encoder Engine creates separate binary columns for each category, which is often better for many machine learning models.
Does One-Hot Encoder Engine work with any text column?
It works with any categorical string column. It will automatically detect the unique values in that column and create the appropriate binary features.
How does One-Hot Encoder Engine prevent data corruption?
By performing the transformation locally and deterministically, it ensures that every row remains perfectly aligned with its original category without the risk of LLM errors.
Does it drop the original categorical column?
No. The engine appends new binary columns (e.g., City_London, City_Paris) and preserves the original column so the AI can verify the encoding accuracy.
What if there are hundreds of unique categories?
The engine processes them all instantly. However, be aware that a massively expanded JSON returned to the LLM may consume significant context tokens. Consider grouping rare categories before encoding.
Can it encode multiple columns at once?
Currently, the engine accepts one target column per execution for deterministic validation. The AI can chain multiple calls to encode several columns sequentially.
One connection away
Give your agent a direct line to arquero.
Connect arquero once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available