Native V8 Connector for AI agents.
1 live capability
Identify recurring cycles in sales and traffic data with mathematical proof.
Waiting for input…
Why people use Native V8
Time-Series Seasonality Engine for Accurate Retail Forecasting
This Connector changes the game by giving your agent a calculator for patterns. Instead of saying it looks like we sell more on weekends, your agent can tell you that there is a 0.89 correlation at a 7-day lag. You get a mathematical confirmation of your cycles, letting you plan inventory and staffing with actual confidence.
What Vinkius changes
Your agent stops guessing and starts using math to prove your data's seasonal cycles.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Retail Planning
A manager asks the agent to find the peak shopping day for a new product launch based on 2 years of historical data.
- Real-world use case 02
Web Traffic Analysis
A marketing lead wants to know if a traffic spike on Sundays is a consistent weekly trend or just a one-time viral hit.
- Real-world use case 03
Error Monitoring
An engineer asks the agent to check if server crashes are happening on a specific schedule or if they are completely random.
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 acf seasonality
Calculates the Autocorrelation Function for a dataset to detect seasonality. It returns correlation coefficients at different lags so you can prove cycles.
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_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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": {
"time-series-seasonality-engine": {
"url": "https://edge.vinkius.com/vk_preview_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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": {
"time-series-seasonality-engine": {
"url": "https://edge.vinkius.com/vk_preview_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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": {
"time-series-seasonality-engine": {
"url": "https://edge.vinkius.com/vk_preview_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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": {
"time-series-seasonality-engine": {
"url": "https://edge.vinkius.com/vk_preview_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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 time-series-seasonality-engine --transport http "https://edge.vinkius.com/vk_preview_SMBQyC3tcWvD9JFffA0m0Dfl8KQAaHVeN5ayz86U/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.
For data analysts and retail planners who need to move beyond gut feelings and into accurate forecasting. It is for the person who needs to justify a budget increase based on hard data, not just a visual trend.
Data Analyst
Runs ACF on massive datasets to find hidden cycles for quarterly reports.
Retail Planner
Identifies exact weekly shopping peaks to optimize staffing and inventory.
Ops Engineer
Analyzes server error logs to see if spikes are tied to daily cycles or are truly random.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsExponential Smoothing Engine
Apply Simple Exponential Smoothing (Holt-Winters family) for local deterministic time-series forecasting.
Fourier Transform Engine
Calculate Fast Fourier Transforms (FFT) on time-series data local. Extract dominant frequencies from signals, audio, or financial cycles with mathematical perfection.
Curve Fitting Engine
Perform exact Linear and Polynomial regression on scatter plot data local. Get mathematically perfect coefficients, equations, and R-squared scores.
Correlation Matrix Engine
Generate exact Pearson and Spearman correlation matrices across all numeric columns local. Find the strongest relationships in your data without LLM math errors.
Seasonality Index Calculator
Calculate seasonal indices and optimize inventory planning using historical sales data.
Demand Forecast Calculator
Generate 3-month demand projections using SMA, WMA, and Exponential Smoothing methods.
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.
What is the Time-Series Seasonality Engine for?
It helps your agent find repeating patterns in data like sales, traffic, or weather. It uses math to prove if your data has cycles (like weekly or monthly peaks) so you can make better forecasts.
Can it find weekly patterns in my store sales?
Yes. It calculates the correlation at different time intervals. If it finds a high score at a 7-day lag, it confirms a weekly cycle for your sales.
How is this different from just asking an AI about my data?
Most AIs will give you a subjective guess based on what they see. This Connector uses the Autocorrelation Function to give you exact, mathematical coefficients that prove the pattern exists.
What kind of data can I use with this?
You can use any time-series data, including daily website hits, monthly revenue, hourly temperature readings, or even periodic server error logs.
Does this capability tell me the exact date of a peak?
It identifies the lag, which tells you how often the pattern repeats. For example, a 7-day lag means the pattern repeats every week.
Can I use the Time-Series Seasonality Engine for forecasting?
It is a key first step. By identifying the exact seasonal cycles, you can provide your agent with the hard data it needs to build a much more accurate forecast.
What does an ACF score mean?
Scores range from -1 to 1. A high score at Lag 7 (e.g., 0.85) means that today's value is highly correlated with the value from exactly 7 days ago (a strong weekly cycle).
What is the maximum lag I should check?
Typically, you should check lags up to 1/3 or 1/4 of your total dataset length. For 3 years of monthly data (36 points), check up to lag 12.
Why can't Claude do this without a capability?
ACF requires summing the products of mean-adjusted variances across shifting array indices. LLMs cannot compute this in their latent space accurately.
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