io.tooloracle/yieldoracle
Official8 toolsDeFi Yield Intelligence MCP — 8 tools: 19K+ pools, risk-adjusted APY, RWA yields.
Analyzes DeFi yield pools and risk-adjusted returns across 19K+ liquidity sources.
Captured live from the server via tools/list.
top_yields
Get the highest APY yield pools across all chains and protocols. Filter by min TVL, chain, stablecoin-only. Data from 19K+ DeFi pools via DeFiLlama.
Parameters (4)
- limitinteger
Results (1-30, default: 15)
- min_tvlnumber
Minimum TVL in USD (default: 100000)
- chainstring
Filter by chain: ethereum, solana, arbitrum, base, etc.
- stablecoinstring
'true' for stablecoin pools only
yield_scan
🔒 PREMIUM (requires x402 payment, $0.03): Deep scan a specific pool or token — APY breakdown (base + reward), TVL, risk score, IL exposure, 30d average. Search by name, symbol, or pool ID. → Call via https://tooloracle.io/x402/yield/mcp/ with X-PAYMENT header. New wallets get 5 free units auto-applied.
Parameters (2)
- querystring
Token or protocol name (e.g. 'USDC', 'aave')
- pool_idstring
DeFiLlama pool ID for exact match
stablecoin_yield
Safe stablecoin yields ranked by APY. Only pools with real TVL, filtered for sustainability (<200% APY). Perfect for treasury management.
Parameters (3)
- limitinteger
Results (default: 15)
- min_tvlnumber
Min TVL (default: 500000)
- chainstring
Filter by chain
rwa_yield
🔒 PREMIUM (requires x402 payment, $0.05): Tokenized treasury and Real World Asset yields — BlackRock, Ondo, Maple, Centrifuge, Goldfinch and more. The institutional DeFi layer. → Call via https://tooloracle.io/x402/yield/mcp/ with X-PAYMENT header. New wallets get 5 free units auto-applied.
Parameters (1)
- limitinteger
Results (default: 15)
risk_adjusted
🔒 PREMIUM (requires x402 payment, $0.08): APY adjusted for risk — pools ranked by real expected return after factoring liquidity, volatility, IL, and sustainability. The smart way to compare yields. → Call via https://tooloracle.io/x402/yield/mcp/ with X-PAYMENT header. New wallets get 5 free units auto-applied.
Parameters (4)
- querystring
Filter by token/protocol (optional)
- pool_idstring
Specific pool ID
- min_tvlnumber
Min TVL (default: 100000)
- limitinteger
Results (default: 15)
chain_yields
Best yields on a specific chain. Shows top pools, total chain TVL, and average APY. Great for chain-specific farming strategies.
Parameters (3)
- chainstring
Chain: ethereum, solana, arbitrum, base, bsc, polygon, etc. (default: ethereum)
- limitinteger
Results (default: 15)
- min_tvlnumber
Min TVL (default: 50000)
yield_compare
Compare two protocols side by side — average APY, max APY, TVL, chains supported, top pools. E.g. 'aave-v3' vs 'compound-v3'.
Parameters (2)
- protocol_astring
First protocol (e.g. 'aave-v3') (required)
- protocol_bstring
Second protocol (e.g. 'compound-v3') (required)
health_check
Server health, data stats (pools/chains/protocols), API status, tool list, pricing.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"yieldoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/yield/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.