A powerful MCP server built with NitroStack
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:
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
"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
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 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 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 the latest real-time price quote for a stock. Returns current price, change, volume, 52-week high/low, and OHLC data.
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 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.