{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "name": "vetted-consumer",
  "title": "Vetted Consumer local-LLM hardware tools",
  "description": "Will a local LLM run on your hardware, which GGUF quant to download, the cheapest box that runs it, buy-vs-rent-vs-API cost, used-GPU prices, and side-by-side hardware comparisons. Same math as the tools on vettedconsumer.com.",
  "version": "1.0.0",
  "url": "https://vettedconsumer.com/mcp",
  "transport": "streamable-http",
  "capabilities": {
    "tools": {
      "listChanged": true
    }
  },
  "tools": [
    {
      "name": "can_i_run_it",
      "description": "Will a given local LLM run on given hardware? Returns fit, the best GGUF quant that fits, theoretical tok/s, and real owner-measured tok/s."
    },
    {
      "name": "recommend_quant",
      "description": "Which GGUF quant to download for a model on given hardware: the full quant ladder (file size, max context, tok/s) plus the recommended pick."
    },
    {
      "name": "cheapest_hardware_for_model",
      "description": "The cheapest catalogued buyable machine that runs a given model at Q4 with the requested context."
    },
    {
      "name": "list_models",
      "description": "List the local LLM model classes the tools know about."
    },
    {
      "name": "list_hardware",
      "description": "List the machines the tools know about (memory, bandwidth, price, buy link)."
    },
    {
      "name": "cost_compare",
      "description": "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."
    },
    {
      "name": "recommend_hardware",
      "description": "Ranked list of catalogued, buyable machines that run a model at the requested context, cheapest first, with an optional budget cap."
    },
    {
      "name": "get_used_gpu_prices",
      "description": "Current typical used-GPU prices for local-AI rigs (eBay Browse API median asking plus hand-verified, monthly)."
    },
    {
      "name": "compare_hardware",
      "description": "Side-by-side memory, bandwidth, price, and (with a model) fit plus tok/s for 2 to 4 machines."
    }
  ],
  "documentation": "https://vettedconsumer.com/api",
  "provider": {
    "name": "Vetted Consumer",
    "url": "https://vettedconsumer.com"
  }
}
