{"name":"io.github.haiyunsky/hpsilab-quant-finance-mcp","slug":"haiyunsky-hpsilab-quant-finance-mcp","title":"HPSILab Quant Finance","description":"HPSILab Quant finance MCP for US stocks, ETFs, options, Monte Carlo, backtesting, and risk analysis.","url":"https://mcp.market/server/haiyunsky-hpsilab-quant-finance-mcp","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":35,"stars":1,"forks":0,"downloads_week":63,"last_push_at":"2026-09-20T15:26:08.000Z","license":"MIT"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T04:05:45.656Z","last_ok_at":"2026-09-21T04:05:45.656Z","latency_ms":943},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/haiyunsky/hpsilab-quant-finance-mcp","website":"https://hpsilab.com","version":"0.10.0","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.10.0","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"}]}],"tools":[{"name":"analyze_stock","description":"Aggregate all quant tools into one JSON stock analysis.\n\n    The tool reuses the existing MCP tools as its data sources, then derives a\n    direction signal, direction score, bullish factors, bearish factors and\n    plain-English summary. If one underlying tool is gated, unavailable or\n    raises an error, the remaining tools still contribute to the final result\n    (status \"partial\"); if every underlying tool fails, the whole call fails\n    (status \"error\", isError=True) instead of a misleadingly \"successful\"\n    empty analysis.\n\n    Args:\n        symbol: Stock symbol, e.g. \"NVDA\".\n        refresh: Request fresh IV Radar data instead of using the backend's\n            fresh IV cache. Defaults to False.\n        lang: Language for `summary`, `bullish_factors` and `bearish_factors`\n            - \"en\" (default), \"zh\" or \"ja\"; regional forms like \"zh-CN\" are\n            accepted. Everything else in the response, `signal` included, is\n            language-independent, so an existing caller that omits this gets\n            byte-identical output to before.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"refresh":{"default":false,"title":"Refresh","type":"boolean"},"lang":{"default":"en","title":"Lang","type":"string"}},"required":["symbol"],"title":"analyze_stockArguments"}},{"name":"generate_stock_images","description":"Generate stock-report PNG images and return their URLs.\n\n    This is intentionally separate from analyze_stock so the JSON analysis stays\n    fast and light. The backend reuses the same Growth Engine image generators\n    used by email/social publishing.\n\n    Args:\n        symbol: Stock symbol, e.g. \"RXRX\".\n        force: Regenerate images instead of using cached PNGs. Defaults to True\n            so manually requested images reflect the latest available data.\n        types: Optional subset of chart types. Allowed values are\n            \"ai_prediction\", \"iv_radar\", \"option_pressure\", \"monte_carlo\",\n            and \"equity_curves\". Omit to generate every chart type.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"force":{"default":true,"title":"Force","type":"boolean"},"types":{"anyOf":[{"items":{"enum":["ai_prediction","iv_radar","option_pressure","monte_carlo","equity_curves"],"type":"string"},"type":"array"},{"type":"null"}],"default":null,"title":"Types"}},"required":["symbol"],"title":"generate_stock_imagesArguments"}},{"name":"generate_stock_research_report","description":"Full markdown research report with five stock-report charts. Pro tool\n    ($0.35/call via x402 for anonymous callers; free within plan limits for\n    signed-in accounts, subject to a monthly report quota).\n\n    Runs analyze_stock and stock-report image generation concurrently, then\n    renders a presentation-ready markdown report (direction, direction score, bullish /\n    bearish factors, source-tool status, and the five chart embeds). The markdown\n    is returned for display and the same data is mirrored in structured JSON.\n\n    Signed-in hpsilab users call this within their plan's free rate limits.\n    Anonymous / tokenless agents pay per call via x402 (USDC on Base) when\n    payments are enabled — send the x402 payment in the request _meta.\n\n    Args:\n        symbol: Stock symbol, e.g. \"RXRX\".\n        refresh: Bypass the backend's fresh IV cache for the IV-driven modules.\n            Defaults to False.\n        force_images: Force a fresh image render instead of reusing the backend's\n            image cache. Defaults to False.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"refresh":{"default":false,"title":"Refresh","type":"boolean"},"force_images":{"default":false,"title":"Force Images","type":"boolean"}},"required":["symbol"],"title":"generate_stock_research_reportArguments"}},{"name":"get_ai_prediction","description":"AI next-day prediction: probability the stock closes UP, a plain\n    buy/watch/sell-lean signal, and how strongly the models agree (consensus).\n\n    Available to every authenticated plan (Free / Pro / Enterprise); subject\n    to the caller's plan requests/day and requests/minute limits.\n\n    Args:\n        ticker: Stock symbol, e.g. \"TSLA\".\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_ai_predictionArguments"}},{"name":"get_equity_curve","description":"Backtest performance of the quant strategy across your watchlist:\n    Sharpe ratio, max drawdown, win rate and total return per symbol.\n\n    Available to every authenticated plan (Free / Pro / Enterprise); subject\n    to the caller's plan requests/day and requests/minute limits.\n\n    Args:\n        ticker: Optional symbol to show just one row, e.g. \"SPY\". Leave blank for all.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"default":"","title":"Ticker","type":"string"}},"title":"get_equity_curveArguments"}},{"name":"get_iv_radar","description":"Implied-volatility (IV) structure for a stock: how expensive options are,\n    whether volatility is being squeezed, and whether traders are paying up for\n    upside (calls) or downside (puts). Available to all signed-in users.\n\n    Args:\n        ticker: Stock symbol, e.g. \"NVDA\".\n        refresh: Bypass the backend's fresh IV cache and request the latest\n            option-chain pull. Defaults to False.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"},"refresh":{"default":false,"title":"Refresh","type":"boolean"}},"required":["ticker"],"title":"get_iv_radarArguments"}},{"name":"get_monte_carlo","description":"Monte Carlo price simulation for the next ~10 trading days: thousands of\n    random price paths estimate a likely price range and the odds of finishing\n    higher.\n\n    Args:\n        ticker: Stock symbol, e.g. \"AAPL\".\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_monte_carloArguments"}},{"name":"get_option_pressure","description":"Option-chain pressure map for the nearest weekly/monthly expiry — Max\n    Pain, dealer Gamma Wall, likely weekly high, and an extreme squeeze target.\n\n    Args:\n        ticker: Stock symbol, e.g. \"SPY\".\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"title":"Ticker","type":"string"}},"required":["ticker"],"title":"get_option_pressureArguments"}},{"name":"get_pretrade_risk_scan","description":"Full pre-trade risk scan JSON for a stock. Pro tool ($0.15/call via x402\n    for anonymous callers; free within plan limits for signed-in accounts).\n\n    Signed-in hpsilab users call this within their plan's free rate limits.\n    Anonymous / tokenless agents pay per call via x402 (USDC on Base) when\n    payments are enabled — send the x402 payment in the request _meta.\n\n    Args:\n        symbol: Stock symbol, e.g. \"NVDA\".\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"}},"required":["symbol"],"title":"get_pretrade_risk_scanArguments"}},{"name":"register_account","description":"Register a free hpsilab account for yourself, with no human involvement,\n    and receive an API key immediately.\n\n    Call this when you are hitting anonymous daily limits and want a higher\n    allowance. You do not need a password, a wallet, or a web browser. The\n    account is bound to you server-side, so calls you make after this are\n    metered as your account even though you cannot change your own\n    Authorization header.\n\n    Registering keeps the anonymous daily allowance until the email address is\n    confirmed; confirming it unlocks the full Free plan. Ask the human you are\n    working with to click the link in the email that will arrive.\n\n    A valid user email address is required. Do not call this tool with an\n    empty or fabricated email address. If the user's email is unavailable,\n    ask the user to provide it before calling register_account.\n\n    Args:\n        email: The real user email address that will receive verification.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"format":"email","title":"Email","type":"string"}},"required":["email"],"title":"register_accountArguments"}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-21T05:09:13.660Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:09:13.699Z","components":{"code":{"score":25,"max":25,"notes":["6 source files scanned"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2296ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://hpsilab.com/mcp","reachable":true,"authRequired":false,"latencyMs":2296,"serverInfo":{"name":"hpsilab-quant-finance","version":"1.4.3"}}],"packages":[{"registryType":"pypi","identifier":"hpsilab-quant-finance-mcp","version":"0.10.0","found":true,"weeklyDownloads":63,"license":"MIT","dependencyCount":6,"publishedAt":"2026-08-28T01:17:03.834272Z","repositoryUrl":"https://github.com/haiyunsky/hpsilab-quant-finance-mcp"}],"repo":{"found":true,"owner":"haiyunsky","repo":"hpsilab-quant-finance-mcp","archived":false,"pushedAt":"2026-09-20T15:26:08Z","stars":1,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/47544782?v=4","ownerCreatedAt":"2019-02-12T00:04:31Z","license":"MIT"},"icon":{"url":"https://hpsilab.com/favicon.svg","source":"site"},"presence":{"stars":1,"forks":0,"downloadsWeek":63,"license":"MIT","lastPushAt":"2026-09-20T15:26:08.000Z","score":35}}}},"grade_history":[],"reviews":[]}