Analytics
hpsilab.com
Provides financial analytics including implied volatility, Monte Carlo simulations, AI predictions, backtest performance, and option chain pressure for stocks.
ENDPOINT 1
https://hpsilab.com/mcp
MCP server metadata
- Name
- hpsilab-quant-finance
- Version
- 1.4.2
Quantitative stock and options research only; never execute trades. Use analyze_stock for a broad overview and dedicated tools for IV, options pressure, Monte Carlo, backtests, or pre-trade risk. Live market outputs can change. generate_stock_images and generate_stock_research_report create hosted artifacts, may consume quota or payment, and are not idempotent.
Known tools 10
register_accountRegister a free hpsilab account for yourself, with no human involvement, and receive an API key immediately.
Inferred read-onlyget_iv_radarImplied-volatility (IV) structure for a stock: how expensive options are, whether volatility is being squeezed, and whether traders are paying up for upside (calls) or downside (puts).
Inferred read-onlyget_monte_carloMonte Carlo price simulation for the next ~10 trading days: thousands of random price paths estimate a likely price range and the odds of finishing higher.
Inferred read-onlyget_ai_predictionAI next-day prediction: probability the stock closes UP, a plain buy/watch/sell-lean signal, and how strongly the models agree (consensus).
Inferred read-onlyget_equity_curveBacktest performance of the quant strategy across your watchlist: Sharpe ratio, max drawdown, win rate and total return per symbol.
Inferred read-onlyget_option_pressureOption-chain pressure map for the nearest weekly/monthly expiry — Max Pain, dealer Gamma Wall, likely weekly high, and an extreme squeeze target.
Inferred read-onlygenerate_stock_research_reportFull markdown research report with five stock-report charts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hpsilab-quant-finance]
url = "https://hpsilab.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hpsilab-quant-finance": {
"type": "http",
"url": "https://hpsilab.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hpsilab-quant-finance
Remote MCP URL: https://hpsilab.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hpsilab-quant-finance": {
"url": "https://hpsilab.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hpsilab-quant-finance": {
"type": "http",
"url": "https://hpsilab.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hpsilab-quant-finance",
"transport": "streamable-http",
"url": "https://hpsilab.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hpsilab.com was fetched 2026-08-03T09:23:37.350Z and is being refreshed.
hpsilab.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.