The rate and yield tools take the same filters, so an agent can go from 'where is USDC cheapest to borrow' to 'where does it earn most' in two calls, while the event tools let it watch liquidations and whale moves as they land on-chain.
A remote MCP server that gives an assistant real-time DeFi lending data — borrow and supply rates, yield markets, and on-chain lending events across Aave, Morpho, Compound and other protocols on several chains.
- get_lending_rates and get_earn_markets return current borrow/supply rates and single-asset yield markets, filterable by chain, platform, asset, and collateral
- find_best_borrow and find_best_yield rank the cheapest place to borrow an asset and the highest yield to supply it
- get_recent_events, get_events_by_type, and get_liquidations stream on-chain lending activity — borrows, deposits, withdrawals, repays, liquidations, flashloans
- get_whale_activity surfaces large lending events above a USD threshold you set
A hosted HTTP endpoint — point an MCP client at it, no install and no account. The data covers multiple chains including Ethereum, Arbitrum, Base, BSC, and Solana.
One command — npx -y @asahi001/defi-rates-mcp
