get_best_price
ActiveTool of MERX - TRON Resource Exchange
Quick lookup of the single cheapest provider for a resource type, with optional minimum amount filter. CAVEAT: this returns a single representative price per provider, not broken down by duration tier — short rentals (5min) and long rentals (30 days) have very different per-unit prices and this tool does not distinguish between them. For an accurate per-tier comparison, use get_prices(duration=N) where N is the exact rental duration in seconds (e.g. 3600 for 1h, 86400 for 1d, 2592000 for 30d). Use get_best_price only when you need the absolute floor price as a quick sanity-check. No auth required.
Parameters schema
{
"type": "object",
"required": [
"resource"
],
"properties": {
"amount": {
"type": "number",
"description": "Amount of resource units needed."
},
"resource": {
"enum": [
"ENERGY",
"BANDWIDTH"
],
"type": "string",
"description": "Resource type."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries