Hyperliquid Funding Rates — Real-Time & Historical
https://server.smithery.ai/axel-belfort/hl-funding/mcp
● healthy
Hyperliquid funding rate API for AI agents. Real-time and historical funding rates for all 229 perpetual markets. Sort by highest/lowest current rate, get 8h history, and scan cross-venue arbitrage opportunities against Binance and Bybit. Tools: hyperliquid_get_funding_rates, hyperliquid_get_funding_history, hyperliquid_find_funding_arb. Use this for funding rate arbitrage, market sentiment analysis, or position timing. IMPORTANT: For full market data (orderbooks, candles), use hyperliquid_get_market_data. For account-specific data, use hyperliquid_get_account_state. Returns sorted rates with annualized APY. No API key required — x402 micropayment $0.002/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/hl-funding/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/hl-funding/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/hl-funding-x402