Solana ecosystem TVL analytics via DeFi Llama. Returns total TVL, top protocols ranked by TVL, category breakdown (DEX, Lending, Liquid Staking, etc.), 7-day trend, and Solana's market dominance as % of total DeFi. Filter by category for focused analysis.
| Name | Type | Required | Description |
|---|---|---|---|
| category | string | optional | Filter by DeFi category (e.g. 'Dexes', 'Lending', 'Liquid Staking') |
| limit | string | optional | Top protocols to return (default: 20) |
| includeHistory | string | optional | Include 30-day daily TVL history (default: false) |
// MCP tool call
{
"name": "solana_tvl",
"arguments": {
"category": "",
"limit": "",
"includeHistory": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}