{
  "name": "PlateCosts",
  "description": "Food cost calculator and FDA label generator for food trucks, caterers, cottage food producers, and small food businesses. Calculates recipe cost per serving, suggests menu prices, generates FDA nutrition facts labels from USDA data, and produces FDA ingredient labels with allergen detection.",
  "url": "https://platecosts.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    {
      "url": "https://platecosts.com/.well-known/openapi.json",
      "transport": "http",
      "protocol": "OpenAPI",
      "protocolVersion": "3.0.3"
    }
  ],
  "skills": [
    {
      "id": "food_cost_calculation",
      "name": "Food Cost Calculation",
      "description": "Calculate the ingredient cost per serving for any recipe and get a suggested menu sell price based on a target food cost percentage."
    },
    {
      "id": "ingredient_price_tracking",
      "name": "Ingredient Price Tracking",
      "description": "Track what you pay per unit for every ingredient, with automatic unit conversion (lb, oz, gallon, cup, each, etc.)."
    },
    {
      "id": "nutrition_label_generation",
      "name": "Nutrition Facts Label Generation",
      "description": "Look up USDA FoodData Central nutrition data per ingredient and auto-calculate per-serving nutrition for a recipe. Output an FDA-format Nutrition Facts panel printable to thermal or Avery sheet labels."
    },
    {
      "id": "ingredient_label_generation",
      "name": "Ingredient Label Generation",
      "description": "Generate an FDA-compliant ingredient list ordered by weight (heaviest first) with automatic detection of the top 9 FDA allergens. Printable to Brother, Dymo, Zebra thermal printers or Avery sheet labels."
    },
    {
      "id": "menu_pricing",
      "name": "Menu Pricing",
      "description": "View suggested sell prices for all recipes at once based on a configurable target food cost percentage."
    }
  ],
  "contact": {
    "email": "hmacomber@gmail.com",
    "url": "https://platecosts.com"
  }
}
