USDD Analytics MCP
OfficialServer 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 |
|---|---|
| get_earn_apyA | USDD Savings APY per chain (TRON, ETH, BSC). Call this MCP tool when comparing Earn rates across chains. |
| get_susdd_supplyA | sUSDD total supply broken down by chain. Call this MCP tool for analytics on Earn participation per chain. |
| get_usdd_supplyA | USDD supply broken down by chain, excluding sUSDD. Call this MCP tool for per-chain USDD distribution. |
| get_supply_historyA | Daily time series of USDD and sUSDD supply per chain. Use get_collateral_history for collateral value history. |
| get_collateral_historyA | Daily time series of total collateral value per chain. This is protocol-wide chain history, not per-ilk vault history. |
| get_circulating_supplyB | Raw USDD circulating supply (single number). |
| get_total_supplyA | Raw USDD total supply (single number). Call this MCP tool for current raw supply stats. |
| get_public_protocol_overviewA | Public REST protocol overview with total supply, TVL, Earn TVL, and current APY fields. |
| get_public_protocol_overview_infoB | Public REST protocol overview with 24h daily-change fields. |
| get_public_dsr_apyB | Public REST DSR APY current, average, and per-chain history. |
| get_vault_collateralsC | Public REST vault collateral configuration list. |
| get_latest_collateralA | Public REST per-chain collateral snapshot. Chain must be tron, eth, or bsc. |
| get_chain_collateral_historyA | Public REST per-chain historical series for 7D/1M/6M/1Y charts. This is keyed by chain and interval, not by ilk. |
| get_smart_allocator_detailA | Public REST Smart Allocator detail overview with allocations, earnings, and vault info. |
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 14 tools
Most tools target distinct metrics, but get_public_protocol_overview and get_public_protocol_overview_info are nearly identical in name and purpose, and get_earn_apy vs get_public_dsr_apy both concern APY with unclear differences. The descriptions help somewhat, but the boundaries are not clear.
All tool names follow a consistent get_<object> pattern using snake_case. There are no mixed conventions or alternate verb styles, making the naming predictable.
The 14 tools cover a reasonable breadth of USDD analytics without feeling bloated or sparse. Each tool addresses a specific data need, and the count fits the typical well-scoped range.
The set covers core analytics: supply, APY, collateral, overview, and vault details. Minor gaps exist, such as no per-ilk collateral history (explicitly noted) and no price data, but the primary workflows are supported.