Model Context Protocol

Full TRON Access for AI Agents

One config line. 52 tools. Energy trading, token transfers, DEX swaps, on-chain queries. Zero install.

Add to your MCP client config
{ "mcpServers": { "merx": { "url": "https://merx.exchange/mcp/sse" } } }
52 tools30 prompts21 resourcesMIT license

What Can You Ask?

Natural language queries, executed on TRON through MCP tools.

Prices

"What is the cheapest energy right now?"

Calls get_prices, returns sorted prices from all providers with availability and duration tiers.

Trading

"Buy 65,000 energy for TLyqz... at best price"

Creates order routed to cheapest provider. Delegation verified on-chain before confirmation.

Transfers

"Send 100 USDT to TAddr"

Estimates energy, buys deficit at best price, waits for delegation, signs and broadcasts. Saves up to 94%.

DEX

"Swap 500 TRX for USDT on SunSwap"

Gets quote, simulates exact energy via triggerConstantContract, buys energy, executes swap.

Analysis

"Is now a good time to buy energy?"

Market analysis with 7-day trend, percentile ranking, price history, and recommendation.

On-chain

"Check the balance of TAddr"

Returns TRX balance, energy, bandwidth, free bandwidth, staked amounts, and token holdings.

Automation

"Buy energy when price drops below 20 SUN"

Creates server-side standing order. Runs 24/7, triggers automatically, works when client is offline.

Estimation

"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.

52 Tools in 15 Categories

Every tool the agent needs to operate on TRON.

CategoryToolsAuth
Price Intelligenceget_prices, get_best_price, analyze_prices, get_price_history, compare_providers--
Resource Estimationestimate_transaction_cost, check_address_resources--
Resource Tradingcreate_order, get_order, list_orders, ensure_resourcesAPI key
Account Managementget_balance, get_deposit_info, get_transaction_historyAPI key
Agent Convenienceexplain_concept, suggest_duration, calculate_savings, list_providers--
On-chain Queriesget_account_info, get_trx_balance, get_trc20_balance, get_transaction, get_block--
Token Operationstransfer_trx, transfer_trc20, approve_trc20, get_token_infoPrivate key
Smart Contractsread_contract, estimate_contract_call, call_contractMixed
Network Utilitiesget_chain_parameters, convert_address, get_trx_price, validate_address, search_transaction_history--
DEX Swapsget_swap_quote, execute_swap, get_token_pricePrivate key
Onboardingcreate_account, login--
Paymentsdeposit_trx, enable_auto_deposit, pay_invoice, create_paid_orderMixed
Intent Executionexecute_intent, simulateMixed
Standing Orderscreate_standing_order, list_standing_orders, create_monitor, list_monitorsAPI key
Session Managementset_api_key, set_private_key--

Three Security Tiers

Start with read-only access. Add keys to unlock more capabilities.

Public
22
tools

Prices, estimation, market analysis, on-chain queries, address lookups. No keys needed. Works immediately.

+ API Key
40
tools

Orders, balance, deposits, standing orders, monitors. API key from merx.exchange.

+ Private Key
52
tools

Send TRX/USDT, swap tokens, approve contracts, execute intents. Key never leaves the local process.