mcpbeat

Powersun Tron MCP Server

io.github.Hovsteder/powersun-tron-mcp
answering

Powersun Tron MCP is answering right now. Last checked 12 min ago. It exposes 27 tools. Last commit 2 Apr 2026.

TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
27
Tools
read from the server
128 ms
Response time
average over 24h
2
Stars
last commit 2 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add powersun-tron-mcp --transport http https://powersun.vip/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powersun-tron-mcp": {
      "url": "https://powersun.vip/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.powersun-tron-mcp]
url = "https://powersun.vip/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "powersun-tron-mcp": {
      "url": "https://powersun.vip/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "powersun-tron-mcp": {
      "url": "https://powersun.vip/mcp"
    }
  }
}

Available tools 27

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pool
check_pool_permissions
Verify that the platform has the required active permissions on your pool address. Required: DelegateResource (to sell energy), UnDelegateResource (to reclaim). Optional: VoteWitness (to vote for SRs and earn rewards). Run this after granting permissions to confirm the platform can operate your pool. Requires API key.
get_pool_delegations
Get active delegations from your pools. Shows who received energy/bandwidth and when delegations expire.
get_pool_stats
Get comprehensive statistics for your energy/bandwidth pools: delegations, revenue, utilization, APY. Requires API key.
auto
get_auto_action_history
View execution history of automatic actions (stake, vote, claim) for your pool. Shows status (success/failed/skipped), amounts, transaction hashes, and timestamps. Requires API key.
get_auto_selling_config
Get current auto-selling configuration for your pools. Shows which resources are being sold, duration constraints, and reserves.
broadcast
broadcast_signed_permission_tx
Broadcast a signed AccountPermissionUpdate transaction to the TRON blockchain. After broadcasting, verifies that the platform permissions were correctly applied. Use this after signing the transaction from build_permission_transaction. Requires authentication.
broadcast_transaction
Broadcast a pre-signed TRON transaction with auto energy delegation. Send your signed transaction data and PowerSun will delegate energy before broadcasting. Works with API key (balance deduction) or x402 USDC payment. Without authentication, returns cost estimate.
register
register
Start agent registration by providing your TRON address. Returns a challenge string that you must sign with your TRON private key using tronWeb.trx.signMessageV2(). After signing, call verify_registration with the signature to receive your API key. No authentication required.
register_pool
Register a TRON address as an energy/bandwidth selling pool on PowerSun. This creates a pool and auto-selling configuration. After registering, you must grant active permissions to the platform address (DelegateResource, UnDelegateResource, VoteWitness) so the platform can delegate resources to buyers and vote on your behalf. Use check_pool_permissions to verify permissions after granting them. Requires API key.
available
get_available_resources
Get total available Energy and Bandwidth across all active pools. Shows how much resource can be purchased right now.
balance
get_balance
Get your current TRX balance and deposit information. Requires API key authentication.
build
build_permission_transaction
Build an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf. Returns an unsigned transaction that you must sign with your private key and then broadcast using broadcast_signed_permission_tx. All existing account permissions are preserved. Requires authentication.
buy
buy_energy
Purchase TRON Energy for a target address. Creates a MARKET order that will be filled by available pools. Deducts cost from your balance.
configure
configure_auto_selling
Update auto-selling configuration for a pool. Toggle energy/bandwidth selling, set reserves, duration constraints. Pass the configId from get_auto_selling_config.
deposit
get_deposit_info
Get the deposit address to top up your account balance with TRX.
earnings
get_earnings
Get earnings breakdown by pool: total earned, pending payout, paid out. Optionally filter by date range.
estimate
estimate_cost
Calculate the cost of purchasing TRON Energy or Bandwidth. Provide transaction count and type to get the energy needed and cost in TRX.
execute
execute_swap
Execute a pre-signed swap transaction with automatic energy delegation. Get the unsigned TX from get_swap_quote, sign it, and submit here. Energy is delegated before broadcast. Works with API key (balance deduction) or x402 USDC payment.
market
get_market_overview
Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types. Useful for agents to understand what they can purchase.
onchain
get_onchain_status
Get live blockchain state for your pool: TRX balance, frozen resources (Energy/Bandwidth), voting status, claimable rewards, and delegated resources. Data is fetched directly from TRON blockchain. Requires API key.
order
get_order_status
Get detailed status of a specific order including delegation progress.
orders
get_orders
Get your order history with optional status filter. Returns recent orders sorted by creation time.
prices
get_prices
Get current TRON Energy and Bandwidth minimum prices for all duration tiers. Returns price per unit in SUN for each available duration.
swap
get_swap_quote
Get a price quote and unsigned transaction for swapping tokens on SunSwap DEX. Returns an unsigned TX for client-side signing. After signing, submit via execute_swap. Requires API key.
trigger
trigger_vote
Vote for the best Super Representative (SR) with the highest APY to earn voting rewards. The platform automatically selects the SR with the best return. Requires VoteWitness permission granted to the platform. Voting rewards accumulate and can be claimed automatically if auto-claim is enabled. Requires API key.
verify
verify_registration
Complete agent registration by verifying your signed challenge. Returns an API key and upgrades the current session to authenticated. After verification, all authenticated tools (buy_energy, get_balance, register_pool, etc.) will work in this session without needing to reconnect. No authentication required.
withdraw
withdraw_earnings
Withdraw TRX from your account balance to your wallet. Minimum withdrawal: 100 TRX. Withdrawal is processed on-chain and may take a few minutes.

Endpoints

URLTransportStateLatencyChecked
https://powersun.vip/mcp streamable-http answering 144 ms 12 min ago

Powersun Tron MCP — questions

Answers built from our own checks of this server.

What can Powersun Tron MCP do?
It exposes 27 tools, read directly from the server on our last check. Among them: broadcast_signed_permission_tx, broadcast_transaction, build_permission_transaction, buy_energy, check_pool_permissions, configure_auto_selling and 21 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Powersun Tron MCP mostly used for?
Its tools cluster around pool, register and broadcast. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Powersun Tron MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 128 ms. The bar chart above shows every period we have measured.
How do I connect Powersun Tron MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Powersun Tron MCP need an API key?
No. Powersun Tron MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 27 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Powersun Tron MCP?
It answers our handshake in 128 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Powersun Tron MCP open source?
Yes — it is published under the MIT licence, written in Dockerfile, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.