Donchian Channels Calculator Connector for AI agents.
3 live capabilities
Execute precise trend-following breakout signals
Waiting for input…
Why people use Donchian Channels Calculator
Stop guessing breakout levels with Donchian Channels Calculator
With this MCP, that manual loop disappears. You give your agent the raw price data, and it immediately handles the math. You get the exact channel boundaries and the breakout signal in one go, letting you focus on the trade rather than the arithmetic.
What Vinkius changes
You get deterministic, rule-based trading math delivered through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Validating a breakout
A trader sees a price spike and asks their agent if it's a real breakout.
- Real-world use case 02
Volatility regime checking
An analyst wants to know if the market is too volatile for a new position.
- Real-world use case 03
Automated technical analysis
A researcher feeds a list of recent highs and lows to the agent to quickly generate the Donchian Channel levels via calculate_channel_values.
Complete set · 3capabilities
The complete Donchian Channels Calculator capability set.
These are the exact actions your AI can choose when you ask it to work with Donchian Channels Calculator.
01—03
3 capabilities in this set.
Part of 3 available through Donchian Channels Calculator.
- 01 Capability
Analyze volatility and recency
Evaluates current market volatility and the timing of the most recent trend shift. This helps your agent understand if the market is in a quiet or active regime.
- 02 Capability
Calculate channel values
Computes the specific upper, lower, and middle Donchian Channel levels. It provides the exact mathematical boundaries needed for price analysis.
- 03 Capability
Detect breakout signals
Checks if price action has crossed a channel boundary to trigger a trade. It identifies whether a move is a long or short entry signal.
Set up in minutes
One URL. Then ask Donchian Channels Calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Donchian 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_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Donchian Channels Calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator URL.
- Step 03
Save and start
Save the connection and enable Donchian Channels Calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"donchian-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator
Open Agent mode in chat and ask: "Using Donchian Channels Calculator, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"donchian-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator
Ask Copilot: "Using Donchian Channels Calculator, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"donchian-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator
Open Cascade and ask: "Using Donchian Channels Calculator, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"donchian-channels-calculator": {
"url": "https://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator
Ask Cline: "Using Donchian Channels Calculator, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add donchian-channels-calculator --transport http "https://edge.vinkius.com/vk_preview_eg4TXVMuY1SfyLCwDsT6c5yS3xhMVJNmiUMIBj98/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 Donchian Channels Calculator
Ask Claude: "Using Donchian Channels Calculator, show me...". 3 tools are ready
Where the request belongs
Work Donchian Channels Calculator can move forward.
This is for systematic traders and quantitative analysts who want to automate the heavy lifting of trend-following math without losing control of the logic.
Quantitative Trader
Uses the capability to validate breakout signals against strict volatility rules during market hours.
Algorithmic Researcher
Tests Donchian-based entry and exit logic by feeding historical price arrays to an agent.
Technical Analyst
Quickly checks if a current price move is a true breakout or just noise using volatility percentiles.
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 Donchian 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 Donchian Channels Calculator.
The practical details behind the request, access and result.
How can I use the Donchian Channels Calculator MCP for my trading strategy?
You can use it to automate the calculation of trend boundaries and identify precise entry points. It turns your AI agent into a capability that can detect breakouts and monitor market volatility using established rules.
Does the Donchian Channels Calculator MCP provide real-time signals?
It provides signals based on the price data you provide. Once you feed the latest price series to your agent, it can immediately tell you if a breakout has occurred.
Can I use this MCP with Claude or Cursor?
Yes, as long as your client is MCP-compatible, you can connect this capability to Claude, Cursor, Windsurf, or VS Code to perform technical analysis.
Is the breakout detection logic customizable?
The logic follows deterministic Donchian Channel rules. While the math is fixed, you control the parameters by providing different price series and periods to your agent.
How does this MCP handle market volatility?
It calculates volatility by analyzing channel widths and comparing them to historical data, helping you understand if the market is in a high or low volatility state.
What are Donchian Channels?
Donchian Channels are technical indicators that use the highest high and lowest low over a specific period to define price boundaries and volatility.
How do I detect a breakout?
You can use the detect_breakout_signals capability to determine if the current closing price has crossed the upper or lower channel boundaries.
Can I customize the lookback period?
Yes, the calculate_channel_values capability allows you to specify a custom period, which defaults to 20.
One connection away
Give your agent a direct line to Donchian Channels Calculator.
Connect Donchian 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