Model Context Protocol
One config line. 52 tools. Energy trading, token transfers, DEX swaps, on-chain queries. Zero install.
Natural language queries, executed on TRON through MCP tools.
"What is the cheapest energy right now?"
Calls get_prices, returns sorted prices from all providers with availability and duration tiers.
"Buy 65,000 energy for TLyqz... at best price"
Creates order routed to cheapest provider. Delegation verified on-chain before confirmation.
"Send 100 USDT to TAddr"
Estimates energy, buys deficit at best price, waits for delegation, signs and broadcasts. Saves up to 94%.
"Swap 500 TRX for USDT on SunSwap"
Gets quote, simulates exact energy via triggerConstantContract, buys energy, executes swap.
"Is now a good time to buy energy?"
Market analysis with 7-day trend, percentile ranking, price history, and recommendation.
"Check the balance of TAddr"
Returns TRX balance, energy, bandwidth, free bandwidth, staked amounts, and token holdings.
"Buy energy when price drops below 20 SUN"
Creates server-side standing order. Runs 24/7, triggers automatically, works when client is offline.
"How much would it cost to send 1000 USDT transfers?"
Estimates energy per transfer, calculates bulk cost with rented energy vs TRX burn, shows savings.
Every tool the agent needs to operate on TRON.
| Category | Tools | Auth |
|---|---|---|
| Price Intelligence | get_prices, get_best_price, analyze_prices, get_price_history, compare_providers | -- |
| Resource Estimation | estimate_transaction_cost, check_address_resources | -- |
| Resource Trading | create_order, get_order, list_orders, ensure_resources | API key |
| Account Management | get_balance, get_deposit_info, get_transaction_history | API key |
| Agent Convenience | explain_concept, suggest_duration, calculate_savings, list_providers | -- |
| On-chain Queries | get_account_info, get_trx_balance, get_trc20_balance, get_transaction, get_block | -- |
| Token Operations | transfer_trx, transfer_trc20, approve_trc20, get_token_info | Private key |
| Smart Contracts | read_contract, estimate_contract_call, call_contract | Mixed |
| Network Utilities | get_chain_parameters, convert_address, get_trx_price, validate_address, search_transaction_history | -- |
| DEX Swaps | get_swap_quote, execute_swap, get_token_price | Private key |
| Onboarding | create_account, login | -- |
| Payments | deposit_trx, enable_auto_deposit, pay_invoice, create_paid_order | Mixed |
| Intent Execution | execute_intent, simulate | Mixed |
| Standing Orders | create_standing_order, list_standing_orders, create_monitor, list_monitors | API key |
| Session Management | set_api_key, set_private_key | -- |
Start with read-only access. Add keys to unlock more capabilities.
Prices, estimation, market analysis, on-chain queries, address lookups. No keys needed. Works immediately.
Orders, balance, deposits, standing orders, monitors. API key from merx.exchange.
Send TRX/USDT, swap tokens, approve contracts, execute intents. Key never leaves the local process.