You're viewing a demo portfolio

Join the waitlist
PRSM

request_payment

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →