# DeFi Yield Finder — Best APY Across 100+ Protocols

DeFi yield aggregator API for AI agents. Find the best lending, staking, and LP yields across 100+ protocols (Aave, Compound, Morpho, Lido, Yearn, Curve, Convex). Powered by DeFiLlama with TVL, risk …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/defi-yields

# Browse available tools
npx -y smithery tool list axel-belfort/defi-yields

# Get full schema for a tool
npx -y smithery tool get axel-belfort/defi-yields defi_find_best_yields

# Call a tool
npx -y smithery tool call axel-belfort/defi-yields defi_find_best_yields '{}'
```

## Direct MCP Connection

Endpoint: `https://defi-yields--axel-belfort.run.tools`

## Tools (1)

- `defi_find_best_yields` — Use this when you need to find the best DeFi yields for a token across all chains and protocols. Returns ranked opportu…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/defi-yields <tool-name>
```
