{
  "name": "By the Yard",
  "description": "Turns a bed's length, width and spread depth into cubic yards, bag count, and a bags-versus-bulk cost verdict. One tool: order(material, lengthFt, widthFt, depthIn, bagSizeCuFt, bagPriceUsd, bulkPricePerYardUsd) returns cubic yards, tons, bags, both totals and a verdict. Free tier: 10 calls/day per caller, then 402 Payment Required at $0.01 per call. No payment rail settles yet; the response carries MPP and x402 challenges once a rail is enabled.",
  "url": "https://by-the-yard.tinyverb.com/mcp",
  "version": "1.0.0",
  "documentationUrl": "https://by-the-yard.tinyverb.com/openapi.json",
  "provider": { "organization": "By the Yard", "url": "https://by-the-yard.tinyverb.com/" },
  "capabilities": { "streaming": false, "pushNotifications": false, "stateTransitionHistory": false },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "order",
      "name": "Order by the yard",
      "description": "Work out the cubic yards, delivered tons, whole-bag count and bags-versus-bulk cost verdict for mulch, topsoil or gravel over a bed or driveway.",
      "tags": ["landscaping", "volume", "mulch", "gravel", "topsoil", "calculator"],
      "examples": ["order: 24 ft x 4 ft bed, 3 in of mulch, 2 cu ft bags at $4.50, bulk at $45/yd"]
    }
  ]
}
