mcpserver.lol
registry/aitools420-market
Connection check verified live · 26h ago

aitools420-market

Live GPU rental market: 2,500+ offers across a dozen provider feeds. History, watches, limit orders.

Tools 25
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

25 tools

Read from the running server on 26h ago.

account_usage daysaccount_token*
Your metered usage ledger: placements, destroys, estimated hours and USD, and the platform fee (2.5%, $0.01 min, $5.00 cap per lease per UTC day) priced at the rate live at…
best_value limitmin_vram_gboffer_class
Perf-per-dollar board: for each GPU model, best live price vs its FP16 tensor throughput (dense, vendor spec sheets) -> TFLOPS per dollar-hour. The answer to 'most compute…
cancel_limit_order order_id*order_secret*
Cancel a limit order. Requires the order_secret from create_limit_order.
create_limit_order gpu*standingmax_refillsmin_vram_gboffer_classwebhook_url +6
Place a standing LIMIT ORDER: when the best live fee-adjusted price for gpu (and optional offer_class) trades at or under max_price_per_gpu_hr, the station cuts a signed FI…
create_watch gpu*offer_classwebhook_urlmax_price_per_gpu_hr*
Create a price watch (tripwire): fires when the best live fee-adjusted price per GPU-hour matching gpu (and optional offer_class) drops to or under max_price_per_gpu_hr. Ch…
delete_watch watch_id*
Delete a watch by id.
destroy_rental api_key*provider*provider_instance_id*
Destroy an instance previously placed on your account (vast or runpod). Your key passes through and is never stored.
fill_limit_order imageapi_key*confirmdisk_gbdry_runorder_id* +2
Execute a limit order's live fill ticket on YOUR provider key (used for this one call, never stored). Only works while the order is ticketed; the offer is re-quoted live an…
get_offer offer_id*
Fetch one offer by its id (from search_offers).
idle_history hours
The idle-capacity index over time: share of listed GPU capacity that is interruptible (spot/bid) — idle hardware looking for work. Points are [ts, idle_share, idle_offers,…
limit_order_status order_id*order_secret
State of a limit order (armed/ticketed/filled/cancelled/expired), last price seen, recent events. Pass order_secret to also read the live fill ticket when one is cut.
market_stats
Live market snapshot: total offers, GPU models, idle-capacity share, per-provider freshness/health, cheapest price per model, current fee_bps.
price_history gpuhoursgpu_modeloffer_class
Price history for one GPU model (exact name from search_offers/market_stats, e.g. 'RTX 4090'). offer_class: on_demand | interruptible. Returns per-provider series of [ts, m…
price_position gpugpu_modeloffer_class
Rent-now-or-wait context: where the current best price for one GPU model sits inside its own trailing 7/30-day range (percentile, 24h trend, verdict). Descriptive, not a fo…
provider_reliability days
How dependable each provider's data feed has been for this station (poll success over the trailing window), plus the provider's own average machine reliability where report…
register_account label
Create a metering account: returns a bearer token (shown once, we keep only a hash). Pass it as account_token on rent calls to build a usage ledger you can read back with a…
rental_status api_key*provider*provider_instance_id*
Live state of an instance on your account: running/starting/stopped/ gone, uptime, price, estimated spend so far, and the budget guard's state if one is armed. Read-only; y…
rent_best gpuimagelabelapi_key*confirmcountry +10
One-shot rent: search the live book with these filters and place on the best (cheapest) matching offer — 'cheapest H100 under $2/hr, go'. Same guarantees as rent_offer (dry…
rent_offer imagelabelapi_key*confirmdisk_gbdry_run +5
Place a rental on YOUR provider account (BYO key — it is used for this one call and never stored). Default is a DRY RUN returning exactly what would be executed; a live pla…
rent_x402 blockslease_idx_paymentoriginatorssh_pubkey
Rent a prepaid block of GPU time with a wallet and NO account, NO API key and no human, over x402 (HTTP 402 micropayments, USDC on Base). Call it with no arguments and you…
search_offers gpulimitregioncountryprovidermin_vram_gb +4
Search live GPU offers. gpu matches the model name (e.g. '4090', 'H100'). offer_class: on_demand | interruptible | reserved. country: ISO-2 (e.g. US), a comma list ('DE,NL'…
spot_spread hoursgpu_model
On-demand vs interruptible spread: the live discount for idle capacity per model; pass gpu_model for its history too.
true_cost_notes
The billing fine print behind the $/hr, verified per provider from their own published pages (source URL + date on every claim): billing granularity (per-second vs per-minu…
watch_status watch_id*
Current state of a watch: armed/tripped, last price seen, recent events, and the best matching offer right now.
will_it_fit batchlimitmodelcontextparams_bprecision +2
Will this model fit, and what does a fitting machine cost right now? Deterministic VRAM arithmetic — weights (params x bytes/precision) + KV cache (2 x layers x kv_heads x…