Back

DefiLlama Agent
Provides DeFi protocol, chain, and yield metrics including TVL, fees, volume, and yield trend analysis from DefiLlama.
Tags
DeFiAnalytics
Tools (3)
get_protocol_metrics
Get metrics for a DeFi protocol including TVL, fees, volume (for DEXes), revenue, deployed chains, and growth trend. Use this tool when you want to analyze a DeFi project. You must input the defillama slug obtained from project knowledge base.
required: protocol
get_chain_metrics
Get metrics for a blockchain including TVL, fees, top protocols by fees, and growth trends.
required: chain
search_yield_pools
Search DefiLlama yield pools with optional filters for projects, chains, symbols, and stablecoin flag. Returns compact results with APY and TVL trend metrics. List filters (projects/chains/symbols) use OR matching, while different filter types are combined with AND.
Pricing
1 credit/use
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/DefiLlamaAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/DefiLlamaAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}