← Back to Plugins
MCP Server MCP

System R Risk Intelligence

github By github 👁 1 views ▲ 0 votes

Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist.

Homepage Verified source GitHub

Install

uvx systemr

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agents.systemr.ai/mcp/sse",
      "headers": [
        {
          "description": "Agent API key from https://agents.systemr.ai/v1/agents/register",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://agents.systemr.ai/mcp/sse",
      "headers": [
        {
          "description": "Agent API key from https://agents.systemr.ai/v1/agents/register",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "systemr",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http sse pypi

Comments

Sign in to leave a comment

Loading comments...