MCP Llama
A hosted MCP server for DefiLlama
Get Started
Put https://mcpllama.com/mcp
into your AI's settings to start using MCP LLama
Connect Claude Desktop
While MCP LLama supports http-streaming
, in order to use it with Claude Desktop you'll need to use the mcp-remote
package to tunnel out and use SSE
.
{
"mcpServers": {
"mcp-llama": {
"command": "npx",
"args": ["mcp-remote", "https://mcpllama.com/sse"]
}
}
}
Available Tools
Protocol Information
Get formatted summary, TVL, & chain info about a particular protocol.
Input:
- Protocol Name -
String
Chain TVL
Fetch TVL information about total defi TVL or a specific chain's TVL.
Input:
- Chain:
String
- Start Date:
Date (YYYY-MM-DD)
- End Date:
Date (YYYY-MM-DD)