Back to MCP Directory
Connections & Capabilities
Connects To
GitHubDiscord
Capabilities
read
Quickstart
Config
{
"mcpServers": {
"funding-rates-mcp": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/funding-rates-mcp", "run", "funding-rates-mcp"]
}
}
}Exposed MCP Tools (1)
safe
compare_funding_ratesCompares funding rates for specified symbols across exchanges, returning a pivoted table with divergence.
Read-only operation; retrieves and compares data without modifying any system state.
Safety Assessment
This MCP server is generally safe due to its read-only nature and limited scope. However, users should be aware of the reliance on external APIs and potential for data inaccuracies due to network issues or compromised data sources.
- Read-only access to funding rate data.
- No write or delete operations.
- No direct access to user credentials or exchange API keys.
- Sandboxed environment within the MCP server.
- Limited network exposure.
- Potential for data manipulation if the source APIs are compromised.
- Reliance on external exchange APIs introduces dependency risk.
- Improper error handling could lead to inaccurate data.
- Network connectivity issues could disrupt data retrieval.
