Skip to main content
Glama
Ansarii

aegis-prop-trader-sentinel-mcp

Aegis Prop Trader Drawdown & Risk Sentinel (MCP Server)

Apify Actor Model Context Protocol Whop Store

Aegis Terminal is an institutional-grade, non-custodial capital surveillance, trailing drawdown monitor, and economic news blackout sentinel engineered specifically for funded futures and forex prop traders operating across Apex Trader Funding, Topstep, FTMO, and MyFundedFX.

Funded trader evaluations are aggressively forfeited due to two fatal pitfalls: (1) violating intraday trailing maximum drawdown limits during peak volatility, and (2) holding positions through high-impact economic calendar events (CPI, FOMC, NFP) during mandatory prop firm blackout windows.

Aegis solves this by aggregating multi-firm equity in real time and exposing automated risk surveillance tools to Claude Desktop, Cursor IDE, Windsurf, ChatGPT, and automated algorithmic workflows.



Related MCP server: TradingView MCP

🛠️ MCP Tools Included

Tool Name

Parameters

Description

aegis_get_portfolio_summary

currency: "USD"

Returns aggregated equity, balance, today's realized P&L, and open floating P&L across all linked CME Tradovate and Spotware cTrader accounts.

aegis_check_drawdown_limits

alertThresholdPct: 80

Evaluates daily loss limits and trailing drawdown cushions. Triggers warning alerts when an account consumes >= 80% of its permitted daily loss buffer.

aegis_check_news_blackout

(none)

Scans active economic calendar events (CPI, FOMC, NFP) and checks if the strict 2-minute pre/post-news trading restriction window is active.


⚡ Integration Architectures: 3-Tier Enterprise Funnel

Aegis Terminal operates across a validated 3-tier monetization and workflow hierarchy:

Tier 1: Standby Model Context Protocol (AI Agents)

Connect your AI trading assistant (Claude Desktop, Cursor, Windsurf) to execute zero-latency surveillance over Streamable HTTP or SSE:

Claude Desktop Configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "aegis-sentinel": {
      "url": "https://neon_innovation_lab--aegis-prop-trader-sentinel-mcp.apify.actor/mcp"
    }
  }
}

Tier 2: Automated Risk Desks & Workflows (n8n, Make & Clay)

Prop trading syndicates, prop desks, and algorithmic traders can audit portfolios programmatically via cURL or automated n8n webhook nodes:

curl -X POST "https://api.apify.com/v2/acts/neon_innovation_lab~aegis-prop-trader-sentinel-mcp/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "full_surveillance_audit",
    "alertThresholdPct": 75,
    "currency": "USD"
  }'

Sample Surveillance JSON Output:

{
  "status": "COMPLETED",
  "timestamp": "2026-09-16T03:45:00.000Z",
  "portfolioSummary": {
    "totalEquity": 563520.70,
    "netUnrealizedPnL": 590.70,
    "linkedAccounts": 4
  },
  "riskAssessment": {
    "alertCount": 1,
    "alerts": [
      {
        "severity": "WARNING",
        "account": "MFF-100K-3391",
        "firm": "MyFundedFX",
        "platform": "cTrader",
        "dailyLossLimit": 4000,
        "dailyLossConsumedPct": "73%",
        "trailingDrawdownCushion": 2450.00,
        "actionRecommended": "Reduce open position size or flatten immediately to avoid rule violation."
      }
    ],
    "allAccountsProtected": false
  },
  "economicNewsSentinel": {
    "blackoutActive": false,
    "recommendation": "Normal trading permitted. Next high-impact event (US CPI) at 12:30 UTC."
  }
}

Tier 3: Institutional Prop Risk Infrastructure ($5,000–$25,000 Retainers)

For proprietary trading firms, multi-manager hedge funds, and prop syndicates requiring dedicated on-premise risk gateways, low-latency CME FIX surveillance, and multi-broker API routing. Inquire directly via hello@neoninnovationlab.com.


🔒 100% Non-Custodial & Read-Only Guarantee

Aegis Terminal strictly integrates through read-only surveillance APIs (CME Tradovate REST and Spotware cTrader Port 5036 JSON TLS). The engine possesses zero trade execution privileges and cannot place, alter, or cancel orders on your accounts. Your capital remains 100% sovereign.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables quantitative trading analysis with 12 tools for real-time market data, 28+ technical indicators, FinBERT-powered news sentiment analysis, and automated trading signal generation for stocks and forex.
    1
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables automated control of TradingView Desktop via Chrome DevTools Protocol with 78+ tools for chart manipulation, Pine Script development, and indicator analysis. Supports automated morning briefs for session bias generation, replay trading practice, and multi-pane layouts with secure local-only data processing.
    2
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI co-pilots to interact with TradingView charts, manage alerts via REST API, automate morning briefs with custom trading rules, and perform real-time market analysis.
    -