MCP Server
MCP
HPSILab Quant Finance
HPSILab Quant finance MCP for US stocks, ETFs, options, Monte Carlo, backtesting, and risk analysis.
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
By
Comments
Sign in to leave a comment