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