{
  "name": "Throphia Nutrition Agent",
  "version": "1.0.0",
  "description": "Agent interface for Throphia, a German nutrition and micronutrient knowledge base. Looks up nutrient values for foods, ranks foods richest in a nutrient and searches knowledge articles on vitamins, minerals, longevity and peptides. Read-only, educational, not medical advice.",
  "url": "https://throphia.com/mcp",
  "provider": {
    "organization": "Throphia",
    "url": "https://throphia.com"
  },
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://throphia.com/mcp",
      "serviceUrl": "https://throphia.com/mcp",
      "transport": "JSONRPC",
      "transportProtocol": "https"
    }
  ],
  "capabilities": [
    {
      "id": "cap-foods",
      "name": "Food nutrient data",
      "description": "Nutrient values per 100 g from the German Federal Food Code (BLS 4.0): macros and up to 22 vitamins and minerals, with daily-reference coverage."
    },
    {
      "id": "cap-knowledge",
      "name": "Nutrition knowledge",
      "description": "Search over German articles about vitamins, minerals, micronutrients, longevity, peptides, gut health, sleep, hormones and biomarkers."
    }
  ],
  "skills": [
    {
      "id": "lookup_food",
      "name": "Look up food",
      "description": "Return the nutrient profile (macros plus vitamins and minerals per 100 g) of a food by German name, with detail-page URL."
    },
    {
      "id": "foods_rich_in_nutrient",
      "name": "Foods rich in a nutrient",
      "description": "Rank foods by content of a given nutrient per 100 g, with percentage of the adult daily reference."
    },
    {
      "id": "search_articles",
      "name": "Search articles",
      "description": "Find Throphia knowledge articles by keyword and return their titles, categories and URLs."
    }
  ],
  "documentationUrl": "https://throphia.com/auth.md"
}
