You're viewing a demo portfolio

Join the waitlist
PRSM

create_order

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Buy energy or bandwidth on Merx. Routed to cheapest provider. Auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_type",
    "amount",
    "duration_sec",
    "target_address"
  ],
  "properties": {
    "amount": {
      "type": "number",
      "description": "Amount of resource units (min 65000 for ENERGY, 300 for BANDWIDTH)."
    },
    "duration_sec": {
      "type": "number",
      "description": "Rental duration in seconds (e.g. 300, 3600, 86400, 2592000)."
    },
    "max_price_sun": {
      "type": "number",
      "description": "Optional max price in SUN/unit. Order fails if no provider is cheaper."
    },
    "resource_type": {
      "enum": [
        "ENERGY",
        "BANDWIDTH"
      ],
      "type": "string",
      "description": "Resource type to purchase."
    },
    "target_address": {
      "type": "string",
      "description": "TRON address to receive delegated resources."
    }
  }
}

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 →
create_order — MERX - TRON Resource Exchange — PRSM MCP