QuantRisk
Rank #30,496dev.quantrisk/mcp-server
Portfolio risk analytics — VaR, Monte Carlo, optimization, options Greeks, stress testing.
QuantRisk is a Model Context Protocol (MCP) server published by 78degrees. It ranks #30,496 of 76,851 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. QuantRisk is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on May 9, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 46,355 of 76,851 servers on MCP Toplist.
Use QuantRisk
Add QuantRisk to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"quantrisk": {
"url": "https://quantrisk-mcp.quantrisk.workers.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"quantrisk": {
"command": "npx",
"args": [
"-y",
"@quantrisk/mcp-server"
],
"env": {
"QUANTRISK_API_KEY": "<your QUANTRISK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
78degrees
Other servers by 78degrees
View all 78degrees servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | May 9, 2026 |
Frequently asked questions
- Who maintains QuantRisk?
- QuantRisk is maintained by 78degrees, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is QuantRisk listed on the Official MCP Registry?
- Yes — QuantRisk is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does QuantRisk have?
- MCP Toplist tracks 1 version of QuantRisk, most recently published on May 9, 2026.
- Where can I find the source code for QuantRisk?
- The source code for QuantRisk is hosted at github.com/78degrees/mcp-server.