Back to Browse

Quantrisk MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

About

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

Security Report

3.2
Use Caution3.2High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Your API key for the serviceRequired

Environment variable: YOUR_API_KEY

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Quantrisk MCP Server - Portfolio risk analytics MCP server — VaR, Monte Carlo, | MCP Marketplace