hpsilab-mcp-sdk - Build AI-powered stock analysis agents with MCP

by
AI-powered quantitative finance tools via MCP,SDK and examples for H|ψ⟩ Quantum Finance MCP - haiyunsky/hpsilab-mcp-sdk hpsilab-mcp-sdk is an open-source MCP server and SDK focused on quantitative finance. It provides stock screening, technical indicators, market analysis, and AI-agent integrations through the Model Context Protocol (MCP), enabling Claude, ChatGPT, and other MCP-compatible clients to access financial intelligence tools.

Add a comment

Replies

Best
Maker
📌
Hey ! Just published my Python SDK on PyPI: ```python pip install hpsilab-mcp from hpsilab_mcp import HpsiMcpClient client = HpsiMcpClient( api_key="hpsi_*****", ) client.get_iv_radar("TSLA") ``` Docs: Let me know what you think!