Skip to main content
Glama
6002aravind-cyber

Trade-engine-MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_fii_dii_dataA

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

get_pcrA

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

get_macro_dataB

Fetch global index and commodity quotes from Yahoo Finance.

get_chart_dataA

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

get_screener_quotesC

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

analyze_chartB

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

get_ai_picksB

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

get_ai_predictionsA

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

run_backtestA

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

get_news_sentimentB

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

get_market_modeB

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_setupA

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_planB

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_resistanceB

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Health ChecksCurrent health status of all registered health checks
Market ModeUI component for Market Mode
Validate Trade SetupUI component for Validate Trade Setup
Build Trade PlanUI component for Build Trade Plan
Support ResistanceUI component for Support Resistance
Widget ExamplesProvides metadata and examples for all registered UI widgets

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/6002aravind-cyber/Trade-engine-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server