You're viewing a demo portfolio

Join the waitlist
PRSM

create_paid_order

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Create a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_type",
    "amount",
    "duration_sec",
    "target_address"
  ],
  "properties": {
    "amount": {
      "type": "number",
      "description": "Amount of resource units"
    },
    "duration_sec": {
      "type": "number",
      "description": "Duration in seconds"
    },
    "resource_type": {
      "enum": [
        "ENERGY",
        "BANDWIDTH"
      ],
      "type": "string",
      "description": "Resource type"
    },
    "target_address": {
      "type": "string",
      "description": "TRON address to receive resources"
    }
  }
}

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