defi_protocol_fees
ActiveTool of mcp-defillama
declared in 0.1.0
Check daily fees and revenue for a DeFi protocol. Returns fee trends to analyze profitability and income changes over time.
Parameters schema
{
"type": "object",
"examples": [
{
"protocol": "uniswap"
},
{
"protocol": "aave",
"data_type": "dailyRevenue"
}
],
"required": [
"protocol"
],
"properties": {
"protocol": {
"type": "string",
"description": "Protocol slug (e.g., \"aave\", \"uniswap\", \"lido\")"
},
"data_type": {
"type": "string",
"description": "Type of data: \"dailyFees\" or \"dailyRevenue\" (default: \"dailyFees\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-defillama
https://github.com/pipeworx-io/mcp-defillama
2/7 registries