PluginBench
MCP Server
Active
MIT

io.github.pelazas/carrydesk MCP Server

io.github.pelazas/carrydesk

What is the io.github.pelazas/carrydesk MCP server?

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

How to install io.github.pelazas/carrydesk

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CARRYDESK_PRIVATE_KEY
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "carrydesk": {
      "command": "uvx",
      "args": [
        "carrydesk"
      ],
      "env": {
        "CARRYDESK_PRIVATE_KEY": "<YOUR_CARRYDESK_PRIVATE_KEY>",
        "CARRYDESK_API_BASE": "<YOUR_CARRYDESK_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "carrydesk": {
      "command": "uvx",
      "args": [
        "carrydesk"
      ],
      "env": {
        "CARRYDESK_PRIVATE_KEY": "<YOUR_CARRYDESK_PRIVATE_KEY>",
        "CARRYDESK_API_BASE": "<YOUR_CARRYDESK_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "carrydesk": {
      "command": "uvx",
      "args": [
        "carrydesk"
      ],
      "env": {
        "CARRYDESK_PRIVATE_KEY": "<YOUR_CARRYDESK_PRIVATE_KEY>",
        "CARRYDESK_API_BASE": "<YOUR_CARRYDESK_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "carrydesk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "carrydesk"
      ],
      "env": {
        "CARRYDESK_PRIVATE_KEY": "<YOUR_CARRYDESK_PRIVATE_KEY>",
        "CARRYDESK_API_BASE": "<YOUR_CARRYDESK_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add carrydesk --env CARRYDESK_PRIVATE_KEY=<YOUR_CARRYDESK_PRIVATE_KEY> --env CARRYDESK_API_BASE=<YOUR_CARRYDESK_API_BASE> -- uvx carrydesk

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →