Keltner Channels Calculator Connector for AI agents.
3 live capabilities
Automate volatility squeeze detection and price breakout analysis
Waiting for input…
Why people use Keltner Channels Calculator
Stop manual chart math with Keltner Channels Calculator
With this MCP, that manual checking disappears. You feed your price data to your agent, and it immediately hands you the channel boundaries and squeeze alerts. You move from squinting at lines to making decisions based on hard numbers.
What Vinkius changes
You get deterministic technical indicators delivered directly to your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Hunting for volatility squeezes
A trader asks their agent to scan recent price action to see if Bollinger Bands are squeezing inside the Keltner Channels, signaling an imminent move.
- Real-world use case 02
Verifying breakout entries
An analyst provides a list of closing prices and asks the agent to identify exactly when the price broke out of the upper Keltner boundary.
- Real-world use case 03
Automating channel width monitoring
A quant uses the agent to track how the channel width is changing over time to gauge market volatility levels.
Complete set · 3capabilities
The complete Keltner Channels Calculator capability set.
These are the exact actions your AI can choose when you ask it to work with Keltner Channels Calculator.
01—03
3 capabilities in this set.
Part of 3 available through Keltner Channels Calculator.
- 01 Capability
Analyze breakouts
Finds the exact points where price has exited the volatility envelope. This helps you identify momentum shifts instantly.
- 02 Capability
Calculate keltner channels
Computes the core channel boundaries and volatility metrics. It provides the mathematical foundation for your analysis.
- 03 Capability
Detect volatility squeeze
Determines if the market is entering a low-volatility squeeze. It flags when Bollinger Bands contract within the Keltner Channels.
Set up in minutes
One URL. Then ask Keltner Channels Calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Keltner Channels Calculator 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_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Keltner Channels Calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator URL.
- Step 03
Save and start
Save the connection and enable Keltner Channels Calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"keltner-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator
Open Agent mode in chat and ask: "Using Keltner Channels Calculator, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"keltner-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator
Ask Copilot: "Using Keltner Channels Calculator, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"keltner-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator
Open Cascade and ask: "Using Keltner Channels Calculator, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"keltner-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator
Ask Cline: "Using Keltner Channels Calculator, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add keltner-channels-calculator --transport http "https://edge.vinkius.com/vk_preview_3vixkEKjXbywZZsxoR7UhjHcVfey2o6BlOddKLwC/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 Keltner Channels Calculator
Ask Claude: "Using Keltner Channels Calculator, show me...". 3 tools are ready
Where the request belongs
Work Keltner Channels Calculator can move forward.
Quantitative traders and technical analysts who need to automate the detection of volatility shifts and price breakouts.
Quantitative Trader
Uses the agent to scan large datasets for specific volatility squeeze patterns.
Technical Analyst
Automates the calculation of Keltner Channels to verify manual chart observations.
Algorithmic Developer
Uses the deterministic outputs to validate trading logic and breakout signals.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTOTVS
Orchestrate TOTVS ERP services. manage employees, handle financials, and monitor BPM workflows directly from any AI agent.
Square
Manage payments, customers, and inventory on Square with AI agents.
Razorpay
Automate online payments via Razorpay. manage orders, payments, and refunds directly from any AI agent.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Gmail
Manage your inbox from AI. read, search, organize, and reply to emails across your Gmail efficiently.
Bring your own AI
Change the model, client or framework. Keep Keltner Channels Calculator 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 Keltner Channels Calculator.
The practical details behind the request, access and result.
How can I use the Keltner Channels Calculator MCP for my trading?
You can use it to automate technical analysis. Your agent can calculate channel boundaries, detect when volatility is squeezing, and identify price breakouts from your price data.
Can the Keltner Channels Calculator MCP detect volatility squeezes?
Yes. It specifically checks if Bollinger Bands have contracted within the Keltner Channels to signal a low-volatility period.
Does the Keltner Channels Calculator MCP work with any price data?
Yes, as long as you provide the high, low, and close prices to your agent, it can perform the necessary calculations.
Is the math in the Keltner Channels Calculator MCP accurate?
Yes. Unlike standard LLM reasoning, this MCP uses a deterministic engine to ensure the technical indicator math is precise every time.
How do I find price breakouts with the Keltner Channels Calculator MCP?
You simply ask your agent to analyze the price action, and it will identify the specific points where the price has exited the volatility envelope.
How do I calculate the Keltner Channel boundaries?
You can use the calculate_keltner_channels capability by providing arrays of high, low, and close prices along with the desired EMA and ATR periods.
What is a volatility squeeze?
A squeeze occurs when market volatility is low, specifically when Bollinger Bands fall inside the Keltner Channels. You can detect this using detect_volatility_squeeze.
How can I identify price breakouts?
Use the analyze_breakouts capability with your closing prices and the previously calculated channel boundaries to identify UPPER_BREAKOUT or LOWER_BREAKOUT signals.
One connection away
Give your agent a direct line to Keltner Channels Calculator.
Connect Keltner Channels Calculator once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available