kukapay/funding-rates-mcp
An MCP server that provides real-time funding rate data across major crypto exchanges.
Platform-specific configuration:
{
"mcpServers": {
"funding-rates-mcp": {
"command": "npx",
"args": [
"-y",
"funding-rates-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides real-time funding rate data across major crypto exchanges, enabling agents to detect arbitrage opportunities.
[](https://discord.gg/aRnuu2eJ)
Divergence column for max funding rate difference. git clone https://github.com/kukapay/funding-rates-mcp.git
cd funding-rates-mcp uv syncTo use with Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json {
"mcpServers": {
"funding-rates-mcp": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/funding-rates-mcp", "run", "funding-rates-mcp"]
}
}
}The server provides the following MCP tool for querying funding rates:
Loading reviews...