SYSTEM R AI

Introduction

Risk management, planning, execution, data, analysis with persistent memory and encrypted privacy through one API.

55 tools. 25 brokers. Every asset class. One API.

Every tool callable via REST or MCP. Exact decimal precision on all financial values. Every call metered, audited, and encrypted. Built for machine to machine economy.

The layers

Six layers handle the full trading lifecycle.

LayerWhat it handlesCount
RiskPosition sizing (G-formula), Iron Fist validation, kill switches, daily loss controls, portfolio risk12 tools
IntelligenceRegime detection, pattern recognition, structural breaks, trend analysis, IV surface, options flow11 tools
AnalysisMonte Carlo simulation, Kelly criterion, drawdown analysis, Sharpe/Sortino/Calmar, System R Score18 tools
PlanningOptions position sizing, futures position sizing, multi-leg strategy building, spread planning4 tools
Execution25 broker adapters across equities, options, futures, crypto, forex, prediction markets25 brokers
MemoryBehavioral fingerprinting, bias detection, trajectory prediction, trade journal, anomaly detection8 tools

Built on top of the layers

Every layer runs on shared infrastructure that enforces privacy, memory, auditability, and security by default.

CapabilityDetail
Per-agent encryptionAES-128-CBC (Fernet) across all data paths. Strategies, credentials, and wallet data encrypted at rest. Only the owning agent can decrypt.
Compounding memoryAgents store observations, recall patterns, and detect their own cognitive biases. Behavioral fingerprinting and trajectory prediction improve with every session.
Complete audit trailEvery data read, every risk check, every decision logged. What was read, what passed, what was decided and why. Compliance ready.
Zero-trust architecturePlatform Guardian monitors all activity. Threat scoring, rate limiting, session binding, request signing. Honeypot routes detect probing.

Works with everything you already use

Connect via MCP protocol, Python SDK, or REST API. Bring your own market data from any provider.

Agent clients

ClientIntegration
Claude DesktopMCP config in claude_desktop_config.json
Claude Codeclaude mcp add systemr
CursorMCP settings JSON
Any MCP clientSSE at https://agents.systemr.ai/mcp/sse
Pythonpip install systemr
REST APIPOST /v1/tools/call with X-API-Key header

Data sources

System R is data-source agnostic. You bring the market data, we do the analysis, risk management, and execution.

ProviderWhat it provides
Financial DatasetsFinancial statements, SEC filings, earnings, insider trades, stock prices
PolygonReal-time quotes, OHLCV bars, options chains, news
Alpha VantageStock prices, forex, crypto, technical indicators
SEC EDGAR10-K, 10-Q, 8-K filings (free public API)
Any OHLCV sourceAny provider that returns open/high/low/close/volume bars

Quick start

from systemr import SystemRClient
 
client = SystemRClient(api_key="sr_agent_...")
 
gate = client.pre_trade_gate(
    symbol="AAPL",
    direction="long",
    entry_price="185.50",
    stop_price="180.00",
    equity="100000",
)
 
print(gate["approved"])     # True
print(gate["shares"])       # 363
print(gate["risk_score"])   # 23

One call. Position sizing, risk validation, and system health. Cost: $0.01.

Get started

Install the SDK, register an agent, and start calling tools.

pip install systemr
  1. Register an agent and receive an API key
  2. Call tools via REST (POST /v1/tools/call) or MCP protocol
  3. Connect a broker and execute trades with built-in risk validation

Base URL

https://agents.systemr.ai

Authentication: X-API-Key header on all requests.

System R AI
Python SDKpip install systemr
MCP Serveragents.systemr.ai/mcp/sse
OpenAPI Specagents.systemr.ai/openapi.json
Machine Docsagents.systemr.ai/llms.txt
GitHubSystem-R-AI
X@Systemrai
YouTube@systemr_ai
Emailhello@systemr.ai
Phone628 333 6693
Address7901 4TH ST N, STE 28529, ST PETERSBURG, FL 33702
TermsTerms of Service
PrivacyPrivacy Policy
SecuritySecurity Policy
© 2026 System R AI. Software platform. Not financial advice.

On this page