MCP.so
登录

DeFi Yields MCP

@kukapay

关于 DeFi Yields MCP

An MCP server for AI agents to explore DeFi yield opportunities, powered by DefiLlama.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "defi-yields-mcp": {
      "command": "uvx",
      "args": [
        "mcp",
        "install",
        "-m",
        "defi_yields_mcp",
        "--name",
        "DeFi Yields Server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器