Server data from the Official MCP Registry
Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.
Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.
QuantRisk MCP server has reasonable authentication via API keys and appropriate permissions for its purpose (financial data APIs, network access). However, several code quality and security concerns reduce confidence: missing input validation on user-supplied portfolio data, overly broad error handling that may log sensitive information, the Stripe webhook handler lacks robust signature verification with inadequate error differentiation, and the API key generation uses UUID truncation which is acceptable but could be more explicit. No evidence of data exfiltration or malicious patterns, but the codebase needs hardening around credential handling and input validation for production use. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: YOUR_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-78degrees-quantrisk": {
"env": {
"YOUR_API_KEY": "your-your-api-key-here"
},
"args": [
"-y",
"@quantrisk/mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.