DeFi Protocol Data
Server Details
DeFi protocol data: TVL, yield pools, and cross-chain analytics
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 3 of 3 tools scored.
Each tool targets a distinct aspect of DeFi data: chain TVL, protocol TVL, and yield pools, with no overlapping functionality.
All tools follow a consistent 'get_<domain>' pattern, making the tool names predictable and easy to understand.
Three tools is a focused and appropriate set for querying DeFi data, covering key metrics without unnecessary bloat.
The tools cover the main DeFi data categories (chain TVL, protocol TVL, yield pools), though additional features like historical comparisons or token details could enhance completeness.
Available Tools
3 toolsget_chain_tvlAInspect
Get blockchain ecosystem TVL data. Returns all chains ranked by TVL, or TVL history for a specific chain.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain name for history (e.g. Ethereum, BSC, Solana). Omit for all chains. | |
| limit | No | History data points (default 10, max 30) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must compensate. It correctly indicates read-only behavior ('Get', 'Returns'), but does not mention data freshness, rate limits, or authentication needs. Adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that conveys all essential information without redundancy or wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the description covers the basic functionality, it lacks detail on the output format (e.g., fields for TVL, timestamps for history). No output schema exists, so the description should have hinted at the response structure for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the baseline is 3. The description adds value by explaining the dual-mode behavior: omitting chain returns all chains ranked, while providing a chain returns its history. This clarifies parameter usage beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool retrieves blockchain ecosystem TVL data, with two distinct modes: all chains ranked or history for a specific chain. This distinguishes it from sibling tools that focus on protocols or yield pools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use for TVL data but provides no explicit guidance on when to choose this tool over siblings like get_defi_protocols or get_yield_pools. Usage context is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_defi_protocolsAInspect
Get DeFi protocol TVL data from DefiLlama. Returns top protocols sorted by Total Value Locked. Filter by chain, minimum TVL, or get a single protocol by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Single protocol slug for detail (e.g. aave, uniswap, lido) | |
| chain | No | Filter by blockchain (ethereum, bsc, solana, arbitrum, etc.) | |
| limit | No | Number of results (default 20, max 100) | |
| min_tvl | No | Minimum TVL in USD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description states the tool returns protocols sorted by TVL, indicating a read-only operation. No annotations are provided, so the description carries the full burden; it lacks details on rate limits, pagination, or failure modes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. The first sentence states the primary purpose and data source, the second lists filtering capabilities. Information is front-loaded and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description gives a basic expectation ('returns top protocols sorted by TVL') and covers all parameters. It could be enhanced by mentioning that the result list is limited by the 'limit' parameter, but overall it's sufficient for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by grouping parameters (filter vs detail) and providing usage context (e.g., slug for single protocol detail, limit default) that the schema lacks.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Get DeFi protocol TVL data from DefiLlama' with a specific resource (protocols) and action (get TVL). It also distinguishes from siblings by focusing on protocols versus chains or yields.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly mentions filtering options (chain, minimum TVL, single protocol by slug) which helps guide usage. However, it does not explicitly state when not to use this tool or suggest alternatives from the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_yield_poolsAInspect
Get DeFi yield and APY pool data from DefiLlama. Filter from 19,000+ pools by chain, project, token symbol, or minimum APY.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain filter (ethereum, bsc, solana, etc.) | |
| limit | No | Number of results (default 20, max 50) | |
| symbol | No | Token symbol filter (e.g. USDC, ETH, BTC) | |
| min_apy | No | Minimum APY percentage | |
| min_tvl | No | Minimum pool TVL in USD | |
| project | No | Protocol name (e.g. aave, compound, curve) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It indicates a read operation ('Get') but does not disclose rate limits, data freshness, or authentication requirements. For a simple query tool, the description is adequate but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, 17 words, front-loaded with the core action. No extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 6 parameters and no output schema, the description is brief. It mentions filters but doesn't specify default ordering, result shape, or that all parameters are optional. Some important details (e.g., min_tvl filter) are missing, leaving gaps for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description repeats some filter options (chain, project, symbol, min_apy) but omits min_tvl and limit. It does not add significant meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves DeFi yield and APY pool data from DefiLlama. The verb 'Get' and resource 'yield and APY pool data' are specific, and the tool is distinct from siblings (get_chain_tvl, get_defi_protocols) which focus on chain TVL and protocol lists respectively.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for usage: it filters from 19,000+ pools by chain, project, symbol, or minimum APY. However, it does not explicitly state when to use this tool versus siblings, though the purpose is distinct enough. No exclusion conditions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseAqualityBmaintenanceComplete DeFi intelligence — Yield, Staking, Restaking, RWA, Perps, Gas Optimization & Contract Security. One answer, not raw data.17
- Alicense-qualityCmaintenanceDeFi analytics from DefiLlama, free and no authentication required.8MIT
- AlicenseAqualityCmaintenanceCross-chain DeFi intelligence MCP server for AI agents. 7 tools for yield discovery, pool analysis, profit simulation, risk scoring, whale tracking, impermanent loss calculation, and DeFi overview across 86 chains and 6,500+ liquidity pools.71AGPL 3.0