Install
$ agentstack add mcp-34t34f3-defi-yield-scanner-mcp ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
DeFi Yield Scanner MCP Server
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
- DexScreener - Real-time token prices and DEX data
- DeFiLlama - Yield data from 500+ protocols
Installation
npm install defi-yield-scanner-mcp
Claude Desktop
Add to your claudedesktopconfig.json:
{
"mcpServers": {
"defi-scanner": {
"command": "npx",
"args": ["defi-yield-scanner-mcp"]
}
}
}
OpenClaw
openclaw mcp add defi-scanner -- npx defi-yield-scanner-mcp
Tools
scantokenrisk
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", ... }
scandefiyields
Find top yield opportunities on Base chain. Real-time APY data from DeFiLlama across major protocols.
checkwalletexposure
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
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 34t34f3
- Source: 34t34f3/defi-yield-scanner-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.