Aave MCP
Aave v4 over MCP, via the official AaveKit API — hubs, spokes, and reserves with live supply/borrow APYs, per-address portfolio views (positions, earned interest, health factor, borrowing power), wallet balances with the best available yield, and construction-only supply/withdraw/borrow/repay transactions. Free, no API key.
Endpoint
POST https://aave-mcp.yeetful.com/mcp
Tools
- markets / reserves — hubs, spokes, and every pool with live APYs, caps, collateral factors
- portfolio — positions, supplies + earned interest, borrows, health factor for any address
- balances — what a wallet holds that Aave lists, with the best supply APY for each
- activities — supply/borrow/repay/withdraw history
- preview — health factor + borrowing power AFTER a hypothetical action, before building it
- build_supply / build_withdraw / build_borrow / build_repay / build_collateral_toggle — unsigned transactions the user signs
- check_transaction — confirm a sent transaction has been indexed
- graphql_query — read-only escape hatch to the full AaveKit query surface
Safety
Signature-free by construction — the AaveKit API only reads state and prepares calldata; the build_* tools return unsigned transactions for the USER's wallet to sign. No keys held, nothing submitted. Designed to flow into Yeetful's guardrail + sign pipeline.
Service metadata: /api/info