Server Details
TRON Energy & Bandwidth marketplace for AI agents. Buy/sell via MCP, REST, HTTP 402.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Hovsteder/powersun-tron-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
21 toolsbroadcast_transactionTry in Inspector
Broadcast a pre-signed TRON transaction with auto energy delegation. Send your signed transaction data and PowerSun will delegate energy before broadcasting. Requires API key.
| Name | Required | Description | Default |
|---|---|---|---|
| txData | Yes | Pre-signed transaction object with txID, raw_data, raw_data_hex, and signature |
buy_energyTry in Inspector
Purchase TRON Energy for a target address. Creates a MARKET order that will be filled by available pools. Deducts cost from your balance.
| Name | Required | Description | Default |
|---|---|---|---|
| txType | No | Transaction type (default: trc20_transfer) | |
| txCount | Yes | Number of transactions you need energy for | |
| resourceType | No | Resource type (default: ENERGY) | |
| targetAddress | Yes | TRON address to delegate energy to (T-address format) | |
| durationMinutes | No | Duration in minutes. Allowed: 2, 5, 10, 15, 30, 60, 360, 1440, 10080, 43200. Default: 60. |
check_pool_permissionsTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | No | Pool address to check. If omitted, uses your first registered pool. |
configure_auto_sellingTry in Inspector
Update auto-selling configuration for a pool. Toggle energy/bandwidth selling, set reserves, duration constraints. Pass the configId from get_auto_selling_config.
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Enable/disable auto-selling | |
| configId | Yes | Configuration ID to update (from get_auto_selling_config) | |
| sellEnergy | No | Enable/disable energy selling | |
| maxDuration | No | Maximum rental duration | |
| minDuration | No | Minimum rental duration (e.g., "5min", "1h", "1d") | |
| allowRenewals | No | Allow order renewals | |
| sellBandwidth | No | Enable/disable bandwidth selling | |
| reservedEnergy | No | Energy to keep reserved (not sold) | |
| reservedBandwidth | No | Bandwidth to keep reserved (not sold) |
estimate_costTry in Inspector
Calculate the cost of purchasing TRON Energy or Bandwidth. Provide transaction count and type to get the energy needed and cost in TRX.
| Name | Required | Description | Default |
|---|---|---|---|
| txType | No | Transaction type (default: trc20_transfer). trc20_transfer_new = first-time transfer to an address. | |
| txCount | Yes | Number of transactions | |
| resourceType | No | Resource type (default: ENERGY) | |
| durationMinutes | No | Duration in minutes. Allowed: 2, 5, 10, 15, 30, 60, 360, 1440, 10080, 43200. Default: 60. |
get_auto_action_historyTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return (default: 20, max: 100) | |
| actionType | No | Filter by action type | |
| poolAddress | No | Pool address to get history for. If omitted, uses your first registered pool. |
get_auto_selling_configTry in Inspector
Get current auto-selling configuration for your pools. Shows which resources are being sold, duration constraints, and reserves.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_available_resourcesTry in Inspector
Get total available Energy and Bandwidth across all active pools. Shows how much resource can be purchased right now.
| Name | Required | Description | Default |
|---|---|---|---|
| resourceType | No | Filter by resource type (default: both) | |
| durationMinutes | No | Filter pools that support this duration |
get_balanceTry in Inspector
Get your current TRX balance and deposit information. Requires API key authentication.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_deposit_infoTry in Inspector
Get the deposit address to top up your account balance with TRX.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_earningsTry in Inspector
Get earnings breakdown by pool: total earned, pending payout, paid out. Optionally filter by date range.
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date (ISO 8601) | |
| startDate | No | Start date (ISO 8601, e.g. 2026-01-01) |
get_market_overviewTry in Inspector
Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types. Useful for agents to understand what they can purchase.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_onchain_statusTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | No | Pool address to check. If omitted, uses your first registered pool. |
get_ordersTry in Inspector
Get your order history with optional status filter. Returns recent orders sorted by creation time.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of orders to return (default: 20) | |
| status | No | Filter by order status |
get_order_statusTry in Inspector
Get detailed status of a specific order including delegation progress.
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order ID (UUID format) |
get_pool_delegationsTry in Inspector
Get active delegations from your pools. Shows who received energy/bandwidth and when delegations expire.
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | No | Filter by specific pool address. If not provided, shows all your pools. |
get_pool_statsTry in Inspector
Get comprehensive statistics for your energy/bandwidth pools: delegations, revenue, utilization, APY. Requires API key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_pricesTry in Inspector
Get current TRON Energy and Bandwidth minimum prices for all duration tiers. Returns price per unit in SUN for each available duration.
| Name | Required | Description | Default |
|---|---|---|---|
| resourceType | No | Filter by resource type (default: all) |
register_poolTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| autoVote | No | Auto-vote for the best Super Representative to earn rewards (default: true) | |
| sellEnergy | No | Enable energy selling (default: true) | |
| sellBandwidth | No | Enable bandwidth selling (default: false) | |
| paymentAddress | Yes | TRON address to register as pool (starts with T, 34 characters). This is the address where you hold/stake TRX. |
trigger_voteTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | No | Pool address to vote from. If omitted, uses your first registered pool. |
withdraw_earningsTry in Inspector
Withdraw TRX from your account balance to your wallet. Minimum withdrawal: 100 TRX. Withdrawal is processed on-chain and may take a few minutes.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to withdraw in TRX (minimum 100 TRX) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.