solana_tvl

$0.005 USDC per call

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.

Parameters
NameTypeRequiredDescription
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)
Example Call
// MCP tool call
{
  "name": "solana_tvl",
  "arguments": {
    "category": "",
    "limit": "",
    "includeHistory": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground