Hyperliquid Funding for Zed
xyz.honeycheck/hyperliquid-funding-mcp
Hyperliquid funding, open interest and carry spreads across all 11 venues. Paid per call, x402.
client:Zed
transport:stdio
runtime:npm
Install Hyperliquid Funding in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hyperliquid-funding-mcp": {
"command": "npx",
"args": [
"-y",
"hyperliquid-funding-mcp"
],
"env": {
"PAY_WALLET_KEY": "<PAY_WALLET_KEY>",
"PAY_CHAIN": "<PAY_CHAIN>",
"PAY_MAX_USDC_PER_CALL": "<PAY_MAX_USDC_PER_CALL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs