Funding Rates MCP
@kukapay
About Funding Rates MCP
An MCP server that provides real-time funding rate data across major crypto exchanges.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"funding-rates-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
3Compares current funding rates for multiple symbols across specified exchanges, returning a pivoted Markdown table with a `Divergence` column showing the maximum funding rate difference for each symbol.
A Markdown table with symbols as rows, exchanges as columns, funding rates as values (formatted as percentages), and a `Divergence` column.
See the Examples section below.
Overview
What is Funding Rates MCP?
An MCP server that provides real-time funding rate data across major crypto exchanges (Binance, OKX, Bybit, Bitget, Gate, CoinEx). It enables agents to detect arbitrage opportunities by comparing funding rates in a pivoted table with a Divergence column.
How to use Funding Rates MCP?
Install with Python 3.10+, uv, and optionally Claude Desktop. Clone the repository, run uv sync, then configure Claude Desktop by adding the server to claude_desktop_config.json. Use the compare_funding_rates tool with required symbols parameter and optional exchanges and params to get a Markdown table.
Key features of Funding Rates MCP
- Real-time funding rates from six major exchanges
- Pivoted table output with Divergence column
- Claude Desktop integration for interactive queries
- Optional exchange filtering per query
- Tool and prompt support via MCP
Use cases of Funding Rates MCP
- Compare funding rates across exchanges for arbitrage detection
- Monitor funding rate divergence for multiple trading pairs
- Query funding rates for specific symbols on chosen exchanges
FAQ from Funding Rates MCP
What exchanges are supported?
Binance, OKX, Bybit, Bitget, Gate, and CoinEx.
How do I use the compare_funding_rates tool?
Call it with a list of trading pairs and optionally specify exchanges and parameters. It returns a Markdown table with funding rates and a Divergence column.
What are the prerequisites for installation?
Python 3.10+, uv for dependency management, and optionally Claude Desktop for interactive use.
What output format does the server return?
A pivoted Markdown table with
Frequently asked questions
What exchanges are supported?
Binance, OKX, Bybit, Bitget, Gate, and CoinEx.
How do I use the compare_funding_rates tool?
Call it with a list of trading pairs and optionally specify exchanges and parameters. It returns a Markdown table with funding rates and a Divergence column.
What are the prerequisites for installation?
Python 3.10+, uv for dependency management, and optionally Claude Desktop for interactive use.
What output format does the server return?
A pivoted Markdown table with
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments