← Registry

API Tools

powersun.vip

Provides APIs to query TRON Energy and Bandwidth pricing, costs, availability, and user balance.

1 endpoint27 known tools

ENDPOINT 1

https://powersun.vip/mcp

No auth detected

MCP server metadata

Name
PowerSun
Version
2.0.0
Capabilities
tools.listChanged

Known tools 27

get_prices

Get current TRON Energy and Bandwidth minimum prices for all duration tiers.

Inferred read-only
estimate_cost

Calculate the cost of purchasing TRON Energy or Bandwidth.

Inferred read-only
get_available_resources

Get total available Energy and Bandwidth across all active pools.

Inferred read-only
get_market_overview

Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types.

Inferred read-only
get_balance

Get your current TRX balance and deposit information.

Inferred read-only
buy_energy

Purchase TRON Energy for a target address.

Potential side effects
broadcast_transaction

Broadcast a pre-signed TRON transaction with auto energy delegation.

Inferred read-only
get_orders

Get your order history with optional status filter.

Inferred read-only
get_order_status

Get detailed status of a specific order including delegation progress.

Inferred read-only
get_deposit_info

Get the deposit address to top up your account balance with TRX.

Inferred read-only
get_swap_quote

Get a price quote and unsigned transaction for swapping tokens on SunSwap DEX.

Inferred read-only
execute_swap

Execute a pre-signed swap transaction with automatic energy delegation.

Potential side effects
get_pool_stats

Get comprehensive statistics for your energy/bandwidth pools: delegations, revenue, utilization, APY.

Inferred read-only
get_earnings

Get earnings breakdown by pool: total earned, pending payout, paid out.

Inferred read-only
get_auto_selling_config

Get current auto-selling configuration for your pools.

Inferred read-only
configure_auto_selling

Update auto-selling configuration for a pool.

Potential side effects
get_pool_delegations

Get active delegations from your pools.

Inferred read-only
withdraw_earnings

Withdraw TRX from your account balance to your wallet.

Inferred read-only
register_pool

Register a TRON address as an energy/bandwidth selling pool on PowerSun.

Inferred read-only
get_onchain_status

Get live blockchain state for your pool: TRX balance, frozen resources (Energy/Bandwidth), voting status, claimable rewards, and delegated resources.

Inferred read-only
check_pool_permissions

Verify that the platform has the required active permissions on your pool address.

Inferred read-only
trigger_vote

Vote for the best Super Representative (SR) with the highest APY to earn voting rewards.

Inferred read-only
get_auto_action_history

View execution history of automatic actions (stake, vote, claim) for your pool.

Inferred read-only
register

Start agent registration by providing your TRON address.

Inferred read-only
verify_registration

Complete agent registration by verifying your signed challenge.

Inferred read-only
build_permission_transaction

Build an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf.

Inferred read-only
broadcast_signed_permission_tx

Broadcast a signed AccountPermissionUpdate transaction to the TRON blockchain.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.