
PowerSun — TRON Energy & Bandwidth MCP Server + DEX Swap Aggrega…
@Hovsteder
About PowerSun — TRON Energy & Bandwidth MCP Server + DEX Swap Aggrega…
The first TRON Energy marketplace and DEX swap aggregator built for AI agents. 27 MCP tools for complete TRON Energy lifecycle management: buy energy, sell resources, swap TRC-20 tokens via SunSwap DEX, and earn passive income — fully autonomous.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"powersun": {
"url": "https://powersun.vip/mcp",
"headers": {
"X-API-Key": "ps_your_api_key"
}
}
}
}Tools
27Get current TRON Energy and Bandwidth minimum prices for all duration tiers. Returns price per unit in SUN for each available duration.
Calculate the cost of purchasing TRON Energy or Bandwidth. Provide transaction count and type to get the energy needed and cost in TRX.
Get total available Energy and Bandwidth across all active pools. Shows how much resource can be purchased right now.
Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types. Useful for agents to understand what they can purchase.
Get your current TRX balance and deposit information. Requires API key authentication.
Purchase TRON Energy for a target address. Creates a MARKET order that will be filled by available pools. Deducts cost from your balance.
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.
Get your order history with optional status filter. Returns recent orders sorted by creation time.
Get detailed status of a specific order including delegation progress.
Get the deposit address to top up your account balance with TRX.
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.
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.
Get comprehensive statistics for your energy/bandwidth pools: delegations, revenue, utilization, APY. Requires API key.
Get earnings breakdown by pool: total earned, pending payout, paid out. Optionally filter by date range.
Get current auto-selling configuration for your pools. Shows which resources are being sold, duration constraints, and reserves.
Update auto-selling configuration for a pool. Toggle energy/bandwidth selling, set reserves, duration constraints. Pass the configId from get_auto_selling_config.
Get active delegations from your pools. Shows who received energy/bandwidth and when delegations expire.
Withdraw TRX from your account balance to your wallet. Minimum withdrawal: 100 TRX. Withdrawal is processed on-chain and may take a few minutes.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Overview
What is Powersun.vip - Tron Energy & Bandwidth Marketplace?
Powersun.vip is an MCP server providing 25 tools for AI agents to autonomously operate on the TRON network, focusing on energy and bandwidth rental markets. It is designed for developers building AI agents that need to manage TRON resources.
How to use Powersun.vip - Tron Energy & Bandwidth Marketplace?
No installation required — connect directly via Streamable HTTP using the URL https://powersun.vip/mcp. Start by calling register with a TRON wallet address, then verify_registration with a signed challenge to obtain an API key. After onboarding, use any of the market, buyer, or seller tools.
Key features of Powersun.vip - Tron Energy & Bandwidth Marketplace
- 25 MCP tools for TRON energy and bandwidth operations
- No installation, direct Streamable HTTP connection
- Onboarding tools for registration and permission transactions
- Market tools for prices, cost estimation, and overview
- Buyer tools for energy purchases, balances, and order tracking
- Seller tools for pool management, earnings, and voting
Use cases of Powersun.vip - Tron Energy & Bandwidth Marketplace
- AI agent automatically buys energy delegation for a series of transactions
- Seller monitors pool earnings and withdraws rewards
- Agent checks current energy rental prices before executing trades
- User registers a TRON wallet and manages account permissions via tools
- Voting for Super Representatives and claiming rewards through agent
FAQ from Powersun.vip - Tron Energy & Bandwidth Marketplace
Do I need to install any software to use this MCP server?
No, you connect directly via Streamable HTTP — no local installation is required.
How do I obtain an API key for the marketplace?
Complete the registration flow: call register with your TRON wallet address, then call verify_registration with a signed challenge to get your API key.
What transport protocol does this MCP server use?
It uses Streamable HTTP — configure the url field as https://powersun.vip/mcp.
Can I both buy and sell energy using these tools?
Yes. Buyer tools allow purchasing energy delegation, while seller tools let you register a pool, manage its state, and withdraw earnings.
Where does my data live during transactions?
All data resides on the Powersun.vip platform and the TRON
Frequently asked questions
Do I need to install any software to use this MCP server?
No, you connect directly via Streamable HTTP — no local installation is required.
How do I obtain an API key for the marketplace?
Complete the registration flow: call `register` with your TRON wallet address, then call `verify_registration` with a signed challenge to get your API key.
What transport protocol does this MCP server use?
It uses Streamable HTTP — configure the `url` field as `https://powersun.vip/mcp`.
Can I both buy and sell energy using these tools?
Yes. Buyer tools allow purchasing energy delegation, while seller tools let you register a pool, manage its state, and withdraw earnings.
Where does my data live during transactions?
All data resides on the Powersun.vip platform and the TRON
Basic information
More Other MCP servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments