mcp-server-defillama
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| defillama_get_protocolsA | List all protocols tracked by DefiLlama |
| defillama_get_protocol_tvlB | Get TVL data for a specific protocol |
| defillama_get_chain_tvlC | Get TVL data for a specific chain |
| defillama_get_token_pricesC | Get current prices of tokens |
| defillama_get_historical_pricesC | Get historical prices of tokens |
| defillama_get_stablecoinsA | List all stablecoins tracked by DefiLlama |
| defillama_get_stablecoin_dataC | Get data for a specific stablecoin |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct data type (protocols, protocol TVL, chain TVL, token prices, historical prices, stablecoins, stablecoin data). There is no overlap that would confuse an agent selecting a tool.
All tools follow the exact same verb_noun pattern: defillama_get_<entity>. Naming is uniformly snake_case and descriptive.
With 7 tools, the server is well-scoped for a read-only DeFi data API. Each tool covers a core data category without unnecessary bloat.
The toolset covers the main DefiLlama data categories: protocols, chains, tokens, and stablecoins. Minor gaps exist such as lack of historical TVL or yield/fee data, but the core read operations are present.