From e41c36cdded25cc579f64d8a20489106fecb6334 Mon Sep 17 00:00:00 2001 From: Asahi Date: Thu, 16 Oct 2025 21:18:43 +0900 Subject: [PATCH] Add DeFi Rates MCP server (#2836) * Add DeFi Rates MCP server to third-party list DeFi Rates is an MCP server providing real-time access to DeFi lending rates across 13+ major protocols including Aave, Morpho, Compound, Venus, Solend, Drift, and Jupiter. Features: - Query borrow/supply rates across multiple chains - Compare rates between platforms - Search for best lending opportunities - Calculate looping strategy metrics npm: @asahi001/defi-rates-mcp Website: https://defiborrow.loan * Move DeFi Rates to Community Servers section As requested by maintainers, moved DeFi Rates from Official Integrations to Community Servers section, maintaining alphabetical order. * Update README.md --------- Co-authored-by: adam jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dae8cce50..633884e09f 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[DeepSeek MCP Server](https://github.com/DMontgomery40/deepseek-mcp-server)** - Model Context Protocol server integrating DeepSeek's advanced language models, in addition to [other useful API endpoints](https://github.com/DMontgomery40/deepseek-mcp-server?tab=readme-ov-file#features) - **[deepseek-thinker-mcp](https://github.com/ruixingshi/deepseek-thinker-mcp)** - A MCP (Model Context Protocol) provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's thought processes from the Deepseek API service or from a local Ollama server. - **[Deepseek_R1](https://github.com/66julienmartin/MCP-server-Deepseek_R1)** - A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3) +- **[DeFi Rates](https://github.com/qingfeng/defi-rates-mcp)** - Query real-time DeFi lending rates across 13+ protocols (Aave, Morpho, Compound, Venus, Solend, Drift, Jupiter, etc.). Compare rates, search best opportunities, and calculate looping strategies across Ethereum, Arbitrum, Base, BSC, Solana, and HyperEVM. - **[Depyler](https://github.com/paiml/depyler/blob/main/docs/mcp-integration.md)** - Energy-efficient Python-to-Rust transpiler with progressive verification, enabling AI assistants to convert Python code to safe, performant Rust while reducing energy consumption by 75-85%. - **[deploy-mcp](https://github.com/alexpota/deploy-mcp)** - Universal deployment tracker for AI assistants with live status badges and deployment monitoring. - **[Descope](https://github.com/descope-sample-apps/descope-mcp-server)** - An MCP server to integrate with [Descope](https://descope.com) to search audit logs, manage users, and more.