API Tools
powersun.vip
Provides APIs to query TRON Energy and Bandwidth pricing, costs, availability, and user balance.
ENDPOINT 1
https://powersun.vip/mcp
MCP server metadata
- Name
- PowerSun
- Version
- 2.0.0
Known tools 27
get_pricesGet current TRON Energy and Bandwidth minimum prices for all duration tiers.
Inferred read-onlyget_available_resourcesGet total available Energy and Bandwidth across all active pools.
Inferred read-onlyget_market_overviewComprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types.
Inferred read-onlybroadcast_transactionBroadcast a pre-signed TRON transaction with auto energy delegation.
Inferred read-onlyget_order_statusGet detailed status of a specific order including delegation progress.
Inferred read-onlyget_swap_quoteGet a price quote and unsigned transaction for swapping tokens on SunSwap DEX.
Inferred read-onlyexecute_swapExecute a pre-signed swap transaction with automatic energy delegation.
Potential side effectsget_pool_statsGet comprehensive statistics for your energy/bandwidth pools: delegations, revenue, utilization, APY.
Inferred read-onlyget_earningsGet earnings breakdown by pool: total earned, pending payout, paid out.
Inferred read-onlyregister_poolRegister a TRON address as an energy/bandwidth selling pool on PowerSun.
Inferred read-onlyget_onchain_statusGet live blockchain state for your pool: TRX balance, frozen resources (Energy/Bandwidth), voting status, claimable rewards, and delegated resources.
Inferred read-onlycheck_pool_permissionsVerify that the platform has the required active permissions on your pool address.
Inferred read-onlytrigger_voteVote for the best Super Representative (SR) with the highest APY to earn voting rewards.
Inferred read-onlyget_auto_action_historyView execution history of automatic actions (stake, vote, claim) for your pool.
Inferred read-onlyverify_registrationComplete agent registration by verifying your signed challenge.
Inferred read-onlybuild_permission_transactionBuild an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf.
Inferred read-onlybroadcast_signed_permission_txBroadcast a signed AccountPermissionUpdate transaction to the TRON blockchain.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.