{
  "name": "YardStock NZ Vehicle Listings",
  "description": "Live used-car stock on named NZ dealer yards. Search make, model, price, city. Not Trade Me.",
  "homepage": "https://yardstock.nz",
  "documentation": "https://stock.yardstock.nz/llms.txt",
  "repository": "https://github.com/aaronwaddington-arch/yardstock-mcp",
  "registry_name": "nz.yardstock/nz-car-listings",
  "version": "1.0.0",
  "remote": {
    "url": "https://stock.yardstock.nz/mcp",
    "transport": "streamable-http",
    "authentication": {
      "type": "api_key",
      "required": false,
      "bearer_methods_supported": ["header"],
      "api_key": {
        "description": "Send `Authorization: Bearer <key>` or `X-Api-Key: <key>`. Keys are issued manually on request via https://yardstock.nz",
        "required": false
      },
      "anonymous": {
        "description": "Connecting with no credentials is allowed. initialize, tools/list and all three tools work anonymously; search_stock is capped at 5 results per call and vin/plate are omitted. A key lifts both limits.",
        "search_limit": 5
      }
    }
  },
  "tools": [
    {
      "name": "coverage",
      "description": "Which NZ dealer groups are in the index, with listing counts and cities. Call first."
    },
    {
      "name": "search_stock",
      "description": "Search live used cars by make, model, year range, price range, city and fuel. Sorted by price ascending."
    },
    {
      "name": "get_listing",
      "description": "Fetch one listing by its source_url, including vin and plate where stored (keyed callers only)."
    }
  ],
  "connect": "https://stock.yardstock.nz/connect",
  "health": "https://stock.yardstock.nz/health"
}
