DeFi Rates MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_ratesC | Get the latest DeFi lending rates (collateralized borrowing markets). You can filter by platform, chain, asset, or collateral. |
| get_earn_marketsA | Get single-asset earn/vault products (no collateral required). Includes Morpho Vaults, Spark sUSDS/stUSDS, Compound cTokens, AAVE aTokens, etc. These are simple deposit products that earn yield without borrowing. |
| get_dbi_indexA | Get the DBI (DeFi Borrow Index) - a weighted average of stablecoin borrow rates across major protocols. |
| search_best_ratesB | Find the best borrow or supply rates for a specific asset. |
| calculate_looping_strategyC | Calculate the leverage looping strategy metrics including leverage multiplier, liquidation price, and interest costs. |
| compare_platformsC | Compare borrow/supply rates across different platforms for the same asset pair. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap: calculate_looping_strategy focuses on leverage metrics, compare_platforms compares rates across platforms, get_dbi_index retrieves a specific index, get_earn_markets lists deposit products, get_latest_rates provides lending rates, and search_best_rates finds optimal rates. The descriptions clearly differentiate their functions, eliminating any ambiguity.
The tool names follow a consistent verb_noun pattern (e.g., calculate_looping_strategy, compare_platforms, get_dbi_index) with all using snake_case. However, there is a minor deviation with 'search_best_rates' using 'search' instead of 'get' or 'compare', which slightly breaks the pattern but remains readable and coherent.
With 6 tools, the count is well-scoped for a DeFi rates server, covering key areas like strategy calculation, rate comparison, index retrieval, market listings, and rate searches. Each tool earns its place without redundancy, making it efficient for agents to navigate and use.
The tool set provides comprehensive coverage for DeFi rates, including borrowing, lending, deposits, and strategy analysis. Minor gaps exist, such as no explicit tools for historical rate trends or protocol-specific detailed analytics, but agents can work around these using the available tools for core workflows.