You're viewing a demo portfolio

Join the waitlist
PRSM

create_standing_order

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Create a server-side standing order with trigger-based automation. Auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "trigger_type",
    "trigger_params",
    "action_type",
    "action_params",
    "budget_trx",
    "max_executions"
  ],
  "properties": {
    "budget_trx": {
      "type": "string",
      "description": "Maximum budget in TRX (converted to SUN internally)."
    },
    "expires_at": {
      "type": "string",
      "description": "ISO 8601 expiration date (optional)."
    },
    "action_type": {
      "enum": [
        "buy_resource",
        "ensure_resources",
        "notify_only"
      ],
      "type": "string",
      "description": "Action to perform when triggered."
    },
    "trigger_type": {
      "enum": [
        "price_below",
        "price_above",
        "schedule",
        "balance_below"
      ],
      "type": "string",
      "description": "Condition that triggers the order."
    },
    "action_params": {
      "type": "object",
      "description": "Action parameters: { resource_type, amount, duration_sec, target_address }."
    },
    "max_executions": {
      "type": "number",
      "description": "Maximum number of times this order can execute."
    },
    "trigger_params": {
      "type": "object",
      "description": "Trigger parameters: { resource, threshold_sun } or { cron }."
    }
  }
}

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 →