defi_yields
ActiveTool of mcp-defillama
declared in 0.1.0
Find yield opportunities across DeFi pools filtered by project name, minimum TVL, or minimum APY. Returns APY, TVL, and project details.
Parameters schema
{
"type": "object",
"examples": [
{
"search": "curve"
},
{
"min_apy": 5,
"min_tvl": 1000000
}
],
"properties": {
"search": {
"type": "string",
"description": "Filter by project name (case-insensitive substring match)"
},
"min_apy": {
"type": "number",
"description": "Minimum APY percentage (e.g., 5 for 5%)"
},
"min_tvl": {
"type": "number",
"description": "Minimum TVL in USD (e.g., 1000000 for $1M)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-defillama
https://github.com/pipeworx-io/mcp-defillama
2/7 registries