flashalpha for LangChain
io.github.tdobrowolski1/flashalpha
Real-time & historical options analytics: GEX, dealer positioning, vol, VRP, 0DTE, CME futures
client:LangChain
transport:streamable-http
tools:73
Install flashalpha in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flashalpha": {
"transport": "streamable_http",
"url": "https://lab.flashalpha.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_strategy
- get_vix_state
- get_surface
- get_stock_summary
- get_stock_flow
- get_historical_exposure_summary
- post_screener
- get_historical_advanced_volatility
- get_historical_chex
- get_tickers
- get_levels
- get_flow_scan
- get_vrp
- get_expected_move
- get_realized_vol
- get_advanced_volatility
- get_historical_levels
- get_historical_narrative
- get_vrp_history
- post_structure_greeks
- get_account
- get_spot_vol_correlation
- get_svi_params
- get_exposure_basket