You're viewing a demo portfolio

Join the waitlist
PRSM

create_monitor

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Create a persistent server-side monitor that fires notifications when a condition is met. Four monitor types: delegation_expiry (warns when leased energy is about to expire so you can re-rent), balance_threshold (fires when an address goes below a TRX/USDT level), price_alert (fires when energy/bandwidth price crosses a SUN threshold), address_activity (fires on any incoming TX). Notification defaults to webhook=true if omitted. Auth required (API key).

Parameters schema

{
  "type": "object",
  "required": [
    "monitor_type",
    "params"
  ],
  "properties": {
    "notify": {
      "type": "object",
      "description": "Notification config: { webhook?: boolean, telegram_chat_id?: string }. Defaults to { webhook: true } if omitted."
    },
    "params": {
      "type": "object",
      "description": "Type-specific params. delegation_expiry: { alert_before_sec, auto_renew, resource_type }. balance_threshold: { resource: \"TRX\"|\"ENERGY\"|\"BANDWIDTH\", below: number }. price_alert: { resource: \"ENERGY\"|\"BANDWIDTH\", above_sun?: number, below_sun?: number }. address_activity: { min_amount_trx?: number }."
    },
    "monitor_type": {
      "enum": [
        "delegation_expiry",
        "balance_threshold",
        "price_alert",
        "address_activity"
      ],
      "type": "string",
      "description": "Type of monitor to create."
    },
    "target_address": {
      "type": "string",
      "description": "TRON address to monitor. Required for delegation_expiry, balance_threshold, address_activity. Not used for price_alert."
    }
  }
}

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 →