fft.js Connector for AI agents.
1 live capability
Convert time-series data into precise frequency components for signal analysis.
Waiting for input…
Why people use fft.js
Fourier Transform Engine for Signal Processing Accuracy
This Connector lets your agent do that work directly. You just point the agent at the data, and it handles the transform and extracts the top frequencies for you. You get a clean summary of the signal's behavior without leaving your chat window.
What Vinkius changes
You get mathematically perfect frequency analysis without any AI hallucination.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Vibration Analysis
A maintenance tech uses the agent to find a specific motor hum in sensor data.
- Real-world use case 02
Audio Filtering
A producer wants to know the primary pitch of a noisy recording.
- Real-world use case 03
Stock Cycles
A trader asks for cyclical patterns in a year of price data.
Complete set · 1capability
The complete fft.js capability set.
These are the exact actions your AI can choose when you ask it to work with fft.js.
01
1 capability in this set.
Part of 1 available through fft.js.
- 01 Capability
Calculate fft
Performs a Fast Fourier Transform on numeric arrays to extract frequency components. It provides the exact magnitudes needed for signal analysis.
Set up in minutes
One URL. Then ask fft.js to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use fft.js 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_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable fft.js for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js URL.
- Step 03
Save and start
Save the connection and enable fft.js in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fourier-transform-engine": {
"url": "https://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js
Open Agent mode in chat and ask: "Using fft.js, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fourier-transform-engine": {
"url": "https://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js
Ask Copilot: "Using fft.js, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fourier-transform-engine": {
"url": "https://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js
Open Cascade and ask: "Using fft.js, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fourier-transform-engine": {
"url": "https://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js
Ask Cline: "Using fft.js, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fourier-transform-engine --transport http "https://edge.vinkius.com/vk_preview_OgVdcAJ5c4akzqqyOKLcs4VoR2ziukAMExZvS9jD/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 fft.js
Ask Claude: "Using fft.js, show me...". 1 tools are ready
Where the request belongs
Work fft.js can move forward.
This is for the engineers and analysts who need 100% accurate math on noisy data. It's for people who can't afford to let an AI guess at a signal's frequency.
Signal Processing Engineer
Analyzing sensor data to find mechanical failures in industrial machinery.
Audio Developer
Extracting specific frequency components from raw audio recordings for filtering or synthesis.
Quantitative Analyst
Identifying cyclical patterns in stock prices or economic indicators.
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.
Fundamental Math
A deterministic, zero-latency mathematical engine for exact calculations. Safely compute percentages, square roots, factorials, and the rule of three completely local.
Outlier Detection Engine
Identify statistical anomalies in massive datasets local using deterministic Z-Score and IQR methods. Stop LLMs from guessing which rows are outliers.
Time-Series Seasonality Engine
Compute exact Autocorrelation (ACF) to find seasonality lags in time-series data without hallucination.
Signal Filter Designer
Apply digital filters like low-pass, high-pass, SMA, EMA, and Peaking EQ to signal arrays.
Sound Frequency Calculator
Calculate musical note frequencies, Solfeggio resonances, and harmonic series.
Bring your own AI
Change the model, client or framework. Keep fft.js 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 fft.js.
The practical details behind the request, access and result.
Can the Fourier Transform Engine find cycles in my financial data?
Yes, it can identify recurring patterns in stock prices or other time-series data. It converts the prices into frequency components to show you exactly how often cycles repeat.
Does this Connector work for audio files?
It processes the numeric arrays of audio data. You can use it to find the most prominent pitches or frequencies in a recording.
Is the math accurate for signal processing?
Yes, it runs on your local CPU using a dedicated engine. This means you get mathematically perfect results instead of an AI guess.
How does it handle different data lengths?
The Connector automatically pads your data to the nearest power of 2. This ensures the math runs efficiently without you having to manually adjust your input.
Can I use it for vibration analysis?
It's perfect for that. It can take raw sensor data and tell you which frequencies are the strongest, helping you find mechanical issues.
Do I need to know math to use it?
No, you just need to provide the data array. The Connector handles the complex multiplications and gives you a simple list of the top frequencies.
Does my array length need to be a power of 2?
No. The engine automatically zero-pads your signal to the nearest power of 2 before transforming. You can send any array length.
What format is the output?
The engine returns a JSON containing the top 3 dominant frequency bin indices with their magnitudes, plus a preview array of the first 10 absolute magnitudes for quick analysis.
Can it perform inverse FFT (IFFT)?
Currently, this capability is optimized for forward FFT frequency extraction. A dedicated IFFT capability for signal reconstruction could be added in future updates.
One connection away
Give your agent a direct line to fft.js.
Connect fft.js once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available