← Back to Plugins
MCP Server MCP

HPSILab Quant Finance

github By github 👁 1 views ▲ 0 votes

HPSILab Quant finance MCP for US stocks, ETFs, options, Monte Carlo, backtesting, and risk analysis.

Homepage Verified source GitHub

Install

uvx hpsilab-quant-finance-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://hpsilab.com/mcp",
      "headers": [
        {
          "description": "Bearer API key generated and managed in HPSILab Settings. All financial research tools require a valid API key.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "hpsilab-quant-finance-mcp",
      "version": "0.9.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "HPSILab API key generated and managed in HPSILab Settings.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HPSILAB_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...