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
| Category | Tools | Auth |
|---|---|---|
| Price Intelligence (5) | get_prices, get_best_price, analyze_prices, get_price_history, compare_providers | No |
| Estimation (2) | estimate_transaction_cost, check_address_resources | No |
| Trading (4) | create_order, get_order, list_orders, ensure_resources | API key |
| Account (3) | get_balance, get_deposit_info, get_transaction_history | API key |
| Convenience (4) | explain_concept, suggest_duration, calculate_savings, list_providers | No |
| On-chain (5) | get_account_info, get_trx_balance, get_trc20_balance, get_transaction, get_block | No |
| Network (5) | get_chain_parameters, convert_address, get_trx_price, validate_address, search_transaction_history | No |
| Tokens (4) | transfer_trx, transfer_trc20, approve_trc20, get_token_info | Private key |
| Contracts (3) | read_contract, estimate_contract_call, call_contract | Private key (writes) |
| DEX (3) | get_swap_quote, execute_swap, get_token_price | Private key (writes) |
| Onboarding (2) | create_account, login | No |
| Payments (4) | deposit_trx, enable_auto_deposit, pay_invoice, create_paid_order | API key |
| Intent (2) | execute_intent, simulate | API key |
| Automation (4) | create_standing_order, list_standing_orders, create_monitor, list_monitors | API 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.
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.