Catalog
MCP
Officialby ironflowsh
Tick-level Hyperliquid market data: fills, L4 book, funding, liquidations, smart triggers.
Provides tick-level Hyperliquid exchange data including orderbook, funding, and liquidations.
README not available yet.
Install
Configuration
Environment variables
IRONFLOW_API_KEYrequiredsecretIronflow API key. Create one at https://ironflow.sh/dashboard/login (free tier covers 24h of history with no credit card).
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@ironflowsh/mcp@0.4.1"
],
"env": {
"IRONFLOW_API_KEY": "<YOUR_IRONFLOW_API_KEY>"
}
}
}
}