You're viewing a demo portfolio

Join the waitlist
PRSM

enable_auto_deposit

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Configure automatic top-up when balance drops below a threshold. The configuration lives ONLY in the current MCP session — it is held in memory by the MCP server process and is lost on server restart, MCP client reconnect, or server redeploy. Top-ups are signed locally with TRON_PRIVATE_KEY and sent to your Merx deposit address (memo-routed). For persistent auto-deposit you currently need to call this tool again at the start of each session.

Parameters schema

{
  "type": "object",
  "required": [
    "threshold_trx",
    "deposit_amount_trx"
  ],
  "properties": {
    "threshold_trx": {
      "type": "string",
      "description": "Balance threshold in TRX"
    },
    "deposit_amount_trx": {
      "type": "string",
      "description": "Amount of TRX per deposit"
    },
    "max_daily_deposits": {
      "type": "number",
      "description": "Max deposits per day (default 5)"
    }
  }
}

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 →