# Perpetual Funding Rates API MCP server

Perp funding rates across Binance, Bybit, OKX — open interest, sentiment. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-funding-rates
- Repository: https://github.com/Br0ski777/funding-rates-x402
- Website: https://github.com/Br0ski777/funding-rates-x402

## Install
- Endpoint: https://funding-rates.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://funding-rates.api.klymax402.com/mcp

## Tools
- perp_get_funding_rates - Use this when you need current perpetual futures funding rates for a single asset across exchanges. Returns rates comparison in JSON.

1. symbol: trading pair symbol
2. rates: array per exchange with exchange name, current funding rate, annualized rate
3. openInterest: open interest in USD per exchange
4. predictedNextRate: predicted next funding rate per exchange
5. nextFundingTime: timestamp of next funding event

Example output: {"symbol":"ETH","rates":[{"exchange":"Binance","rate":0.0082,"annualized":8.98},{"exchange":"Bybit","rate":0.0075,"annualized":8.21},{"exchange":"OKX","rate":0.0091,"annualized":9.97}],"openInterest":{"Binance":2150000000},"nextFundingTime":"2026-04-13T16:00:00Z"}

Use this FOR monitoring funding costs on your perpetual positions and timing entries. Essential for basis trading and funding cost management.

Do NOT use for spot prices -- use dex_get_swap_quote instead. Do NOT use for yields -- use defi_find_best_yields instead. Do NOT use for cross-exchange arbitrage scanning -- use perp_scan_funding_arbitrage instead. Endpoint: https://funding-rates.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
