← powersun.vip

INDIVIDUAL MCP TOOL

withdraw_earnings

Withdraw TRX from your account balance to your wallet.

powersun.vipnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

powersun.vip

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.powersun]
url = "https://powersun.vip/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "powersun": {
      "type": "http",
      "url": "https://powersun.vip/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: powersun
Remote MCP URL: https://powersun.vip/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "powersun": {
      "url": "https://powersun.vip/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "powersun": {
      "type": "http",
      "url": "https://powersun.vip/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "powersun",
  "transport": "streamable-http",
  "url": "https://powersun.vip/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_prices — Get current TRON Energy and Bandwidth minimum prices for all duration tiers.
  • estimate_cost — Calculate the cost of purchasing TRON Energy or Bandwidth.
  • get_available_resources — Get total available Energy and Bandwidth across all active pools.
  • get_market_overview — Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types.
  • get_balance — Get your current TRX balance and deposit information.
  • buy_energy — Purchase TRON Energy for a target address.
  • broadcast_transaction — Broadcast a pre-signed TRON transaction with auto energy delegation.
  • get_orders — Get your order history with optional status filter.