Ztockza Engine

v2.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
    "ztockza-engine": {
      "url": "https://ztockza-copilot-6a654a7-dash-bytes-amrita-university-coimbatore.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
    "ztockza-engine": {
      "serverUrl": "https://ztockza-copilot-6a654a7-dash-bytes-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.ztockza-engine]
url = "https://ztockza-copilot-6a654a7-dash-bytes-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://ztockza-copilot-6a654a7-dash-bytes-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
analyze_stock

Run a full 3-factor quantitative analysis on any Indian stock. Accepts ticker symbols or company names — even with typos (e.g. "vodafne", "relianc"). Returns: real-time price quote, technical pattern (support/resistance/AI target), news sentiment score, market psychology (Fear & Greed), and an overall AI signal with confidence score.

find_similar_stocks

Find Indian stocks similar to a given ticker based on sector, trading pattern, risk profile, and price behavior. Uses AI vector similarity to rank matches. Supports fuzzy input (e.g. "vodafne", "airte").

get_market_sentiment

Get the real-time market psychology and news sentiment analysis for a stock. Returns: Fear & Greed Index, institutional FII/DII flow direction, retail sentiment, and the top news headlines with bullish/bearish impact flags.

get_stock_quote

Get the latest real-time price quote for a stock. Returns current price, change, volume, 52-week high/low, and OHLC data.

search_stocks

Search for stocks by name, sector, or tag keyword across local universe & live Yahoo Finance. Returns ranked results with ticker, company name, and sector. Useful when the user asks "show me telecom stocks" or "find Tata stocks".

run_market_screener

Run a full AI-powered market screener across all tracked stocks. Analyzes each stock using the 3-factor Ztockza model and returns a ranked list of top trading opportunities. This is a long-running operation — pass `task: {}` in your tools/call request to run asynchronously. Poll progress with tasks/get and get results with tasks/result.