Funding Rate MCP Server
Hyperliquid perpetual funding rate scanner. Scans 229 markets for extreme hourly rates — a known, published-in-advance edge for collecting funding payments.
Documentation
Funding Rate MCP Server
Real-time Hyperliquid perpetual funding rate scanner via MCP. Find extreme funding rates across 229 markets and identify hourly income opportunities.
Install
pip install funding-rate-mcp
Claude Desktop
{
"mcpServers": {
"funding-rate": {
"command": "python",
"args": ["-m", "funding_rate_mcp"]
}
}
}
Then ask: "What are the best funding rate opportunities on Hyperliquid right now?"
Tools
| Tool | Description |
|---|---|
scan_funding_rates(min_rate_pct, equity, leverage) | Scan all 229 perps for extreme funding rates with income projections |
get_rate(asset) | Get current funding rate for a specific asset |
list_assets() | List all markets with extreme funding rates |
How Funding Rates Work
Perpetual futures use funding rates to keep the price aligned with spot. Every hour, one side pays the other:
- Negative funding → longs get paid (market is bearish)
- Positive funding → shorts get paid (market is bullish)
When rates are extreme (-1000%+ annualized), there's a known edge: go contra to collect hourly payments.
Example
> scan_funding_rates(min_rate_pct=0.05, equity=100, leverage=5)
# Funding Rate Scan — 2026-04-12 19:44 UTC
Equity: $100 | Leverage: 5x | Notional: $500
## LOW Risk
- **LONG 0G** | rate: -0.191%/hr (-1671% ann) | $0.96/hr = $22.96/day |
fee recovery: 0.5h | mark: $0.6166 | 24h vol: $878,587
- **SHORT MAVIA** | rate: +0.089%/hr (+776% ann) | $0.44/hr = $10.62/day |
fee recovery: 1.0h | mark: $0.0304 | 24h vol: $62,178
License
MIT