Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) for Claude Desktop
dev.tesseralytics/hyperliquid-data
Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts.
client:Claude Desktop
transport:streamable-http
tools:9
Install Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hyperliquid-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tesseralytics.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs