System R Risk Intelligence✓
io.github.System-R-AI/systemr-risk-intelligence · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.System-R-AI/systemr-risk-intelligence",
"description": "Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist.",
"title": "System R Risk Intelligence",
"repository": {
"url": "https://github.com/System-R-AI/systemr-python",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "systemr",
"version": "1.0.2",
"transport": {
"type": "stdio"
}
}
],
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}