1. Conduid
  2. Developer Tools
  3. DeFi Rates
MCP server · Developer Tools

DeFi Rates

MCP server providing AI assistants real-time access to DeFi lending rates across 13+ protocols (Aave, Morpho, Compound, etc.)

Unclaimed last commit 7 months ago finance
45Fair

Scored 4 days ago · breakdown

About DeFi Rates

DeFi Rates is an MCP server published by qingfeng in the Developer Tools category: mCP server providing AI assistants real-time access to DeFi lending rates across 13+ protocols (Aave, Morpho, Compound, etc.). It has been installed 0 times through Conduid.

The repository has 4 stars and 0 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx defi-rates-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about DeFi Rates

Powered by Claude · Grounded in docs

I know everything about DeFi Rates. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.2v1.0.2
v1.0.1v1.0.1

README

DeFi Lending Pro - Remote MCP Server

MCP Compatible ERC-8004

Remote MCP server providing real-time DeFi lending data for AI agents.

Give Claude and other AI assistants the power to query DeFi rates, monitor whale activity, and track on-chain lending events in real-time!

Remote Endpoint

https://defiborrow.loan/mcp

No installation required - just configure your MCP client to use the HTTP endpoint.

Features

  • 14+ Protocols: Aave, Morpho, Compound, Venus, Lista, Spark, Felix, Euler, Drift, Jupiter, HypurrFi & more
  • Real-time Data: Updated hourly from production DeFi protocols
  • 8 Powerful Tools: Query rates, track whales, monitor liquidations, find best yields
  • Multi-Chain: Ethereum, Arbitrum, Base, BSC, Solana, HyperEVM
  • On-chain Events: Real-time lending event monitoring (borrows, deposits, liquidations)
  • Usage Stats: Built-in analytics at /mcp/stats

Available Tools

On-chain Event Tools

1. get_recent_events

Get recent on-chain lending events (borrows, deposits, liquidations, repays).

Parameter Type Description
limit number Number of events (default: 20, max: 100)
chain string Filter by blockchain
protocol string Filter by protocol

2. get_events_by_type

Get lending events filtered by event type.

Parameter Type Description
event_type string Required. One of: borrow, deposit, withdraw, repay, liquidation, flashloan
limit number Number of events (default: 20)
chain string Filter by blockchain

3. get_whale_activity

Get large lending events (whale activity >$100K USD).

Parameter Type Description
min_amount_usd number Minimum USD amount (default: 100000)
limit number Number of events (default: 20)
chain string Filter by blockchain
event_type string Filter by event type

4. get_liquidations

Get recent liquidation events across all protocols.

Parameter Type Description
limit number Number of events (default: 20)
chain string Filter by blockchain
protocol string Filter by protocol

Lending Rate Tools

5. get_lending_rates

Get current lending/borrowing rates across DeFi protocols.

Parameter Type Description
chain string Filter by blockchain
platform string Filter by platform (AAVE, Morpho, Compound, etc.)
asset string Filter by borrow asset (USDC, USDT, ETH, etc.)
collateral string Filter by collateral asset
limit number Number of results (default: 50)

6. get_earn_markets

Get earn/yield markets (single-asset deposits like Spark stUSDS, Morpho Vaults).

Parameter Type Description
chain string Filter by blockchain
platform string Filter by platform
asset string Filter by deposit asset
min_apy number Minimum APY percentage
limit number Number of results (default: 50)

7. find_best_borrow

Find the lowest borrowing rate for a specific asset across all platforms.

Parameter Type Description
asset string Required. Asset to borrow (USDC, USDT, ETH, etc.)
chain string Limit search to specific chain
top_n number Return top N results (default: 5)

8. find_best_yield

Find the highest deposit/supply yield for a specific asset.

Parameter Type Description
asset string Required. Asset to deposit
chain string Limit search to specific chain
include_earn_markets boolean Include vaults/staking (default: true)
top_n number Return top N results (default: 5)

Quick Start

Claude Code

Run this command to add the remote MCP server:

claude mcp add --transport http defi-lending-pro https://defiborrow.loan/mcp

Verify configuration:

claude mcp list

Claude Desktop

Edit your config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "defi-lending-pro": {
      "type": "url",
      "url": "https://defiborrow.loan/mcp"
    }
  }
}

Save and restart Claude Desktop. Look for the plug icon to verify connection.

Other MCP Clients

Use the HTTP transport with endpoint:

POST https://defiborrow.loan/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list",
  "params": {}
}

Usage Examples

After setup, try asking:

Query Lending Rates

  • "What's the lowest USDC borrow rate right now?"
  • "Show me ETH lending rates on Ethereum"
  • "Compare USDC/WETH rates between Aave and Morpho"

Find Best Yields

  • "Where can I get the best yield on USDC?"
  • "What's the APY for Spark stUSDS?"
  • "Find the top 5 highest yield stablecoin products"

Monitor Whale Activity

  • "Any recent whale lending activity?"
  • "Show me large borrows over $500K"
  • "What are the latest liquidations on Ethereum?"

Track On-chain Events

  • "Show me recent flashloans"
  • "Get the latest deposit events on Aave"
  • "What lending activity happened in the last hour?"

API Reference

MCP Protocol

The server implements Model Context Protocol (JSON-RPC 2.0 over HTTP).

Supported Methods:

  • initialize - Initialize connection
  • tools/list - List available tools
  • tools/call - Execute a tool
  • resources/list - List resources (empty)
  • prompts/list - List prompts (empty)

Usage Statistics

View usage stats at:

GET https://defiborrow.loan/mcp/stats?days=7

Returns:

  • Total calls and success rate
  • Calls by method and tool
  • Unique clients
  • Daily breakdown
  • Average response time

Data Sources

Protocol Chains Type
Aave Ethereum, Arbitrum, Base, Optimism, Polygon, Avalanche, Gnosis Lending
Morpho Ethereum, Base Lending + Vaults
Compound V3 Ethereum, Arbitrum, Base, Optimism, Polygon Lending
Venus BSC Lending
Lista BSC Lending + Earn
Spark Ethereum, Gnosis Lending + Earn (stUSDS 12%+ APY)
Fluid Ethereum, Arbitrum, Base Lending
HyperLend HyperEVM Lending
HypurrFi HyperEVM Lending
Euler Ethereum, Arbitrum, Base Lending + Vaults
Drift Solana Lending
Jupiter Solana Lending
Felix Solana Earn

Update Frequency: Hourly

ERC-8004 Agent

This service is registered as an ERC-8004 AI Agent:

Learn more about ERC-8004 - the AI Agent Trust Layer standard.

Links

License

MIT

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About DeFi Rates

How do I install DeFi Rates?

Run npx defi-rates-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is DeFi Rates safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is DeFi Rates still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.