概览
H|ψ⟩ Quantum Finance MCP server gives Claude real-time access to institutional-grade trading analytics powered by Quantum State Vectors and ensemble ML.
5 tools available:
- get_iv_radar — Options IV structure, squeeze score, risk reversal, and volatility regime for any ticker. Free for all users.
- get_monte_carlo — 10-day Monte Carlo simulation with 5,000 paths. Returns 90% probability range, mean simulated close, and upside probability. Pro required.
- get_ai_prediction — Next-session up probability with ensemble confidence. Three models vote: Random Forest, Logistic Regression, Ensemble. Pro required.
- get_equity_curves — Strategy performance tracking with Sharpe ratio, max drawdown, win rate, and total return. Pro required.
- get_option_pressure — Option Chain Pressure Map with Max Pain, Dealer Gamma Wall, Likely Weekly High, and Extreme Squeeze targets. Pro required.
Free tier: get_iv_radar + predictions for NVDA/AAPL/TSLA Pro tier: $9.99/month — full access to all 5 tools
Platform: hpsilab.com Available in English · 中文 · 日本語
服务器配置
{
"mcpServers": {
"hpsilab": {
"command": "python",
"args": [
"E:\\apps\\quantum_app\\mcp_server\\server.py"
],
"env": {
"HPSILAB_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIyMSIsImV4cCI6MTc4MTk3NDE1NX0.wqrbcjogKvplt1ihdO8qDweQbSr7Z6L7uz7KQUDjfVM"
}
}
}
}