request_payment
ActiveTool of MERX - TRON Resource Exchange
Create 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 humans. Requires agent registration first — call register_agent if you get AGENT_NOT_REGISTERED error.
Parameters schema
{
"type": "object",
"required": [
"amount_usdt"
],
"properties": {
"amount_usdt": {
"type": "string",
"description": "Amount in token units (e.g. \"5.00\")"
},
"description": {
"type": "string",
"description": "What this payment is for"
},
"webhook_url": {
"type": "string",
"description": "URL to notify on payment (optional)"
},
"tolerance_pct": {
"type": "number",
"description": "Amount tolerance % (default 0 = exact)"
},
"timeout_seconds": {
"type": "number",
"description": "Wait timeout (10-3600, default 300)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries