Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist.
claude mcp add systemr-risk-intelligence --transport http https://agents.systemr.ai/mcp/sse
~/.cursor/mcp.json
{
"mcpServers": {
"systemr-risk-intelligence": {
"url": "https://agents.systemr.ai/mcp/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"systemr-risk-intelligence": {
"serverUrl": "https://agents.systemr.ai/mcp/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"systemr-risk-intelligence": {
"type": "http",
"url": "https://agents.systemr.ai/mcp/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"systemr-risk-intelligence": {
"url": "https://agents.systemr.ai/mcp/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"systemr-risk-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agents.systemr.ai/mcp/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://agents.systemr.ai/mcp/sse |
X-API-Key: •••••• (required)
|
| sse | https://agents.systemr.ai/mcp/sse |
X-API-Key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.System-R-AI--systemr-risk-intelligence/reviews or the review_server meta-tool.
POST /mcp