# Aegis Prop Trader Drawdown & Risk Sentinel (MCP) (`neon_innovation_lab/aegis-prop-trader-sentinel-mcp`) Actor

Real-time multi-firm capital oversight, trailing drawdown alerts, and news blackout defense for funded prop traders (Apex, Topstep, FTMO, cTrader, Tradovate).

- **URL**: https://apify.com/neon\_innovation\_lab/aegis-prop-trader-sentinel-mcp.md
- **Developed by:** [Neon Innovation Lab](https://apify.com/neon_innovation_lab) (community)
- **Categories:** Agents, AI, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 drawdown risk audits

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Aegis Prop Trader Drawdown & Risk Sentinel (MCP Server)

[![Apify Actor](https://img.shields.io/badge/Apify-Actor-orange?style=for-the-badge\&logo=apify)](https://apify.com/neon_innovation_lab/aegis-prop-trader-sentinel-mcp)
[![Model Context Protocol](https://img.shields.io/badge/MCP-Standard-blue?style=for-the-badge)](https://modelcontextprotocol.io)
[![Whop Store](https://img.shields.io/badge/Whop-Store-purple?style=for-the-badge)](https://whop.com/neoninnovationlab/prop-trader-capital-surveillance-console)

**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.

***

### 🚀 Live Links & Production Consoles

- **Interactive Web Terminal**: <https://neoninnovationlab.com/aegis>
- **Whop Discover Marketplace ($19.99/mo)**: <https://whop.com/neoninnovationlab/prop-trader-capital-surveillance-console>
- **Direct Support & Enterprise Retainers**: `hello@neoninnovationlab.com`

***

### 🛠️ 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`):

```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:

```bash
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:

```json
{
  "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.

# Actor input Schema

## `action` (type: `string`):

Risk surveillance action to execute in batch mode.

## `alertThresholdPct` (type: `integer`):

Trigger emergency warning if consumed daily loss exceeds this percentage.

## `currency` (type: `string`):

Base currency for portfolio equity aggregation.

## `whopLicenseKey` (type: `string`):

Optional active Aegis license key from Whop for unlocked institutional features.

## Actor input object example

```json
{
  "action": "full_surveillance_audit",
  "alertThresholdPct": 80,
  "currency": "USD"
}
```

# Actor output Schema

## `mcpEndpoint` (type: `string`):

Streamable HTTP MCP endpoint for Claude Desktop, Cursor, or AI trading agents.

## `sseEndpoint` (type: `string`):

SSE transport endpoint for MCP clients.

## `discoveryUrl` (type: `string`):

Public MCP discovery and server-card manifest.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("neon_innovation_lab/aegis-prop-trader-sentinel-mcp").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("neon_innovation_lab/aegis-prop-trader-sentinel-mcp").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call neon_innovation_lab/aegis-prop-trader-sentinel-mcp --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,neon_innovation_lab/aegis-prop-trader-sentinel-mcp"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/48PzKzhAui0vHf94P/builds/aRvaQ07qOeews3vWZ/openapi.json
