trackmcp
Back to directory
RJW34

funding-rate-mcp

View on GitHub

MCP server for Hyperliquid perpetual funding rate opportunities. Scans 229 markets for extreme hourly rates.

0 stars PythonOthers Updated Apr 13, 2026

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

bash
pip install funding-rate-mcp

Claude Desktop

json
{
  "mcpServers": {
    "funding-rate": {
      "command": "python",
      "args": ["-m", "funding_rate_mcp"]
    }
  }
}

Then ask: *"What are the best funding rate opportunities on Hyperliquid right now?"*

Tools

ToolDescription
`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

code
> 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

Frequently asked questions

What is funding-rate-mcp?

funding-rate-mcp is MCP server for Hyperliquid perpetual funding rate opportunities. Scans 229 markets for extreme hourly rates.

How do I install funding-rate-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is funding-rate-mcp open source?

Yes — it is hosted on GitHub at https://github.com/RJW34/funding-rate-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP