MERX - TRON Resource Exchange

66 tools. 26 can modify or destroy data without limits.

16 destructive tools with no built-in limits. Policy required.

Last updated:

26 can modify or destroy data
40 read-only
66 tools total

Community server · catalogue entry verified 29/06/2026

How to control MERX - TRON Resource Exchange ↓

What MERX - TRON Resource Exchange exposes to your agents

Read (40) Write / Execute (10) Destructive / Financial (16)
Critical Risk

The most dangerous MERX - TRON Resource Exchange tools

26 of MERX - TRON Resource Exchange's 66 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control MERX - TRON Resource Exchange

PolicyLayer is an MCP gateway — it sits between your AI agents and MERX - TRON Resource Exchange, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "approve_trc20": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "cancel_monitor": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_account": {
    "limits": [
      {
        "counter": "create_account_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "agent_status": {
    "limits": [
      {
        "counter": "agent_status_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MERX - TRON Resource Exchange — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MERX - TRON RESOURCE EXCHANGE →

Instant setup, no code required.

All 66 MERX - TRON Resource Exchange tools

FINANCIAL 14 tools
Financial approve_trc20 Approve TRC-20 spending allowance. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY. Financial create_invoice Create an invoice for another agent or human to pay. Returns payment URL, address, and QR code. Payment is det Financial create_order Buy energy or bandwidth on Merx. Routed to cheapest provider. Auth required. Financial create_paid_order Create a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY. Financial create_standing_order Create a server-side standing order with trigger-based automation. Auth required. Financial deposit_trx Deposit TRX to your Merx account. Requires MERX_API_KEY + TRON_PRIVATE_KEY. Financial enable_auto_deposit Configure automatic top-up when balance drops below a threshold. The configuration lives ONLY in the current M Financial execute_swap Execute a token swap on SunSwap V2. Requires TRON_PRIVATE_KEY. Financial pay_invoice Pay an x402 invoice by signing and broadcasting a TRX transfer to the invoice address, then verifying the paym Financial request_payment Create a TRC20 payment request on TRON (USDT, USDC, USDD, or any TRC20). Returns a payment address. Fires webh Financial resource_broadcast Broadcast a signed TRON transaction with automatic energy optimization. If the target address lacks sufficient Financial transfer_trc20 Transfer TRC-20 tokens with automatic energy optimization. Signs and broadcasts on-chain. Requires TRON_PRIVAT Financial transfer_trx Send TRX to an address. Checks bandwidth, buys via Merx if needed. Signs and broadcasts on-chain. Requires TRO Financial withdraw Withdraw TRX or USDT from your Merx account to an external TRON address. The
READ 40 tools
Read agent_status Get a snapshot of your agent payment service: registered TRON address, count of pending payment requests (requ Read analyze_prices Market price analysis with trends and recommendations. No auth required. Read calculate_savings Calculate savings from renting energy vs burning TRX. No authentication required. Read check_address_resources Check energy, bandwidth, and TRX balance for any TRON address. No auth required. Read compare_providers Side-by-side provider comparison with prices and availability. No auth required. Read convert_address Convert TRON address between base58 (T...) and hex (41...) formats. No auth required. Read ensure_resources Declarative resource provisioning. Checks current resources on target address Read estimate_contract_call Estimate energy and bandwidth cost for a smart contract call. Read estimate_transaction_cost Estimate cost of a TRON transaction BEFORE sending. Aliases: estimate_cost, calculate_cost, transaction_cost, Read explain_concept Explain a TRON or Merx concept in plain language. Hardcoded topics (exact match): energy, bandwidth, staking, Read get_account_info Inspect any TRON address. Aliases: check_address, get_address_info, get_wallet_info, address_info, account_sta Read get_balance Get your Merx account balance (TRX, USDT, locked). Requires MERX_API_KEY. Read get_best_price Quick lookup of the single cheapest provider for a resource type, with optional minimum amount filter. CAVEAT: Read get_block Get TRON block info by number (or latest if omitted). No auth required. Read get_chain_parameters Get TRON network parameters (energy fee, bandwidth cost, etc.) with Merx price comparison. No auth required. Read get_contract_info Get on-chain metadata for a TRON smart contract: existence check, owner address, energy origin, code hash, con Read get_deposit_info Get your Merx deposit address and memo. Requires MERX_API_KEY. Read get_order Get order status by UUID. Aliases: get_order_status, check_order, order_status, order_details, fetch_order. Ch Read get_price_history Historical price snapshots. No auth required. Read get_prices Get current energy and bandwidth prices from all Merx providers, sorted by best (minimum) price across all dur Read get_standing_order Get full details of a single standing order by its UUID. Returns trigger config, action params, budget, execut Read get_swap_quote Get a real swap quote from SunSwap V2. No auth required. Read get_token_info Get TRC-20 token metadata: name, symbol, decimals, total supply. No auth required. Read get_token_price Get token price via SunSwap quote + CoinGecko USD rate. No auth required. Read get_transaction Look up a transaction by ID on TRON. No auth required. Read get_transaction_history Get your Merx account transaction history. Requires MERX_API_KEY. Read get_trc20_balance Get TRC-20 token balance for an address. Supports symbol (USDT, USDC) or contract address. No auth required. Read get_trx_balance Quick TRX balance for a TRON address. No auth required. Read get_trx_price Get current TRX price from CoinGecko. No auth required. Read list_monitors List all monitors you created with create_monitor, optionally filtered by status (ACTIVE/CANCELLED). Each row Read list_orders List recent orders with optional status filter. Auth required. Read list_providers List all Merx providers with types, durations, and availability. No authentication required. Read list_standing_orders List all standing orders with optional status filter. Auth required. Read lookup_invoice Look up a MERX invoice. Shows amount, recipient, token, and status. Agent must sign and broadcast the transfer Read read_contract Call a view/pure function on a TRON smart contract. Read search_transaction_history Get on-chain transaction history for a TRON address. No auth required. Read simulate Dry-run a multi-step operation (transfer, swap, buy resources, etc) without sending anything on-chain. Returns Read suggest_duration Recommend a rental duration based on your use case. No authentication required. Read validate_address Validate a TRON address format and check on-chain status. No auth required. Read watch_address Watch any TRON address for TRC20 transfers (USDT, USDC, USDD, or any token). Fires webhook on each matching tr

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about MERX - TRON Resource Exchange

Can an AI agent move money through the MERX - TRON Resource Exchange MCP server? +

Yes. The MERX - TRON Resource Exchange server exposes 14 financial tools including approve_trc20, create_invoice, create_order. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the MERX - TRON Resource Exchange MCP server? +

Yes. The MERX - TRON Resource Exchange server exposes 2 destructive tools including cancel_monitor, cancel_standing_order. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MERX - TRON Resource Exchange? +

The MERX - TRON Resource Exchange server has 6 write tools including create_account, create_monitor, login. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MERX - TRON Resource Exchange.

How many tools does the MERX - TRON Resource Exchange MCP server expose? +

66 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 40 are read-only. 26 can modify, create, or delete data.

How do I enforce a policy on MERX - TRON Resource Exchange? +

Register the MERX - TRON Resource Exchange MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MERX - TRON Resource Exchange tool call.

Deterministic rules across all 66 MERX - TRON Resource Exchange tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

66 MERX - TRON Resource Exchange tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.