DefiLlama (DeFi Analytics) Connector for AI agents.
19 live capabilities
Get real-time DeFi analytics and TVL data for your on-chain research.
Waiting for input…
Why people use DefiLlama (DeFi Analytics)
DefiLlama DeFi Analytics for On-Chain Research
This Connector changes that by making DefiLlama your agent's direct data source. Instead of clicking through menus, you just ask your agent to pull the TVL for a specific chain or find the highest APY for a pool. You get the data you need in a single response, letting you focus on the analysis instead of the data entry.
What Vinkius changes
You get instant access to professional-grade DeFi data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Comparing chain activity
A researcher needs to know which chain has the most activity.
- Real-world use case 02
Finding the best yield spot
A yield farmer wants to find the best spot for USDC.
- Real-world use case 03
Analyzing protocol growth
A dev needs to know if a protocol is growing.
Complete set · 19capabilities
The complete DefiLlama (DeFi Analytics) capability set.
These are the exact actions your AI can choose when you ask it to work with DefiLlama (DeFi Analytics).
01—04
4 capabilities in this set.
Part of 19 available through DefiLlama (DeFi Analytics).
- 01 Capability
Get all pools
Retrieves current APY and TVL for all liquidity pools. This helps you spot the best yield farming opportunities quickly.
- 02 Capability
Get all stablecoins
Lists all stablecoins currently tracked. Use it to get a full list of stable assets in the ecosystem.
- 03 Capability
Get bridge volume chain
Shows bridge volume for a specific chain. Use it to see how much capital is moving in or out of a network.
- 04 Capability
Get current prices
Gets the price of specific tokens using a chain and address format. Use it to check real-time values for any asset.
05—08
4 capabilities in this set.
Part of 19 available through DefiLlama (DeFi Analytics).
- 05 Capability
Get current tvl chain
Returns the current TVL for one specific blockchain. It's great for focusing on a single network's health.
- 06 Capability
Get dex volume chain
Shows the DEX volume for a specific chain. Use it to measure trading activity on a particular network.
- 07 Capability
Get dex volumes global
Provides a global view of DEX volumes. It helps you see the total trading scale of the entire DeFi market.
- 08 Capability
Get historical prices
Gets token prices at a specific point in time. Use this to see how an asset performed on a specific date.
09—12
4 capabilities in this set.
Part of 19 available through DefiLlama (DeFi Analytics).
- 09 Capability
Get historical tvl global
Pulls the historical TVL of the entire DeFi ecosystem. It's the go-to for seeing the long-term growth of DeFi.
- 10 Capability
Get percentage change
Calculates the price change over a specific period. Use it to see how much an asset has moved in a day or week.
- 11 Capability
Get pool historical data
Retrieves historical APY and TVL for a specific pool. It helps you see if a pool's yield is sustainable.
- 12 Capability
Get price chart
Generates a price chart for a token over time. Use it to visualize price action for your research reports.
13—16
4 capabilities in this set.
Part of 19 available through DefiLlama (DeFi Analytics).
- 13 Capability
Get protocol
Fetches historical TVL data for a specific protocol. It's perfect for analyzing a project's growth trajectory.
- 14 Capability
Get stablecoin historical data
Retrieves historical data for stablecoins. Use it to monitor peg stability over time.
- 15 Capability
Get stablecoin market cap chain
Gets the stablecoin market cap for a specific chain. It's a key metric for measuring liquidity on a network.
- 16 Capability
Get all bridges
Lists every bridge currently tracked by DefiLlama. Use this to see all cross-chain paths at once.
17—19
3 capabilities in this set.
Part of 19 available through DefiLlama (DeFi Analytics).
- 17 Capability
Get all chains tvl
Fetches the current Total Value Locked for every chain. It's the fastest way to see which networks are currently leading.
- 18 Capability
Get protocols
Lists all protocols on DefiLlama with their current TVL. Use this to get a bird's-eye view of the whole market.
- 19 Capability
Get historical tvl chain
Pulls historical TVL for a specific blockchain. Use it to track the growth of a single chain over months or years.
Set up in minutes
One URL. Then ask DefiLlama (DeFi Analytics) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DefiLlama (DeFi Analytics) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it DefiLlama (DeFi Analytics), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DefiLlama (DeFi Analytics) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the DefiLlama (DeFi Analytics) URL.
- Step 03
Save and start
Save the connection and enable DefiLlama (DeFi Analytics) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"defillama-defi-analytics": {
"url": "https://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using DefiLlama (DeFi Analytics)
Open Agent mode in chat and ask: "Using DefiLlama (DeFi Analytics), help me...". 19 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"defillama-defi-analytics": {
"url": "https://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using DefiLlama (DeFi Analytics)
Ask Copilot: "Using DefiLlama (DeFi Analytics), help me...". 19 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"defillama-defi-analytics": {
"url": "https://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using DefiLlama (DeFi Analytics)
Open Cascade and ask: "Using DefiLlama (DeFi Analytics), help me...". 19 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"defillama-defi-analytics": {
"url": "https://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using DefiLlama (DeFi Analytics)
Ask Cline: "Using DefiLlama (DeFi Analytics), help me...". 19 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add defillama-defi-analytics --transport http "https://edge.vinkius.com/vk_preview_fk2smHObQez1FZWVD6gJDk8kAT57AKOsngV9sZay/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using DefiLlama (DeFi Analytics)
Ask Claude: "Using DefiLlama (DeFi Analytics), show me...". 19 tools are ready
Where the request belongs
Work DefiLlama can move forward.
This is for the crypto researcher who spends hours on spreadsheets, the DeFi dev building price feeds, or the portfolio manager who needs a constant pulse on TVL and yields across multiple chains.
Crypto Analyst
Performs deep-dive research on protocol growth and on-chain trends without manual scraping.
DeFi Developer
Pulls real-time price and TVL data into their internal capabilities or development workflows.
Portfolio Manager
Monitors market trends and yield farming opportunities across different ecosystems instantly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDextools (DeFi Token Data API)
Access real-time DeFi market data, token prices, liquidity pairs, and blockchain information across multiple networks via Dextools.
DeBank (DeFi Wallet Tracker)
Track DeFi portfolios, analyze protocols, and monitor wallet history across multiple chains using DeBank's comprehensive data.
GeckoTerminal (DeFi Token Tracker)
Track DeFi tokens, liquidity pools, and DEX activity across 100+ blockchains using real-time GeckoTerminal data.
Zerion (DeFi Portfolio)
Track DeFi portfolios, NFT holdings, and transaction history across 500+ protocols and multiple chains via Zerion.
Amberdata (Digital Asset & Crypto Market Data API)
Access institutional-grade crypto market data, on-chain metrics, and DeFi insights directly from your AI agent.
CoinGecko
Access real-time cryptocurrency prices, market data, and on-chain analytics from the world's leading crypto data aggregator.
Bring your own AI
Change the model, client or framework. Keep DefiLlama connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about DefiLlama.
The practical details behind the request, access and result.
Can the DefiLlama MCP help me find the best yield farming pools?
Yes, it can pull the current APY and TVL for all liquidity pools at once. This allows your agent to identify the highest-earning opportunities across different chains instantly.
How do I use DefiLlama MCP to track TVL on specific chains?
You can ask your agent to fetch the TVL for any specific blockchain. It will return the current total value locked, helping you see which networks are gaining the most traction.
Can DefiLlama MCP provide historical data for crypto projects?
Yes, it can pull historical TVL for specific protocols and the entire DeFi ecosystem. This helps you see how a project has grown over months or years.
Does the DefiLlama MCP work for stablecoin analysis?
It does. You can use it to get the current market cap of stablecoins on specific chains or look at their historical performance to check for peg stability.
Is the DefiLlama MCP good for comparing DEX volumes?
It's great for that. You can pull global DEX volumes or specific chain volumes to see where the most trading activity is happening in real time.
Can I use DefiLlama MCP to see bridge activity?
Yes, it can pull the volume for all bridges or for specific chains. This makes it easy to see how much capital is moving between different blockchains.
How can I check the current TVL of a specific blockchain like Ethereum or Solana?
You can use the get_current_tvl_chain capability by providing the chain name. The agent will return the total value locked in USD for that specific network immediately.
Is it possible to see a price chart for a specific token?
Yes! Use the get_price_chart capability with the token's chain and address (e.g., ethereum:0x...). It will provide historical price data points that your agent can use to describe trends.
How do I find the highest yielding liquidity pools available?
The get_all_pools capability retrieves current APY and TVL data for all tracked pools. Your agent can then filter and sort these to find the best opportunities based on your criteria.
One connection away
Give your agent a direct line to DefiLlama.
Connect DefiLlama once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available