← Back to Plugins
MCP Server MCP

io.github.pelazas/carrydesk

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx carrydesk

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "carrydesk",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "CARRYDESK_PRIVATE_KEY"
        },
        {
          "description": "Optional. Override the API base URL. Defaults to https://carry.pelazas.com.",
          "format": "string",
          "default": "https://carry.pelazas.com",
          "name": "CARRYDESK_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...