You're viewing a demo portfolio

Join the waitlist
PRSM

watch_address

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

MERX - TRON Resource Exchange

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

2/7 registries
View full server →