Funding Rates MCP
@kukapay
About Funding Rates MCP
An MCP server that provides real-time funding rate data across major crypto exchanges.
Basic information
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
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments