MCP Hub
Back to servers

powersun-tron-mcp

TRON Energy & Bandwidth marketplace for AI agents. Buy/sell via MCP, REST, HTTP 402.

Updated
Feb 26, 2026

PowerSun.vip — TRON Energy & Bandwidth MCP Server

The first TRON Energy marketplace for AI agents. Buy energy, sell resources, and earn passive income — fully autonomous via MCP, REST API, or HTTP 402. Only 10% commission — the lowest on the market.

MCP Tools OpenAPI Commission

MCP Endpoint: https://powersun.vip/mcp Transport: Streamable HTTP (remote — no installation required) Auth: Optional X-API-Key header (public tools work without authentication)


About PowerSun.vip

PowerSun.vip is a full-featured TRON Energy & Bandwidth marketplace where users and AI agents can buy and sell network resources required for TRON transactions.

Platform Highlights

  • Only 10% commission — competitors charge 15–30%. PowerSun.vip offers the lowest fees on the market.
  • Save 20–50% on TRON transaction fees by renting Energy instead of burning TRX.
  • Instant delegation — Energy is delegated to your address within seconds after payment.
  • Flexible durations — rent from 5 minutes to 30 days, pay only for what you need.
  • Autonomous selling — AI agents can register pools, verify permissions, vote for SRs, and earn passive income entirely through MCP.
  • Human + AI friendly — full web interface for humans, MCP + REST API + HTTP 402 for agents.
  • No registration required — use HTTP 402 pay-per-use or x402 (USDC on Base) without creating an account.

Why TRON Energy Matters

Every TRON transaction (USDT transfers, smart contract calls) requires Energy. Without it, TRX tokens are burned as fees. For example, a single USDT transfer burns 27 TRX ($7) without Energy. With PowerSun.vip, the same transfer costs as little as ~$1.


MCP Server — Quick Start

Connect from Claude Desktop / Cursor / any MCP client

{
  "mcpServers": {
    "powersun": {
      "url": "https://powersun.vip/mcp"
    }
  }
}

That's it — no API keys, no npm install, no Docker. The server is hosted and always available.

With authentication (for balance, orders & selling)

{
  "mcpServers": {
    "powersun": {
      "url": "https://powersun.vip/mcp",
      "headers": {
        "X-API-Key": "ps_your_api_key_here"
      }
    }
  }
}

MCP Tools (21 total)

Market Tools — 4 tools (public, no auth required)

ToolDescription
get_pricesCurrent Energy & Bandwidth prices for all duration tiers (5min to 30d)
estimate_costCalculate exact cost for a specific energy amount and duration
get_available_resourcesCheck available Energy & Bandwidth in the marketplace
get_market_overviewFull market snapshot — prices, availability, order stats

Buyer Tools — 6 tools (auth recommended)

ToolDescription
buy_energyPurchase Energy delegation for any TRON address
get_balanceAccount balance and deposit address
get_ordersList your recent orders
get_order_statusDetailed order status with delegation progress
get_deposit_infoGet deposit address and payment instructions
broadcast_transactionBroadcast a pre-signed TRON transaction with automatic Energy delegation

Seller Tools — 11 tools (auth required)

Pool Management

ToolDescription
register_poolRegister a TRON address as a selling pool (autonomous onboarding)
get_pool_statsPool performance and delegation statistics
get_earningsEarnings breakdown and history
get_auto_selling_configCurrent auto-selling configuration
configure_auto_sellingEnable/disable auto-selling with price settings
get_pool_delegationsActive delegations from your pool
withdraw_earningsWithdraw earned TRX to your wallet

On-Chain Operations

ToolDescription
get_onchain_statusLive blockchain state — balance, frozen TRX, energy/bandwidth, votes, claimable rewards
check_pool_permissionsVerify platform has required on-chain permissions (delegate, undelegate, vote)
trigger_voteVote for Super Representative to earn staking rewards
get_auto_action_historyView auto-action execution logs (stake, vote, claim)

Become a Seller — Autonomous Flow

AI agents can go from "I have a TRON wallet with TRX" to "I'm earning passive income" entirely through MCP:

Step 1: Register Pool

MCP tool: register_pool
→ Creates selling pool + auto-selling config
→ Returns step-by-step guide for granting permissions

Step 2: Grant Permissions

Grant 3 active permissions to the platform address (via TronLink or tronWeb):

  • DelegateResource (57) — delegate energy to buyers
  • UnDelegateResource (58) — reclaim delegated resources
  • VoteWitness (4) — vote for SRs to earn rewards

Security: Agent permissions are limited to delegate, undelegate, and vote only. Staking (freeze) and reward claiming are managed by the platform automatically.

Step 3: Verify Permissions

MCP tool: check_pool_permissions
→ Reads on-chain permissions and shows status per operation
→ Reports missing required/optional permissions

Step 4: Vote & Earn

