Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Defi Yield Scanner

FreeNot checked

Real-time DeFi analytics MCP server for AI agents. Provides token risk analysis, yield scanning, and wallet exposure checking across Base, Ethereum, and Arbitru

GitHubEmbed

About

Real-time DeFi analytics MCP server for AI agents. Provides token risk analysis, yield scanning, and wallet exposure checking across Base, Ethereum, and Arbitrum.

README

Real-time DeFi analytics MCP server for AI agents. Provides token risk analysis, yield scanning, and wallet exposure checking across Base, Ethereum, and Arbitrum.

Features

  • Token Risk Scanner - Comprehensive risk analysis with liquidity depth, volume activity, market cap analysis, and risk scoring
  • DeFi Yield Scanner - Top yield opportunities from Aave, Morpho, Compound, Moonwell, and Uniswap via DeFiLlama
  • Wallet Exposure Check - Portfolio risk analysis across DeFi protocols

Data Sources

Installation

npm install defi-yield-scanner-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "defi-scanner": {
      "command": "npx",
      "args": ["defi-yield-scanner-mcp"]
    }
  }
}

OpenClaw

openclaw mcp add defi-scanner -- npx defi-yield-scanner-mcp

Tools

scan_token_risk

Analyze any token by contract address. Returns risk score (0-100), liquidity depth, volume analysis, and actionable risk assessment.

Input: { "token_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b" }
Output: { "token": "VIRTUAL", "riskScore": 55, "riskLevel": "MODERATE", ... }

scan_defi_yields

Find top yield opportunities on Base chain. Real-time APY data from DeFiLlama across major protocols.

check_wallet_exposure

Analyze wallet exposure and diversification across DeFi protocols.

Example Output

{
  "token": "VIRTUAL",
  "price": "$0.67",
  "marketCap": "$441M",
  "riskScore": 55,
  "riskLevel": "MODERATE",
  "liquidity": "$762,232",
  "analysis": {
    "liquidityDepth": "Adequate",
    "volumeActivity": "Active",
    "mcToLiqRatio": "0.0017"
  }
}

License

MIT

from github.com/34t34f3/defi-yield-scanner-mcp

Install Defi Yield Scanner in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install defi-yield-scanner-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add defi-yield-scanner-mcp -- npx -y defi-yield-scanner-mcp

FAQ

Is Defi Yield Scanner MCP free?

Yes, Defi Yield Scanner MCP is free — one-click install via Unyly at no cost.

Does Defi Yield Scanner need an API key?

No, Defi Yield Scanner runs without API keys or environment variables.

Is Defi Yield Scanner hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Defi Yield Scanner in Claude Desktop, Claude Code or Cursor?

Open Defi Yield Scanner on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Defi Yield Scanner with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs