Labsco
MCP SERVER

DeFi Rates

by qingfeng

Query live DeFi lending rates, yields, and whale activity across chains from the conversation.

DeFi Positions & On-Chain AnalyticsVerified
Summary
Live lending-market data an agent can compare and act on, without wiring up any protocol SDK.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command — npx -y @asahi001/defi-rates-mcp