# Base Chain DeFi — Aerodrome, Moonwell Yields

Base chain DeFi yield API for AI agents. Top yield opportunities on Base L2: Aerodrome LP pools, Moonwell lending rates, and top farms — ranked by APY with TVL, risk assessment, and protocol info.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/base-defi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/base-defi base_get_defi_opportunities

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/base-defi base_get_defi_opportunities '{}'
```

## Direct MCP Connection

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

## Tools (1)

- `base_get_defi_opportunities` — Use this when you need DeFi yield opportunities specifically on Base chain. Returns Base-native protocol yields in JSON.

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