resource_broadcast
ActiveTool of MERX - TRON Resource Exchange
Broadcast 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: estimate, buy energy, wait for delegation, broadcast. Requires MERX_API_KEY with the "broadcast" scope, and a pre-signed transaction. Returns txid on success, refunds on timeout. NOTE: This endpoint is currently behind a feature flag and disabled by default in production. If you get a 503 MAINTENANCE error, use the manual flow instead: call ensure_resources to provision energy, then sign and broadcast the transaction with your own TronWeb client.
Parameters schema
{
"type": "object",
"required": [
"signed_tx",
"target_address"
],
"properties": {
"signed_tx": {
"type": "string",
"description": "Hex-encoded signed TRON transaction"
},
"target_address": {
"type": "string",
"description": "TRON address that will execute the transaction (must match TX sender)"
}
}
}Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries