io.github.thebaronofai/vetted-consumer
io.github.thebaronofai/vetted-consumerWill a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices.
Tools · 9
Will a given local LLM run on given hardware? Returns fit, the best quant that fits, theoretical tok/s, and real owner-measured tok/s where available.
Which GGUF quantization to download for a model on given hardware: the full quant ladder with file size, max context, and tok/s for each, plus the recommended pick.
The cheapest catalogued, buyable machine that runs a given model at Q4 with the requested context.
List the local LLM model classes the tools know about (params, dense/MoE, native context).
List the machines the tools know about (memory, bandwidth, price, buy link).
Buy vs rent vs API cost to run a model locally: monthly/1y/3y totals, break-even months, and the energy cost per 1M tokens. Same math as /cost-calculator/.
Ranked list of catalogued, buyable machines that run a model at the requested context, cheapest first, with an optional budget cap.
Current typical used-GPU prices for local-AI rigs (eBay Browse API median asking + hand-verified, monthly).
Side-by-side memory, bandwidth, price, and (with a model) fit + tok/s for 2 to 4 machines.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.thebaronofai/vetted-consumer": {
"url": "https://vettedconsumer.com/mcp",
"transport": "streamable-http"
}
}
}