# io.github.Hovsteder/powersun-tron-mcp (remote · powersun.vip)

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

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `powersun.vip`: 69/100 (this document), [markdown](https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun.md), [page](https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun)

## Channel facts

- Endpoint: `https://powersun.vip/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 27 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 2237 tokens (~82/item across 27 items; 27 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http hovsteder-powersun-tron-mcp https://powersun.vip/mcp
```

### Codex

```toml
[mcp_servers.hovsteder-powersun-tron-mcp]
url = "https://powersun.vip/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hovsteder-powersun-tron-mcp": {
      "type": "remote",
      "url": "https://powersun.vip/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hovsteder-powersun-tron-mcp --url https://powersun.vip/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hovsteder-powersun-tron-mcp:
    url: "https://powersun.vip/mcp"
```

### Other

```json
{
  "mcpServers": {
    "hovsteder-powersun-tron-mcp": {
      "type": "http",
      "url": "https://powersun.vip/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (27)

### `get_prices` (~50 tokens)

Get Current Prices

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

Input parameters:

- `resourceType` (string): Filter by resource type (default: all)

### `estimate_cost` (~142 tokens)

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.

Input parameters:

- `durationMinutes` (number): Duration in minutes. Allowed: 2, 5, 10, 15, 30, 60, 360, 1440, 10080, 43200. Default: 60.
- `resourceType` (string): Resource type (default: ENERGY)
- `txCount` (integer, required): Number of transactions
- `txType` (string): Transaction type (default: trc20_transfer). trc20_transfer_new = first-time transfer to an address.

### `get_available_resources` (~61 tokens)

Get Available Resources

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

Input parameters:

- `durationMinutes` (number): Filter pools that support this duration
- `resourceType` (string): Filter by resource type (default: both)

### `get_market_overview` (~38 tokens)

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` (~23 tokens)

Get Balance

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

### `buy_energy` (~153 tokens)

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.

Input parameters:

- `durationMinutes` (number): Duration in minutes. Allowed: 2, 5, 10, 15, 30, 60, 360, 1440, 10080, 43200. Default: 60.
- `resourceType` (string): Resource type (default: ENERGY)
- `targetAddress` (string, required): TRON address to delegate energy to (T-address format)
- `txCount` (integer, required): Number of transactions you need energy for
- `txType` (string): Transaction type (default: trc20_transfer)

### `broadcast_transaction` (~83 tokens)

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.

Input parameters:

- `txData` (object, required): Pre-signed transaction object with txID, raw_data, raw_data_hex, and signature

### `get_orders` (~54 tokens)

Get Orders

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

Input parameters:

- `limit` (integer): Maximum number of orders to return (default: 20)
- `status` (string): Filter by order status

### `get_order_status` (~33 tokens)

Get Order Status

Get detailed status of a specific order including delegation progress.

Input parameters:

- `orderId` (string, required): Order ID (UUID format)

### `get_deposit_info` (~24 tokens)

Get Deposit Info

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

### `get_swap_quote` (~146 tokens)

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.

Input parameters:

- `amountIn` (string, required): Amount to swap in smallest unit (SUN for TRX, base units for tokens)
- `fromToken` (string, required): Token to sell — symbol (USDT, TRX, SUN, ...) or TRC-20 contract address
- `slippageBps` (integer): Slippage tolerance in basis points (default: 50 = 0.5%)
- `toToken` (string, required): Token to buy — symbol or TRC-20 contract address

### `execute_swap` (~74 tokens)

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.

Input parameters:

- `txData` (object, required): Pre-signed swap transaction from get_swap_quote

### `get_pool_stats` (~34 tokens)

Pool Statistics

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

### `get_earnings` (~73 tokens)

Get Earnings

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

Input parameters:

- `endDate` (string): End date (ISO 8601)
- `startDate` (string): Start date (ISO 8601, e.g. 2026-01-01)

### `get_auto_selling_config` (~33 tokens)

Auto-Selling Config

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

### `configure_auto_selling` (~180 tokens)

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.

Input parameters:

- `active` (boolean): Enable/disable auto-selling
- `allowRenewals` (boolean): Allow order renewals
- `configId` (string, required): Configuration ID to update (from get_auto_selling_config)
- `maxDuration` (string): Maximum rental duration
- `minDuration` (string): Minimum rental duration (e.g., "5min", "1h", "1d")
- `reservedBandwidth` (integer): Bandwidth to keep reserved (not sold)
- `reservedEnergy` (integer): Energy to keep reserved (not sold)
- `sellBandwidth` (boolean): Enable/disable bandwidth selling
- `sellEnergy` (boolean): Enable/disable energy selling

### `get_pool_delegations` (~54 tokens)

Pool Delegations

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

Input parameters:

- `poolAddress` (string): Filter by specific pool address. If not provided, shows all your pools.

### `withdraw_earnings` (~60 tokens)

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.

Input parameters:

- `amount` (number, required): Amount to withdraw in TRX (minimum 100 TRX)

### `register_pool` (~174 tokens)

Register Selling 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.

Input parameters:

- `autoVote` (boolean): Auto-vote for the best Super Representative to earn rewards (default: true)
- `paymentAddress` (string, required): TRON address to register as pool (starts with T, 34 characters). This is the address where you hold/stake TRX.
- `sellBandwidth` (boolean): Enable bandwidth selling (default: false)
- `sellEnergy` (boolean): Enable energy selling (default: true)

### `get_onchain_status` (~75 tokens)

On-Chain Pool 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.

Input parameters:

- `poolAddress` (string): Pool address to check. If omitted, uses your first registered pool.

### `check_pool_permissions` (~92 tokens)

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.

Input parameters:

- `poolAddress` (string): Pool address to check. If omitted, uses your first registered pool.

### `trigger_vote` (~88 tokens)

Vote for SR

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.

Input parameters:

- `poolAddress` (string): Pool address to vote from. If omitted, uses your first registered pool.

### `get_auto_action_history` (~105 tokens)

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.

Input parameters:

- `actionType` (string): Filter by action type
- `limit` (integer): Number of records to return (default: 20, max: 100)
- `poolAddress` (string): Pool address to get history for. If omitted, uses your first registered pool.

### `register` (~80 tokens)

Register Agent

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.

Input parameters:

- `address` (string, required): Your TRON wallet address (T-address format, 34 characters)

### `verify_registration` (~115 tokens)

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.

Input parameters:

- `address` (string, required): Your TRON wallet address (must match the register call)
- `challengeId` (string, required): Challenge ID from the register tool
- `signature` (string, required): Signature from tronWeb.trx.signMessageV2(challenge, privateKey)

### `build_permission_transaction` (~109 tokens)

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.

Input parameters:

- `includeVote` (boolean): Include VoteWitness permission for earning SR rewards (default: true)
- `poolAddress` (string, required): TRON address to grant permissions on (your pool address, T-address format)

### `broadcast_signed_permission_tx` (~84 tokens)

Broadcast Signed Permission Transaction

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.

Input parameters:

- `poolAddress` (string, required): The pool address that the permission was granted on
- `signedTransaction` (object, required): The signed transaction object from tronWeb.trx.sign()

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 68
- 2026-07-31: 68
- 2026-07-30: 67
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 65
- 2026-07-26: 65

## Links

- Remote endpoint: https://powersun.vip/mcp
- Repository: https://github.com/Hovsteder/powersun-tron-mcp
- Changelog RSS feed: https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hovsteder-powersun-tron-mcp/powersun
