enable_auto_deposit
ActiveTool of MERX - TRON Resource Exchange
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries