Skip to main content
ClaudeWave

Cross-sectional funding-carry rankings for Hyperliquid perps — published hourly, sold per call in USDC via x402. Includes an MCP server.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · carrydesk-mcp
Claude Code CLI
claude mcp add carrydesk -- uvx carrydesk-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "carrydesk": {
      "command": "uvx",
      "args": ["carrydesk-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# carrydesk

<!-- mcp-name: io.github.pelazas/carrydesk -->

**Cross-sectional funding-carry rankings for Hyperliquid perpetuals, sold per call in USDC.**

Every hour, rank the liquid Hyperliquid perp universe by trailing 14-day mean
funding. The most negative names pay you to hold them long; the most positive pay
you to short them. The spread between those two legs is the carry — a structural
risk premium, not a prediction.

This is the same signal a live market-neutral book trades, published as an API.

---

## Endpoints

| | Endpoint | Price |
|---|---|---|
| free | `GET /v1/free/carry` — top 5 each leg, delayed 24h | — |
| free | `GET /v1/method` — how it is computed, and the caveats | — |
| free | `GET /health` | — |
| paid | `GET /v1/carry/rankings` — full live ranking, tunable `k` | $0.05 |
| paid | `GET /v1/carry/history/{coin}` — archived rank + funding | $0.02 |
| paid | `GET /v1/universe` — liquid perps by volume, OI, funding | $0.01 |

Paid endpoints are metered with [x402](https://x402.org): the server answers
`402` with payment requirements, your client pays USDC on Base, retries, and gets
the data. No account, no API key, no invoice.

---

## Quick start

```bash
curl -s https://carry.pelazas.com/v1/free/carry | jq
```

```json
{
  "carry_spread_annualized": 0.3901,
  "carry_spread_annualized_trimmed": 0.2231,
  "carry_spread_annualized_median": 0.0955,
  "outlier_dominated": false,
  "longs":  [{"coin": "PENGU", "mean_funding_annualized": -0.0636}, ...],
  "shorts": [{"coin": "SAGA",  "mean_funding_annualized":  1.9886}, ...]
}
```

Three spread numbers, always. The headline mean is what an equal-weighted book
earns; the trimmed and median readings tell you whether one illiquid name is
carrying it. On the reading above, SAGA alone accounts for most of the gap — that
is exactly the kind of thing a single number would hide.

---

## MCP

```bash
claude mcp add carrydesk -- uvx --from carrydesk carrydesk-mcp
```

No clone, no virtualenv — `uvx` fetches and runs it.

Six tools: `carry_snapshot`, `carry_method`, `carry_health` (free) and
`carry_rankings`, `carry_history`, `carry_universe` (paid). It talks to
`https://carry.pelazas.com` by default — override with `CARRYDESK_API_BASE`.

Set `CARRYDESK_PRIVATE_KEY` to let the agent pay automatically. Without it the
free tools work and paid tools return the price instead of failing, so a
wallet-less install is still useful.

---

## Local development

```bash
uv venv --python 3.12 && uv pip install -e ".[dev]"
.venv/bin/python -m uvicorn carrydesk.api:app --reload   # open, no paywall
.venv/bin/python -m pytest -q                            # 14 tests, no network
```

With `X402_PAY_TO` unset the service runs fully open — that is the dev default.
Set it to turn the paywall on. See `.env.example`.

---

## For agents and crawlers

`/llms.txt` describes the whole service in plain text. `/openapi.json` is the
full spec, `/archive` is every snapshot ever published, and the public page
carries schema.org `Dataset` markup. Crawlers are explicitly welcome — the free
tier exists to be read, indexed and quoted.

## Honest limitations

- The carry spread **can and does go negative**. This is compensation for
  absorbing crowded leverage, not a forecast.
- All figures are **gross of fees, slippage and borrow**. Taker fees alone can
  erase the edge; the reference book is maker-only for that reason.
- Funding is **Hyperliquid's own**, with no cross-venue reconciliation yet.
- Illiquid names dominate the headline spread more often than not. Read the
  trimmed and median variants before sizing anything.
- **Informational only. Not investment advice.**

---

## Repo docs

| File | What |
|---|---|
| `BACKLOG.md` | Deliberately deferred work, with the reason for each |
| `AGENTS.md` | Onboarding for an AI agent picking this up cold — gotchas, rules, what is unverified |
| `STATUS.md` | Current state, what is blocked, what is next |
| `DECISIONS.md` | Why each significant choice was made |
crypto-tradingfunding-ratehyperliquidmarket-neutralmcp-servermodel-context-protocolperpetual-futuresquantitative-financestablecoin-paymentsx402

Lo que la gente pregunta sobre carrydesk

¿Qué es pelazas/carrydesk?

+

pelazas/carrydesk es mcp servers para el ecosistema de Claude AI. Cross-sectional funding-carry rankings for Hyperliquid perps — published hourly, sold per call in USDC via x402. Includes an MCP server. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala carrydesk?

+

Puedes instalar carrydesk clonando el repositorio (https://github.com/pelazas/carrydesk) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pelazas/carrydesk?

+

pelazas/carrydesk aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene pelazas/carrydesk?

+

pelazas/carrydesk es mantenido por pelazas. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a carrydesk?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega carrydesk en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pelazas/carrydesk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pelazas-carrydesk)](https://claudewave.com/repo/pelazas-carrydesk)
<a href="https://claudewave.com/repo/pelazas-carrydesk"><img src="https://claudewave.com/api/badge/pelazas-carrydesk" alt="Featured on ClaudeWave: pelazas/carrydesk" width="320" height="64" /></a>

Más MCP Servers

Alternativas a carrydesk