QuantRisk✓
dev.quantrisk/mcp-server · v1.0.2
v1.0.2▦ npm npm: @quantrisk/mcp-server🌐 https://quantrisk-mcp.quantrisk.workers.dev/mcp↗ Website↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.quantrisk/mcp-server",
"description": "Portfolio risk analytics — VaR, Monte Carlo, optimization, options Greeks, stress testing.",
"title": "QuantRisk",
"repository": {
"url": "https://github.com/78degrees/mcp-server",
"source": "github"
},
"version": "1.0.2",
"websiteUrl": "https://quantrisk.dev",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@quantrisk/mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from https://quantrisk.dev/upgrade. Optional — without one, requests run on the free tier (limited tools and call quotas).",
"isSecret": true,
"name": "QUANTRISK_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "mcp-publisher",
"tool_version": "1.7.8"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}