DeFi Intelligence Engine
x402/defi-intelligence-enginex402 service listed on awesome-x402: DeFi Intelligence Engine [x402: $0.001/call on eip155:8453, category=utility]
Tools · 17
Select the single best DeFi yield opportunity for a given asset and risk profile. Scores 13,800+ pools across 548 protocols and 115 chains using a 9-signal risk algorithm (TVL, APY stability, reward …
Analyse détaillée du risque d'un protocole spécifique pour un asset.
Comparaison side-by-side risk-ajustée de plusieurs protocoles.
Register an APY threshold alert. Returns alert_id to check later. FREE. Fires when get_best_yield finds an opportunity exceeding threshold_apy. Use yield_alert_check with alert_id to poll status. Use…
Poll a yield alert status. FREE. Safe to call frequently — uses cached data. Returns current status (triggered/watching), current best APY vs threshold, and full recommendation if triggered.
Delete a yield alert by ID. FREE.
List all active yield alerts. Useful for agents managing multiple positions. FREE. Returns: JSON with all alerts, their status, and age in seconds.
Split capital optimally across multiple DeFi protocols for maximum risk-adjusted yield. Unlike get_best_yield (one protocol), this tool returns a weighted multi-protocol allocation that maximizes APY…
Select the best liquid staking protocol for a given asset and risk profile. Scores protocols by TVL, audit count, age, and momentum. Returns one recommendation with reasoning and top alternatives. Co…
Select the best restaking protocol by TVL and risk profile. Covers base restaking (EigenLayer, Symbiotic, Karak) and liquid restaking tokens (EtherFi, Renzo, Puffer, Kelp). Scored by TVL, audits, and…
Select the best Real World Asset (RWA) protocol by TVL and risk profile. Covers tokenized T-bills (Ondo USDY, BlackRock BUIDL), private credit (Maple, Centrifuge), and real estate protocols. Scored b…
Get top perpetuals/derivatives protocols ranked by 24h volume. Covers Hyperliquid, dYdX, GMX, Drift, Jupiter Perps, and 50+ others. Returns volume, open interest, and market share for each protocol. …
Compare perpetuals protocols side-by-side by volume and activity.
Complete DeFi market snapshot across all categories. FREE. Returns top protocol per category: Yield, Liquid Staking, Restaking, RWA, and Perps top-3. Ideal first call for agents needing market contex…
Get current gas prices across urgency levels for a given chain. FREE. Returns safe/standard/fast gas prices in Gwei with USD cost estimate for a standard ERC-20 transfer (21,000 gas). Use this when:…
Predict the best time window to execute transactions for minimum gas cost. Uses historical Ethereum gas patterns (hourly + day-of-week multipliers) to identify upcoming low-gas windows. Typical savin…
Score a smart contract for security risks using GoPlus Security API. Checks for: honeypot detection, buy/sell tax, ownership risks, proxy patterns, trading cooldowns, blacklist functions, mint capabi…
Prompts · 1
Monitor yield and act when threshold is reached. Usage: /yield-watch asset=USDC target_apy=6.0 risk=safe
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"defi_intelligence_engine": {
"url": "https://defi-yield-engine-production.up.railway.app/mcp",
"transport": "http"
}
}
}