DeFi Protocol Data
Official3 toolsby memoryapi
DeFi protocol data: TVL, yield pools, and cross-chain analytics
Access DeFi protocol data including TVL, yields, and cross-chain metrics.
Captured live from the server via tools/list.
get_defi_protocols
Get DeFi protocol TVL data from DefiLlama. Returns top protocols sorted by Total Value Locked. Filter by chain, minimum TVL, or get a single protocol by slug.
Parameters (4)
- chainstring
Filter by blockchain (ethereum, bsc, solana, arbitrum, etc.)
- limitnumber
Number of results (default 20, max 100)
- min_tvlnumber
Minimum TVL in USD
- slugstring
Single protocol slug for detail (e.g. aave, uniswap, lido)
get_yield_pools
Get DeFi yield and APY pool data from DefiLlama. Filter from 19,000+ pools by chain, project, token symbol, or minimum APY.
Parameters (6)
- chainstring
Blockchain filter (ethereum, bsc, solana, etc.)
- projectstring
Protocol name (e.g. aave, compound, curve)
- symbolstring
Token symbol filter (e.g. USDC, ETH, BTC)
- min_apynumber
Minimum APY percentage
- min_tvlnumber
Minimum pool TVL in USD
- limitnumber
Number of results (default 20, max 50)
get_chain_tvl
Get blockchain ecosystem TVL data. Returns all chains ranked by TVL, or TVL history for a specific chain.
Parameters (2)
- chainstring
Chain name for history (e.g. Ethereum, BSC, Solana). Omit for all chains.
- limitnumber
History data points (default 10, max 30)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://defi.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"defi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://defi.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.