create_invoice
ActiveTool of MERX - TRON Resource Exchange
declared in 2.0.0
Create an invoice for another agent or human to pay. Returns payment URL, address, and QR code. Payment is detected automatically via ZeroMQ (<3 seconds).
Parameters schema
{
"type": "object",
"required": [
"amount_usdt"
],
"properties": {
"expires_in": {
"type": "number",
"description": "Expiry in seconds (60-86400, default 3600)"
},
"amount_usdt": {
"type": "string",
"description": "Amount in USDT"
},
"description": {
"type": "string",
"description": "What the invoice is for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries