mcpbeat Sign in

Carrydesk MCP Server

local only

Carrydesk runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 1 Sep 2026.

Funding-carry rankings for Hyperliquid perps, metered per call in USDC via x402.

Installs per day peak 53 · avg 15 · +5% w/w
a month agotoday
88
Installs / week
pypi · carrydesk
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Carrydesk every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add carrydesk -- uvx carrydesk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "carrydesk": {
      "args": [
        "carrydesk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.carrydesk]
command = "uvx"
args = ["carrydesk"]
.cursor/mcp.json
{
  "mcpServers": {
    "carrydesk": {
      "args": [
        "carrydesk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "carrydesk": {
      "args": [
        "carrydesk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CARRYDESK_PRIVATE_KEY (Optional. Private key of a small hot wallet holding USDC on Base, used to pay for the metered tools automatically. Without it the three free tools work normally and the paid tools return their price instead of failing.), CARRYDESK_API_BASE (Optional. Override the API base URL. Defaults to https://carry.pelazas.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Carrydesk

same job, measured the same way
Cerebrus Pulse MCP
by 0xsl1m

Real-time Hyperliquid perps intelligence: TA, funding, OI, liquidations. Pay-per-call via x402.

263 installs/wk local only
Reddit data for agents
by fetcher-reddit

15 Reddit endpoints. Pay per call in USDC via x402.

17 tools answering
I
x402-snap
by zadengg

Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC.

3 tools answering
Google Maps data for agents
by fetcher-google-maps

4 Google Maps endpoints. Pay per call in USDC via x402.

6 tools answering
Twitter / X data for agents
by fetcher-twitter

15 Twitter / X endpoints. Pay per call in USDC via x402.

17 tools answering
Yelp data for agents
by fetcher-yelp

4 Yelp endpoints. Pay per call in USDC via x402.

6 tools answering
I
Pa1m Hyperliquid
by retampweb

Hyperliquid DEX data: prices, order books, candles, funding rates, portfolios. Pay-per-call, x402.

14 tools answering
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only

Carrydesk — questions

Answers built from our own checks of this server.

Why is there no uptime for Carrydesk?
Carrydesk runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package carrydesk was installed 88 times last week.
How do I connect Carrydesk?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls carrydesk straight from pypi; nothing to host, nothing to sign up for.
How many people use Carrydesk?
The pypi package carrydesk was installed 88 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Carrydesk open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.