A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"trade-engine-server": {
"url": "https://trade-engin-brain-not-found-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"trade-engine-server": {
"serverUrl": "https://trade-engin-brain-not-found-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.trade-engine-server] url = "https://trade-engin-brain-not-found-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://trade-engin-brain-not-found-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Fetch FII/FPI and DII trading activity (buy, sell, net values) from NSE India.
Fetch option Put-Call Ratio (PCR) for Nifty 50 options. Attempts NSE first, falls back to Upstox.
Fetch global index and commodity quotes from Yahoo Finance.
Fetch chart candle data for a given symbol. Checks Upstox first (intraday only) and falls back to Yahoo Finance.
Fetch batch stock quotes for screeners. Uses Upstox quotes if connected, otherwise Yahoo Finance.
Evaluate the quality of an intraday setup based on technical levels and recent candles using AI.
Select the best 1-3 intraday stock picks from a list of screener candidates using AI.
Fetch daily BUY/SHORT/LEAVE recommendations across 25 curated liquid NSE stocks using AI (news + technicals).
Run historical simulation of the 4-check trading algorithm on 5-minute candles over N days.
Check major news and sentiment for a given stock using AI to decide if it is clear or risky for intraday trading.
Calculates the weighted BUY/SHORT/CHOPPY market mode based on global and domestic market changes (Nifty, BankNifty, FII net flows, Nasdaq, Dow Jones, Nikkei, Hang Seng, PCR, India VIX).
Runs the 4-check trade validation system (VWAP distance/reversal check, RSI zone/reversal check, Volume surge check, and Trade window time check) to verify if an entry signal is valid.
Calculates the trade entry details including Quantity, Stop-Loss, Target 1, Target 2, Risk in Rupees, Gross PnL, Net PnL (including daily fees), and Risk-to-Reward Ratio.
Checks the entry price relative to previous day High (PDH) and Low (PDL) to flag breakouts or warn if entry is too close to resistance/support zones.