watch_address
ActiveTool of MERX - TRON Resource Exchange
declared in 2.0.0
Watch 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.
Parameters schema
{
"type": "object",
"required": [
"address",
"webhook_url"
],
"properties": {
"address": {
"type": "string",
"description": "TRON address to watch (T...)"
},
"ttl_hours": {
"type": "number",
"description": "Watch duration in hours (1-720, default 24)"
},
"event_types": {
"type": "array",
"items": {
"enum": [
"usdt_incoming",
"usdt_outgoing",
"trx_incoming"
],
"type": "string"
},
"description": "Event types to watch"
},
"webhook_url": {
"type": "string",
"description": "Webhook URL for notifications"
},
"min_amount_usdt": {
"type": "string",
"description": "Minimum amount filter (default \"0\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries