Sato Hub
← Back to directory
MCPUnknownUnverifiedQuiet · 5mo ago

MERX MCP

TRON infrastructure MCP (hosted SSE + local stdio): energy/bandwidth prices, resource optimization, and TRC-20 stablecoin payments.

Last release Apr 2, 2026 · Last commit Apr 8, 2026 · ★ 3

Overview

MERX MCP is a community MCP server for TRON infrastructure, listed in the MCP Registry, that runs either as a hosted SSE endpoint or locally over stdio. It exposes tools for TRON energy and bandwidth pricing, resource optimization, and TRC-20 stablecoin payment workflows. An agent builder plugs it in to give an agent TRON resource-cost awareness and stablecoin payment handling without integrating TRON APIs directly.

Sato Score

81/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
35/35
Code transparency
17/20
Interface verifiability
10/10
Docs & demo
6/10
Listing transparency & provenance
13/15
Independent verification
0/10

Live endpoint probed — we called the hosted MCP endpoint and it answered with its real tool inventory (proves the interface works, not runtime safety).

Tool inventory 66 tools, probed live 2026-08-30

  • get_pricesGet current energy and bandwidth prices from all Merx providers, sorted by best (minimum) price across all duration tiers. Each provider lists ALL its duration tiers (5min/1h/1d/7d/30d etc) — short re
  • get_best_priceQuick lookup of the single cheapest provider for a resource type, with optional minimum amount filter. CAVEAT: this returns a single representative price per provider, not broken down by duration tier
  • analyze_pricesMarket price analysis with trends and recommendations. No auth required.
  • get_price_historyHistorical price snapshots. No auth required.
  • compare_providersSide-by-side provider comparison with prices and availability. No auth required.
  • estimate_transaction_costEstimate cost of a TRON transaction BEFORE sending. Aliases: estimate_cost, calculate_cost, transaction_cost, energy_cost, transfer_cost. Calculate exactly how much energy, bandwidth, and TRX a TRON t
  • check_address_resourcesCheck energy, bandwidth, and TRX balance for any TRON address. No auth required.
  • create_orderBuy energy or bandwidth on Merx. Routed to cheapest provider. Auth required.
  • get_orderGet order status by UUID. Aliases: get_order_status, check_order, order_status, order_details, fetch_order. Check the status and fill details of an existing order by its UUID. Returns current status (
  • list_ordersList recent orders with optional status filter. Auth required.
  • ensure_resourcesDeclarative resource provisioning. Checks current resources on target address and purchases only what is missing. Auth required.
  • wait_for_delegationBlock until an order reaches a terminal state (FILLED, PARTIAL, FAILED, or CANCELLED) by polling get_order at fixed intervals. Use this right after create_order when you need to confirm the energy/ban
  • get_balanceGet your Merx account balance (TRX, USDT, locked). Requires MERX_API_KEY.
  • get_deposit_infoGet your Merx deposit address and memo. Requires MERX_API_KEY.
  • get_transaction_historyGet your Merx account transaction history. Requires MERX_API_KEY.
  • explain_conceptExplain a TRON or Merx concept in plain language. Hardcoded topics (exact match): energy, bandwidth, staking, delegation, sun_units, burn_vs_rent, merx_routing, provider_types. The lookup is fuzzy — s
  • suggest_durationRecommend a rental duration based on your use case. No authentication required.
  • calculate_savingsCalculate savings from renting energy vs burning TRX. No authentication required.
  • list_providersList all Merx providers with types, durations, and availability. No authentication required.
  • get_account_infoInspect any TRON address. Aliases: check_address, get_address_info, get_wallet_info, address_info, account_status. Read the full on-chain state of ANY TRON address (does not have to be your own): TRX
  • get_trx_balanceQuick TRX balance for a TRON address. No auth required.
  • get_trc20_balanceGet TRC-20 token balance for an address. Supports symbol (USDT, USDC) or contract address. No auth required.
  • get_transactionLook up a transaction by ID on TRON. No auth required.
  • get_blockGet TRON block info by number (or latest if omitted). No auth required.
  • get_chain_parametersGet TRON network parameters (energy fee, bandwidth cost, etc.) with Merx price comparison. No auth required.
  • convert_addressConvert TRON address between base58 (T...) and hex (41...) formats. No auth required.
  • get_trx_priceGet current TRX price from CoinGecko. No auth required.
  • validate_addressValidate a TRON address format and check on-chain status. No auth required.
  • search_transaction_historyGet on-chain transaction history for a TRON address. No auth required.
  • transfer_trxSend TRX to an address. Checks bandwidth, buys via Merx if needed. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.
  • transfer_trc20Transfer TRC-20 tokens with automatic energy optimization. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.
  • approve_trc20Approve TRC-20 spending allowance. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.
  • get_token_infoGet TRC-20 token metadata: name, symbol, decimals, total supply. No auth required.
  • read_contractCall a view/pure function on a TRON smart contract. No auth or private key required.
  • estimate_contract_callEstimate energy and bandwidth cost for a smart contract call. Compares rental vs burn cost. No auth required.
  • call_contractExecute a state-changing smart contract function. Estimates resources, buys via Merx if needed. Requires TRON_PRIVATE_KEY and TRON_ADDRESS.
  • get_contract_infoGet on-chain metadata for a TRON smart contract: existence check, owner address, energy origin, code hash, contract name (if set), ABI entries count. Use this to check whether an address is a contract
  • get_swap_quoteGet a real swap quote from SunSwap V2. No auth required.
  • execute_swapExecute a token swap on SunSwap V2. Requires TRON_PRIVATE_KEY.
  • get_token_priceGet token price via SunSwap quote + CoinGecko USD rate. No auth required.
  • create_accountCreate a new Merx account, generate an API key, and get deposit info. No auth needed.
  • loginLog in to an existing Merx account. No MERX_API_KEY needed.
  • set_api_keySet your Merx API key for this session. Unlocks all authenticated tools (trading, balance, orders). Use this if you already have an API key.
  • set_private_keySet your TRON private key for this session. Address is derived automatically. Enables write tools: transfer_trx, transfer_trc20, approve_trc20, execute_swap, deposit_trx. Key stays local - never sent
  • deposit_trxDeposit TRX to your Merx account. Requires MERX_API_KEY + TRON_PRIVATE_KEY.
  • enable_auto_depositConfigure automatic top-up when balance drops below a threshold. The configuration lives ONLY in the current MCP session — it is held in memory by the MCP server process and is lost on server restart,
  • pay_invoicePay an x402 invoice by signing and broadcasting a TRX transfer to the invoice address, then verifying the payment with the facilitator. x402 (Coinbase + Cloudflare HTTP 402 standard) is the protocol A
  • create_paid_orderCreate a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY.
  • execute_intentPlan a multi-step operation (transfer, swap, buy resources, etc) and return a cost estimate, total energy/bandwidth needed, and the cheapest resource acquisition strategy. NOTE: actual on-chain execut
  • simulateDry-run a multi-step operation (transfer, swap, buy resources, etc) without sending anything on-chain. Returns per-step energy and bandwidth estimates plus a total TRX cost. Use this to preview a plan
  • create_standing_orderCreate a server-side standing order with trigger-based automation. Auth required.
  • list_standing_ordersList all standing orders with optional status filter. Auth required.
  • get_standing_orderGet full details of a single standing order by its UUID. Returns trigger config, action params, budget, executions count, and status. Auth required (API key).
  • cancel_standing_orderCancel a standing order by its UUID. The order is moved to CANCELLED status and will not trigger again. Already-executed actions are NOT reversed. Auth required (API key).
  • create_monitorCreate a persistent server-side monitor that fires notifications when a condition is met. Four monitor types: delegation_expiry (warns when leased energy is about to expire so you can re-rent), balanc
  • list_monitorsList all monitors you created with create_monitor, optionally filtered by status (ACTIVE/CANCELLED). Each row shows the full monitor UUID (pass to cancel_monitor), monitor type, target address, and st
  • cancel_monitorCancel an active monitor by its UUID. The monitor stops firing notifications. Auth required (API key).
  • withdrawWithdraw TRX or USDT from your Merx account to an external TRON address. The "amount" parameter is interpreted in the currency specified by "currency" — i.e. for currency=TRX it is TRX units, for curr
  • compile_policyConvert a natural language energy management policy into MERX automation. Creates standing orders and monitors based on your instructions. Examples: - "Keep 500k energy on my wallet, buy when price i
  • resource_broadcastBroadcast a signed TRON transaction with automatic energy optimization. If the target address lacks sufficient energy, MERX purchases the deficit at the best market price before broadcasting. One call
  • register_agentRegister your TRON address as an agent on agent.merx.exchange. Required ONCE before using request_payment, create_invoice, watch_address, agent_status, or any other agent payment tool. Pass the TRON a
  • request_paymentCreate a TRC20 payment request on TRON (USDT, USDC, USDD, or any TRC20). Returns a payment address. Fires webhook when payment arrives (<3 seconds). Use for receiving payments from other agents or hum
  • lookup_invoiceLook up a MERX invoice. Shows amount, recipient, token, and status. Agent must sign and broadcast the transfer separately (non-custodial).
  • create_invoiceCreate an invoice for another agent or human to pay. Returns payment URL, address, and QR code. Payment is detected automatically via ZeroMQ (<3 seconds).
  • watch_addressWatch any TRON address for TRC20 transfers (USDT, USDC, USDD, or any token). Fires webhook on each matching transfer. Persistent - runs 24/7 even when conversation ends.
  • agent_statusGet a snapshot of your agent payment service: registered TRON address, count of pending payment requests (request_payment), active address watches (watch_address), and outstanding invoices (create_inv

Live probe verifies the interface responds — not what the tools do, their safety, or their output quality.

Details

Chains
Tron
Agent types
MCP Server
Open source
Yes
Last checked
2026-08-30

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#tron#trc-20#stablecoin#payments#mcp
See something inaccurate or outdated?Submit a correction →

Listing History

Recorded changes to MERX MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Jul 20, 2026
    Edited: mcp endpoint url
  2. Jul 20, 2026
    Edited: deploy spec
  3. Jul 19, 2026
    Edited: mcp endpoint url
  4. Jul 19, 2026
    Sato Score tier: Medium → High
    Score 55 → 80.
  5. Jul 14, 2026
    Enriched: deployment options, supported integrations
  6. Jul 14, 2026
    Auto-enriched: creator profile url, docs url
  7. Jul 14, 2026
    Listed on Sato Hub
  8. Jul 14, 2026
    Sato Hub began tracking this listing

Related Resources

Is this your project?

Prove you control the domain and you can correct this page — description, links, tags, chains. Claiming proves control, not verification: it doesn't change the Sato Score or mark anything as audited.

Claim this listing →

Cite this page

Sato Hub. "MERX MCP — Sato Hub." Sato Hub, updated 2026-08-30, accessed 2026-08-31. https://satohub.ai/resources/merx-mcp

This page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.