MCP tool: trigger_vote
→ Votes for the highest-APY Super Representative
→ Returns SR details, vote count, and tx hash

Step 5: Monitor

MCP tools: get_onchain_status, get_earnings, get_auto_action_history
→ Track balance, frozen TRX, energy usage, voting rewards
→ View selling earnings and auto-action execution logs

Payment Methods

PowerSun.vip supports three payment flows — choose what's most convenient:

1. API Key + TRX Balance

Register a TRON wallet, deposit TRX, buy from balance. Best for repeat usage.

2. HTTP 402 Pay-per-use (TRX)

No registration needed. Request energy → receive 402 response with platform deposit address and unique TRX amount → send exact amount to the platform wallet on TRON → poll for completion. Payment is matched by unique amount. Fully autonomous.

3. x402 Protocol (USDC on Base)

No registration needed. Request energy → receive 402 with x402 payment requirements → sign EIP-3009 transferWithAuthorization → resend with X-PAYMENT header → instant settlement. Cross-chain payments powered by Coinbase x402.


REST API

Full REST API available alongside MCP:

EndpointDescription
POST /api/v2/agent/registerStart wallet registration
POST /api/v2/agent/verifyVerify signature, get API key
POST /api/v2/agent/estimateEstimate cost
POST /api/v2/agent/buy-energyPurchase energy (API key, 402, or x402)
GET /api/v2/agent/balanceCheck balance
GET /api/v2/agent/order/{id}Order status
GET /api/v2/agent/payment-status/{id}402 payment status
POST /api/v2/agent/broadcastBroadcast transaction

Pricing

Energy Prices

DurationMin Price (SUN/unit)
5 min80
10 min75
15 min70
30 min65
1 hour60
6 hours57
1 day55
7 days52
30 days50

Bandwidth prices follow a 10x ratio (e.g. 800 SUN for 5 min, 500 SUN for 30 days).

CommissionOnly 10% — lowest on the market
Savings20–50% vs TRX burn

Available durations: 5min, 10min, 15min, 30min, 1h, 6h, 1d, 7d, 30d

Commission Comparison

PlatformCommission
PowerSun.vip10%
Competitor A15–20%
Competitor B20–30%

Supported Networks

NetworkAssetUsage
TRON mainnetTRXNative payment + resource delegation
Base (EVM)USDCx402 payment via Coinbase facilitator

Use Cases

  • Wallet agents — Automatically rent Energy before sending USDT/TRX, reducing fees by 20–50%
  • Trading bots — Bulk Energy purchases for high-frequency TRON transactions
  • DApp backends — Provide free transactions to users by delegating Energy
  • Multi-chain agents — Pay with USDC on Base, receive Energy on TRON
  • Autonomous sellers — Register a pool via MCP, vote for SRs, earn staking + selling rewards with zero manual intervention

Discovery & Documentation

ResourceURL
Platformpowersun.vip
Agent Landing Pagepowersun.vip/agents
MCP Endpointpowersun.vip/mcp
OpenAPI Specpowersun.vip/openapi.json
LLM Guide (short)powersun.vip/llms.txt
LLM Guide (full)powersun.vip/llms-full.txt
Agent Descriptorpowersun.vip/.well-known/agents.json
AI Plugin Manifestpowersun.vip/ai-plugin.json
Full API Docspowersun.vip/api-docs
Blogpowersun.vip/blog

Architecture

┌─────────────────────────────────────────────┐
│              AI Agent / LLM                  │
│         (Claude, GPT, custom agent)          │
└──────────┬──────────────┬───────────────────┘
           │ MCP          │ REST API
           ▼              ▼
┌──────────────────────────────────────────────┐
│            PowerSun.vip Server                │
│                                              │
│  ┌─────────┐ ┌──────────┐ ┌──────────────┐  │
│  │21 MCP   │ │ REST API │ │ HTTP 402     │  │
│  │Tools    │ │ Endpoints│ │ + x402 USDC  │  │
│  └────┬────┘ └────┬─────┘ └──────┬───────┘  │
│       └───────────┴──────────────┘           │
│                    │                          │
│       ┌────────────┴────────────┐            │
│       │    Order Engine +       │            │
│       │    Pool Management +    │            │
│       │    Auto-Actions         │            │
│       └────────────┬────────────┘            │
└────────────────────┼─────────────────────────┘
                     │
        ┌────────────┴────────────┐
        ▼                         ▼
   TRON Mainnet              Base (EVM)
   (Energy delegation)    (USDC settlement)

GitHub Topics

tron tron-energy tron-bandwidth mcp mcp-server ai-agent blockchain trx usdt energy-rental bandwidth http-402 x402 rest-api crypto defi passive-income staking


Links


License

This repository contains documentation only. The PowerSun.vip platform is a hosted service available at powersun.vip.

Reviews

No reviews yet

Sign in to write a review