Back to search
100
MCP live v1.3.0 streamable-http

io.github.Hovsteder/powersun-tron-mcp

io.github.Hovsteder/powersun-tron-mcp

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

Uptime
100.0%
3 probes
Response
420ms
last probe
Tools
27
callable

Tools · 27

get_prices

Get current TRON Energy and Bandwidth minimum prices for all duration tiers. Returns price per unit in SUN for each available duration.

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.

get_available_resources

Get total available Energy and Bandwidth across all active pools. Shows how much resource can be purchased right now.

get_market_overview

Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types. Useful for agents to understand what they can purchase.

get_balance

Get your current TRX balance and deposit information. Requires API key authentication.

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.

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 …

get_orders

Get your order history with optional status filter. Returns recent orders sorted by creation time.

get_order_status

Get detailed status of a specific order including delegation progress.

get_deposit_info

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

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.

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 (bal…

get_pool_stats

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

get_earnings

Get earnings breakdown by pool: total earned, pending payout, paid out. Optionally filter by date range.

get_auto_selling_config

Get current auto-selling configuration for your pools. Shows which resources are being sold, duration constraints, and reserves.

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.

get_pool_delegations

Get active delegations from your pools. Shows who received energy/bandwidth and when delegations expire.

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.

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 addres…

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. Req…

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 …

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 …

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.

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_registra…

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_balan…

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 …

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…

Similar MCP servers embedding-nearest

io.github.hovsteder/powersun-tron-mcp
TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools.
0 tools · streamable-http
Hyperliquid Spot API
Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
3 tools · sse
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
DEX Swap Quotes API live
Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.
1 tools · sse
io.github.tronrental-com/tronrental
Buy TRON energy to reduce USDT transfer fees by 80%. Full API for AI agents.
0 tools
EruditePay TRON: Dex Quote
SunSwap V2 DEX quote: output amount, price impact, route for a token swap on Tron [x402: $0.003/call on eip155:8453, category=other]
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.hovsteder/powersun-tron-mcp": {
      "url": "https://powersun.vip/mcp",
      "transport": "streamable-http"
    }
  }
}