ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Signal Filter Designer with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Apply digital filters like low-pass, high-pass, SMA, EMA, and Peaking EQ to signal arrays.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Signal Filter Designer capability set.

These are the exact actions your AI can choose when you ask it to work with Signal Filter Designer.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Signal Filter Designer.

  1. 01

    Apply first order filter

    Cutoff must be below Nyquist limit. Applies basic attenuation to remove either high-frequency noise or low-frequency drift

  2. 02

    Apply exponential moving average

    Smooths data while allowing for more recent changes to have a programmable impact on the output

  3. 03

    Apply moving average sma

    Smooths out short-term fluctuations in data by averaging local data points

  4. 04

    Apply peaking eq

    Boosts or cuts specific frequency ranges to shape the signal's tone

Observed, not estimated

623ms average. Fast in production.

Signal Filter Designer is checked daily against the live service.

Daily averagePeak 779ms
Aug 24Today
Fastest day
515ms
Slowest day
779ms
14-day trend
Stable+3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Signal Filter Designer, so you can see the experience inside your AI.

It does not authenticate your account with Signal Filter Designer. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Signal Filter Designer Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_tAvMCAxzsU7BSgJTl0PJxJTTJ3Kl3BbmmcyslMpm/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Signal Filter Designer capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "signal-filter-designer-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_tAvMCAxzsU7BSgJTl0PJxJTTJ3Kl3BbmmcyslMpm/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Signal Filter Designer owners ask.

  • 01

    What is the Nyquist limit?

    The Nyquist limit is half of your sample rate. Any frequency you attempt to filter using apply_first_order_filter or apply_peaking_eq must be below this value to ensure signal integrity.

  • 02

    Can I use this for audio processing?

    Yes, if you provide the correct sample rate. Capabilities like apply_peaking_eq are specifically designed to shape frequency responses in audio signals.

  • 03

    How does the smoothing factor work in EMA?

    In apply_exponential_moving_average, the alpha value (between 0 and 1) determines how much weight is given to the newest sample. A higher alpha makes it react faster.