DeFi Yields MCP
@kukapay
About DeFi Yields MCP
An MCP server for AI agents to explore DeFi yield opportunities, powered by DefiLlama.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"defi-yields-mcp": {
"command": "uvx",
"args": [
"mcp",
"install",
"-m",
"defi_yields_mcp",
"--name",
"DeFi Yields Server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DeFi Yields MCP?
DeFi Yields MCP is an MCP server that enables AI agents to explore DeFi yield opportunities using data from DefiLlama. It is designed for developers and users who want to integrate on-chain yield analysis into AI workflows.
How to use DeFi Yields MCP?
Install the server via uvx mcp install -m defi_yields_mcp --name "DeFi Yields Server" or manually add a configuration to Claude Desktop’s settings. Once configured, use natural language commands such as “Fetch yield pools for the Lido project” or “Analyze yield pools on Ethereum.” The server exposes the get_yield_pools tool and the analyze_yields prompt.
Key features of DeFi Yields MCP
- Retrieves DeFi yield pool data from DefiLlama.
- Filters yield pools by chain (e.g., Ethereum, Solana) or project (e.g., Lido, Aave).
- Provides an analysis prompt that guides AI agents to examine APY, 30-day mean APY, and predictions.
- Runs directly with
uvx– no manual setup beyond configuration. - Returns structured JSON output for downstream use.
Use cases of DeFi Yields MCP
- Fetch live yield pools for a specific blockchain to identify top opportunities.
- Analyze STETH pool performance including predicted APY trends.
- Compare 30‑day mean APYs across multiple Solana pools.
- Integrate DefiLlama yield data into an AI‑powered financial assistant.
FAQ from DeFi Yields MCP
What data source does DeFi Yields MCP use?
It fetches yield pool data from DefiLlama’s public API.
How do I install DeFi Yields MCP?
Run uvx mcp install -m defi_yields_mcp --name "DeFi Yields Server" for automatic installation, or manually add the server configuration to Claude Desktop’s settings file.
What tools does the server provide?
It provides the get_yield_pools tool to fetch filtered yield data and the analyze_yields prompt that generates tailored analysis instructions for AI agents.
What are the runtime requirements?
Python 3.10 or later and the uvx package runner are required.
Is authentication needed to use the server?
No authentication is required; it uses public DefiLlama data with no API keys or credentials.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments