{
  "name": "io.github.ericblair1903/nutrients-mcp",
  "version": "1.0.3",
  "description": "Analyze food images and retrieve full nutritional data — calories, macros, vitamins, minerals, allergens, and dietary labels — with a single tool call.",
  "title": "TastyAPI Nutrients",
  "websiteUrl": "https://tastyapi.com/mcp",
  "repository": {
    "url": "https://github.com/ericblair1903/nutrients-mcp",
    "source": "github"
  },
  "serverInfo": {
    "name": "nutrients-mcp",
    "version": "1.0.3"
  },
  "transport": {
    "type": "stdio",
    "endpoint": "npx -y nutrients-mcp",
    "command": "npx",
    "args": [
      "-y",
      "nutrients-mcp"
    ],
    "env": {
      "TASTYAPI_KEY": "YOUR_API_KEY"
    }
  },
  "protocolVersions": [
    "2025-11-25",
    "2025-06-18"
  ],
  "capabilities": [
    "tools"
  ],
  "tools": [
    {
      "name": "analyze_food_image",
      "description": "Analyze a food image and return detailed nutrition, allergens, and dietary labels."
    },
    {
      "name": "analyze_food",
      "description": "Analyze a food item by name or text description — no image needed — and return detailed nutrition, allergens, and dietary labels."
    }
  ],
  "authentication": {
    "type": "apiKey",
    "description": "Set TASTYAPI_KEY to your TastyAPI bearer token. Get one at https://tastyapi.com/pricing",
    "documentation": "https://tastyapi.com/auth.md"
  },
  "documentation": "https://tastyapi.com/api-reference"
}