SuperTrend Calculator Connector for AI agents.
3 live capabilities
Calculate volatility-based trend signals and stop-loss levels
Waiting for input…
Why people use SuperTrend Calculator
Stop manual math errors with SuperTrend Calculator technical analysis
With this MCP, you stop guessing. You feed your data into the capability, and it handles the state machine logic to give you exact trend flips and support levels. You get the math right every single time.
What Vinkius changes
You provide raw price data and get back mathematically sound trend signals and stop-loss levels.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Automated Trend Verification
A trader asks their agent to check if a recent price move constitutes a trend flip using calculate_supertrend.
- Real-world use case 02
Real-time Stop-Loss Calculation
An agent uses get_latest_supertrend_state to find the exact price level for a stop-loss order during a volatile move.
- Real-world use case 03
Data Integrity Auditing
A developer uses validate_price_data to catch errors in a messy CSV of historical price data before running analysis.
Complete set · 3capabilities
The complete SuperTrend Calculator capability set.
These are the exact actions your AI can choose when you ask it to work with SuperTrend Calculator.
01—03
3 capabilities in this set.
Part of 3 available through SuperTrend Calculator.
- 01 Capability
Calculate supertrend
Generates a full historical series of SuperTrend values and trend signals. It's useful for backtesting a strategy over a long period.
- 02 Capability
Get latest supertrend state
Retrieves the most recent trend direction and stop-loss levels. Use this to get an immediate read on current market momentum.
- 03 Capability
Validate price data
Checks that your high, low, and close prices are mathematically sound. This prevents errors before you start your analysis.
Set up in minutes
One URL. Then ask SuperTrend Calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SuperTrend 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_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SuperTrend Calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator URL.
- Step 03
Save and start
Save the connection and enable SuperTrend Calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"supertrend-calculator": {
"url": "https://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator
Open Agent mode in chat and ask: "Using SuperTrend Calculator, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"supertrend-calculator": {
"url": "https://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator
Ask Copilot: "Using SuperTrend Calculator, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"supertrend-calculator": {
"url": "https://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator
Open Cascade and ask: "Using SuperTrend Calculator, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"supertrend-calculator": {
"url": "https://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator
Ask Cline: "Using SuperTrend Calculator, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add supertrend-calculator --transport http "https://edge.vinkius.com/vk_preview_GxvkOKD0WaAhSqR6uIMPBhyEWy9LfsGyojlehpuX/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 SuperTrend Calculator
Ask Claude: "Using SuperTrend Calculator, show me...". 3 tools are ready
Where the request belongs
Work SuperTrend Calculator can move forward.
This is for quantitative traders and developers who need to automate technical indicator calculations within an AI-driven workflow.
Algorithmic Trader
Uses the capability to verify trend signals and calculate stop-loss levels for automated strategies.
Quantitative Researcher
Runs historical backtests by generating full SuperTrend series from past market data.
Fintech Developer
Integrates precise technical analysis into custom AI agents or trading dashboards.
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 SuperTrend 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 SuperTrend Calculator.
The practical details behind the request, access and result.
How can I use SuperTrend Calculator for my trading strategy?
You can use it to generate precise trend signals and volatility-based stop-loss levels. By connecting it to your AI agent, you can automate the detection of trend flips and support levels directly from your price data.
Can the SuperTrend Calculator help me find stop-loss levels?
Yes. The capability calculates dynamic stop-loss levels based on the SuperTrend algorithm, providing you with specific price points that adjust according to market volatility.
Will the SuperTrend Calculator work with my existing price data?
Yes, as long as you have the high, low, and close prices. You can use the validation capability first to make sure your data is clean and ready for analysis.
Is the SuperTrend Calculator accurate for backtesting?
Absolutely. Because it uses a deterministic state machine to calculate the full historical series, it provides consistent and reliable results for testing how a trend strategy would have performed.
How does the SuperTrend Calculator handle market volatility?
The capability uses volatility to determine the distance of the stop-loss levels from the price, ensuring that your trend signals and exits account for current market swings.
How do I use the SuperTrend indicator?
You can use calculate_supertrend to get a full dataset of trend directions and stop-loss levels, or get_latest_supertrend_state to quickly check the current market status.
What are the default ATR settings?
The default ATR period is 10 and the default multiplier is 3.0, but these can be customized in the capability inputs.
How can I ensure my data is valid?
Use the validate_price_data capability to check if your high, low, and close price arrays are mathematically sound and consistent.
One connection away
Give your agent a direct line to SuperTrend Calculator.
Connect SuperTrend 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