get_prices
ActiveTool of MERX - TRON Resource Exchange
Get current energy and bandwidth prices from all Merx providers, sorted by best (minimum) price across all duration tiers. Each provider lists ALL its duration tiers (5min/1h/1d/7d/30d etc) — short rentals are usually more expensive per unit than long ones, so always check tier-by-tier. Optionally filter by exact duration in seconds. No auth required.
Parameters schema
{
"type": "object",
"properties": {
"duration": {
"type": "number",
"description": "Filter to providers offering this exact duration in seconds (e.g. 3600 for 1h, 86400 for 1d, 604800 for 7d, 2592000 for 30d). Omit to see all tiers."
},
"resource": {
"enum": [
"ENERGY",
"BANDWIDTH"
],
"type": "string",
"description": "Filter by resource type. Omit for all."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries