Trade Engine Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
get_fii_dii_data

Fetch FII/FPI and DII trading activity (buy, sell, net values) from NSE India.

get_pcr

Fetch option Put-Call Ratio (PCR) for Nifty 50 options. Attempts NSE first, falls back to Upstox.

get_macro_data

Fetch global index and commodity quotes from Yahoo Finance.

get_chart_data

Fetch chart candle data for a given symbol. Checks Upstox first (intraday only) and falls back to Yahoo Finance.

get_screener_quotes

Fetch batch stock quotes for screeners. Uses Upstox quotes if connected, otherwise Yahoo Finance.

analyze_chart

Evaluate the quality of an intraday setup based on technical levels and recent candles using AI.

get_ai_picks

Select the best 1-3 intraday stock picks from a list of screener candidates using AI.

get_ai_predictions

Fetch daily BUY/SHORT/LEAVE recommendations across 25 curated liquid NSE stocks using AI (news + technicals).

run_backtest

Run historical simulation of the 4-check trading algorithm on 5-minute candles over N days.

get_news_sentiment

Check major news and sentiment for a given stock using AI to decide if it is clear or risky for intraday trading.

get_market_mode

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).

validate_trade_setup

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.

build_trade_plan

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.

check_support_resistance

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.