carrydesk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CARRYDESK_API_BASE | No | Base URL of the Carrydesk API. Overrides the default. | https://carry.pelazas.com |
| CARRYDESK_PRIVATE_KEY | No | Private key used by the agent to automatically pay for paid endpoints. Without it, free tools work and paid tools return the price. |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| carry_snapshotA | FREE. Cross-sectional funding-carry snapshot for Hyperliquid perps: the top 5 coins on each leg (long = market pays you to hold, short = you get paid to short) plus the carry spread. Delayed 24h. Use this first. |
| carry_methodA | FREE. How the carry ranking is computed -- universe filter, lookback, leg construction -- and the caveats that matter before anyone trades on it. Read this before presenting the numbers as actionable. |
| carry_healthB | FREE. Service health and data freshness. |
| carry_rankingsA | PAID (~$0.05 USDC). Full live cross-sectional funding-carry ranking across every liquid Hyperliquid perp: trailing 14d mean funding annualized, rank, long/short leg and dollar-neutral weights, plus outlier-robust spread variants. Set k to change coins per leg (1-20). |
| carry_historyA | PAID (~$0.02 USDC). Archived rank and trailing funding history for one coin, from carrydesk's own published snapshots. Use to check whether a coin's carry is persistent or a one-day artifact. |
| carry_universeA | PAID (~$0.01 USDC). The liquid Hyperliquid perp universe sorted by daily notional volume, with open interest, mark price and current funding. |
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 6 tools
Each tool targets a distinct aspect: snapshot gives a delayed cross-sectional summary, rankings provides live full data with adjustable parameters, history covers single-coin persistence, universe lists liquid perps, method explains methodology, and health checks service status. No two tools could be confused.
All tool names follow a strict carry_<noun> pattern, making the purpose of each immediately clear. This is perfectly consistent and predictable across the server.
Six tools is well-scoped for a specialized data service: one snapshot, one live ranking, one history lookup, one universe list, plus method and health. Each earns its place without redundancy or bloat.
The server covers the full lifecycle of carry data delivery: explanation (method), overview (snapshot), live detail (rankings), single-coin history (history), underlying assets (universe), and reliability (health). No obvious gaps for the stated purpose.