SYSTEM R AI

Overview

System R exposes all 68 tools via the Model Context Protocol for AI agent integration.

What is MCP

The Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources. System R implements an MCP server that exposes all 68 tools as discoverable, callable operations.

Why MCP

MCP allows AI agents built on any LLM to discover and use System R tools natively. Instead of hard-coding REST API calls, the agent's LLM can:

  1. Discover available tools through the MCP list_tools method.
  2. Understand each tool's purpose and parameters via the description and input schema.
  3. Call tools directly through the MCP call_tool method.
  4. Process results in the same conversation context.

Server details

PropertyValue
Server namesystemr-risk-intelligence
TransportSSE (Server-Sent Events)
URLhttps://agents.systemr.ai/mcp/sse
AuthenticationAPI key in session metadata
Tool count68

Available tools

All 68 tools from the tools reference are available via MCP with identical parameters and responses. The tools are:

  • Core (4): position sizing, risk check, performance evaluation, pricing
  • Analysis (18): drawdown, Monte Carlo, Kelly, win/loss, and more
  • Intelligence (11): patterns, structural breaks, trend, indicators, derivatives
  • Planning (4): options and futures sizing and plans
  • Data (3): P&L, expected value, compliance
  • System (5): equity curve, signals, outcomes, margin, scanner
  • Compound (2): pre-trade gate, system assessment
  • Journal (2): trade recording, trade outcome
  • Memory/ML (7): memory, biases, fingerprint, trajectory, anomalies, clustering
  • Market Data (5): quotes, movers, overview, news, scanner
  • Delegation (4): task delegation, agent listing, status, cancellation
  • Agent (2): agent creation, capability listing
  • Alert (2): alert creation, alert listing

MCP registries

System R is listed on major MCP registries:

Agents using these registries can discover System R tools automatically.

Billing via MCP

All 68 MCP tools are completely free. No balance check, no deduction. You only pay for LLM chat inference and research enrichment.

Next steps

See MCP Configuration for setup instructions with Claude Desktop, Cursor, and other MCP clients.

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