A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"quantguard-mcp": {
"url": "https://ar-artificially-intelligent-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
"quantguard-mcp": {
"serverUrl": "https://ar-artificially-intelligent-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.quantguard-mcp] url = "https://ar-artificially-intelligent-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://ar-artificially-intelligent-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Retrieve and display the database schema including all tables, columns, and indexes
Get high-level market metrics: price, spread, volatility, and liquidity score
Calculate VPIN (Volume-Synchronized Probability of Toxicity) and determine order flow toxicity status
Monitor order book for manipulative resting orders that cancel quickly to force price action
Calculate normalized liquidity score and estimate market-impact slippage for a specific order size
Assess proposed trade size against account VaR, leverage, and drawdown parameters to approve or reject the trade
Execute the full multi-agent trading validation: fetch resources, run analytics, evaluate rules, and produce a natural-language memo explaining the safety and execution strategy recommendation
Scaffold a new NitroStack project with modular structure (market, orderbook, risk, news, agents, strategy, db modules), SQLite database, environment config, and health-check tool
Start a NitroStack project in development mode and verify the health-check tool works
Determine the best trading execution strategy (WAIT, TWAP, VWAP, ICEBERG, MARKET) based on deterministic market safety rules
Backtest a quantitative strategy (TWAP, VWAP, MARKET) on historical price candles
Check if the QuantGuard MCP server is running and healthy