Hyperliquid Liquidation Risk Index for LangChain
io.github.mayer-code/hlrisk
Real-time Hyperliquid BTC/ETH liquidation risk index and recent backstop liquidations, free via MCP.
client:LangChain
transport:streamable-http
tools:2
Install Hyperliquid Liquidation Risk Index in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hlrisk": {
"transport": "streamable_http",
"url": "https://hlrisk.paidapis.net/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs