kukapay/defi-yields-mcp
If you are the rightful owner of defi-yields-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
DeFi Yields MCP is a server for AI agents to explore DeFi yield opportunities, powered by DefiLlama.
Tools
Functions exposed to the LLM to take actions
get_yield_pools
Fetch DeFi yield pools from the yields.llama.fi API, optionally filtering by chain or project. Returns symbol, project, tvlUsd, apy, apyMean30d, and predictions for each pool.
Args: chain: Optional filter for blockchain (e.g., 'Ethereum', 'Solana') project: Optional filter for project name (e.g., 'lido', 'aave-v3')
Prompts
Interactive templates invoked by user choice
analyze_yields
Generate a prompt to analyze DeFi yield pools, optionally filtered by chain or project.
Args: chain: Optional blockchain filter project: Optional project filter
Resources
Contextual data attached and managed by the client