Analytics
quantrisk.dev
Provides financial portfolio risk analysis and optimization tools including VaR, Monte Carlo simulation, stress testing, and mean-variance optimization.
ENDPOINT 1
https://quantrisk-mcp.quantrisk.workers.dev/mcp
MCP server metadata
- Name
- quantrisk
- Version
- 1.0.0
Known tools 10
analyze_riskCalculate core risk metrics for a portfolio — Value at Risk (VaR), Conditional VaR (CVaR), volatility, beta, and max drawdown.
Inferred read-onlymonte_carlo_simulationRun Monte Carlo simulation on a portfolio to model the distribution of future returns, including percentile outcomes and probability of loss.
Inferred read-onlystress_testStress test a portfolio against historical crisis scenarios (GFC 2008, COVID 2020, etc.
Inferred read-onlyoptimize_portfolioFind the optimal portfolio allocation using mean-variance optimization.
Inferred read-onlyperformance_attributionBreak down portfolio performance into factor exposures, sector allocation, and position contributions.
Inferred read-onlysector_exposureBreak down portfolio exposure by GICS sector, market cap, and asset class.
Inferred read-onlycompare_portfoliosCompare two or more portfolio allocations head-to-head across all key risk and return metrics.
Inferred read-onlycalculate_greeksCalculate option Greeks (delta, gamma, theta, vega, rho) for individual options or an options portfolio.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.quantrisk]
url = "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quantrisk": {
"type": "http",
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quantrisk
Remote MCP URL: https://quantrisk-mcp.quantrisk.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"quantrisk": {
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quantrisk": {
"type": "http",
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quantrisk",
"transport": "streamable-http",
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.