MCP Server

The complete TRON infrastructure layer for AI agents. 60 tools, 30 prompts, 21 resources. One config line - full TRON access.

Quick Start (hosted, zero-install)

Add one line to your MCP client config. No npm install, no keys needed. 22 read-only tools are available immediately.

{
  "merx": {
    "url": "https://merx.exchange/mcp"
  }
}

With an API key, unlock 40 tools (trading, balance, standing orders):

{
  "merx": {
    "url": "https://merx.exchange/mcp",
    "headers": {
      "Authorization": "Bearer sk_live_..."
    }
  }
}

stdio (power users)

{
  "merx": {
    "command": "npx merx-mcp",
    "env": {
      "MERX_API_KEY": "sk_live_...",
      "TRON_PRIVATE_KEY": "your-private-key"
    }
  }
}

TRON_PRIVATE_KEY is only for signing transactions (transfers, swaps). It never leaves the local process.

54 Tools

Data table
CategoryToolsAuth
Price Intelligence (5)get_prices, get_best_price, analyze_prices, get_price_history, compare_providersNo
Estimation (2)estimate_transaction_cost, check_address_resourcesNo
Trading (4)create_order, get_order, list_orders, ensure_resourcesAPI key
Account (3)get_balance, get_deposit_info, get_transaction_historyAPI key
Convenience (4)explain_concept, suggest_duration, calculate_savings, list_providersNo
On-chain (5)get_account_info, get_trx_balance, get_trc20_balance, get_transaction, get_blockNo
Network (5)get_chain_parameters, convert_address, get_trx_price, validate_address, search_transaction_historyNo
Tokens (4)transfer_trx, transfer_trc20, approve_trc20, get_token_infoPrivate key
Contracts (3)read_contract, estimate_contract_call, call_contractPrivate key (writes)
DEX (3)get_swap_quote, execute_swap, get_token_pricePrivate key (writes)
Onboarding (2)create_account, loginNo
Payments (4)deposit_trx, enable_auto_deposit, pay_invoice, create_paid_orderAPI key
Intent (2)execute_intent, simulateAPI key
Automation (4)create_standing_order, list_standing_orders, create_monitor, list_monitorsAPI key

30 Prompts

Pre-built workflows: buy-energy, send-usdt, swap-tokens, check-wallet, market-analysis, budget-plan, simulate-plan, auto-renew-delegations, and 22 more. Each prompt guides the agent through a multi-step task.

21 Resources

14 static resources (live prices, market analysis, account balance, network parameters) + 7 URI templates for address, token, and order lookups.

TIP

The hosted SSE transport at merx.exchange/mcp works without any installation. Open Claude Desktop, add the config, and start trading TRON energy through natural language.