LiquidVision — Crypto Derivatives Data for LangChain
app.liquidvision/derivatives
Exchange-exact crypto derivatives data for AI agents: OI, funding, liquidations, 13 venues.
client:LangChain
transport:streamable-http
tools:29
Install LiquidVision — Crypto Derivatives Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"derivatives": {
"transport": "streamable_http",
"url": "https://liquidvision.app/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
- list_markets
- get_accuracy
- get_funding_rates
- get_microstructure
- get_positioning_regime
- get_liquidation_cascades
- get_funding_dispersion
- get_funding_settlements
- get_open_interest
- get_open_interest_history
- get_funding_history
- get_long_short_ratio
- get_liquidations
- get_liquidations_summary
- get_oi_board
- get_cash_flows
- get_arbitrum_perps
- get_top_traders
- get_token_unlocks
- get_stocks
- get_liquidation_map
- get_hl_liquidation_map
- get_liquidation_heatmap
- get_orderbook_heatmap