# Base DeFi Yield Optimizer API MCP server

Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-base-defi
- Repository: https://github.com/Br0ski777/base-defi-x402
- Website: https://github.com/Br0ski777/base-defi-x402

## Install
- Endpoint: https://base-defi.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://base-defi.api.klymax402.com/mcp

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

1. opportunities: array of yield farms ranked by APY
2. protocol: protocol name (Aerodrome, Moonwell)
3. pool: pool name and token pair
4. apy: current annual percentage yield
5. tvl: total value locked in USD
6. riskScore: risk rating (1-10, lower is safer)
7. type: yield type (LP, lending, staking)

Example output: {"opportunities":[{"protocol":"Aerodrome","pool":"USDC/WETH","apy":18.5,"tvl":45000000,"riskScore":3,"type":"LP"},{"protocol":"Moonwell","pool":"USDC Lending","apy":5.2,"tvl":120000000,"riskScore":1,"type":"lending"}],"chain":"base","totalPools":12}

Use this FOR deploying capital on Base chain specifically. Curated list of vetted Base-native protocols only.

Do NOT use for multi-chain yields -- use defi_find_best_yields instead. Do NOT use for swap quotes on Base -- use dex_get_swap_quote instead. Do NOT use for liquidation risk -- use defi_get_liquidation_levels instead. Endpoint: https://base-defi.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
