# Open Beauty Facts MCP for AI Agents AI Agent Connect

> Open Beauty Facts lets your agent query a massive database of cosmetic products. You can pull ingredient lists (INCI), check for specific allergens, and look up product details by barcode or brand name. It's the go-to for anyone needing real-time beauty and hygiene data without manual searching.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KGiRTak27s6xECYfZQ4vVbjuNeVdQA11yd6cKaN3/ai-agent-connect
- **Tags:** cosmetics-database, ingredient-analysis, allergen-detection, beauty-products, barcode-lookup

## Description

You can finally give your agent the ability to understand what's actually inside a bottle of moisturizer or a tube of lipstick. Instead of your agent guessing based on vague marketing text, this Connector connects it to the Open Beauty Facts database. You can ask it to find every ingredient in a specific brand's lineup or check if a new skincare product contains common irritants like alcohol denat or specific preservatives. It handles the heavy lifting of scanning thousands of entries so you don't have to. It's a lot easier to manage when you're browsing the Vinkius marketplace and can plug this directly into your existing workflow. Whether you're a developer building a wellness app or a consumer trying to avoid a breakout, this tool turns your agent into a specialist that knows the nuances of global cosmetic formulations. You won't have to flip through dozens of tabs or squint at tiny print on a physical bottle. Your agent pulls the full list of ingredients, identifies potential allergens, and looks up products by barcode in seconds. It makes it possible to audit entire product portfolios or verify claims about "natural" ingredients with actual data. This is about moving from guesswork to certainty when it comes to what's on your skin.

## Tools

### get_beauty_product
Pulls complete details for a specific cosmetic product using its barcode. This helps you quickly identify a product you have in your hand.

### search_beauty_products
Finds beauty items based on a specific category. Use this to see what's available in a niche like sunscreens or face oils.

## Prompt Examples

**Prompt:** 
```
Does this sunscreen have any common allergens?
```

**Response:** 
```
I've analyzed the sunscreen data for you. Here is the breakdown of the ingredients:

| Ingredient | Type | Potential Irritant |
| :--- | :--- | :--- |
| Water | Solvent | No |
| **Alcohol Denat** | Solvent | **Yes** |
| Glycerin | Humectant | No |
| Fragrance | Scent | **Yes** |

Most formulations in this line are designed for sensitive skin, but you should be aware of the alcohol and fragrance content.
```

**Prompt:** 
```
What are the ingredients in the product with barcode 4005900130778?
```

**Response:** 
```
That barcode belongs to **Nivea Creme**. Here are the main ingredients:

* Water
* Paraffinum Liquidum
* Cera Microcristallina
* Glycerin
* Lanolin Alcohol

It also contains several fragrance components and preservatives.
```

**Prompt:** 
```
Find some moisturizing face creams from the brand Nivea.
```

**Response:** 
```
I found several moisturizing face creams from Nivea in the database:

* **Nivea Soft Face Cream**
* **Nivea Nourishing Face Cream**
* **Nivea Face Cream with Vitamin C**

Would you like me to pull the full ingredient list for any of these specific products?
```

## Capabilities

### Look up products by barcode
Identify a specific cosmetic item instantly by its unique barcode.

### Extract full INCI ingredient lists
Pull the complete list of ingredients for any beauty or hygiene product.

### Flag potential allergens in formulas
Identify irritants and restricted substances within a product's composition.

### Audit entire brand portfolios
Explore the full range of products offered by global cosmetic brands.

### Search by product category
Find specific types of products like sunscreens, lotions, or face oils.

## Use Cases

### Checking for hidden allergens
A user wants to know if a new face wash is safe. The agent uses `get_beauty_product` to check for specific allergens and gives a clear yes or no.

### Brand portfolio comparison
A researcher wants to see how Nivea compares to other brands. The agent uses `search_beauty_products` to pull the full catalog.

### Barcode scanning for consumers
A consumer scans a barcode. The agent uses `get_beauty_product` to tell them exactly what's in that specific bottle.

### Content creation for influencers
A blogger needs to list ingredients for 10 different serums. The agent pulls all the data in seconds.

## Benefits

- Stop manually copying ingredient lists. Use `get_beauty_product` to pull the full INCI list for any item instantly.
- Identify hidden irritants quickly. Your agent can scan for specific allergens to keep your skin safe.
- Audit brands at scale. Use `search_beauty_products` to see the full range of products a company offers.
- Simplify product research. You can ask your agent to compare ingredients across different brands in one go.
- Save time on data entry. If you're building an app, you can pull this data directly into your project.

## How It Works

The bottom line is that you get instant, accurate cosmetic data without the manual research.

1. Subscribe to the Open Beauty Facts MCP on Vinkius.
2. Connect your AI client to the Connector without needing any API keys.
3. Ask your agent to find products, check ingredients, or scan barcodes.

## Frequently Asked Questions

**Can I use Open Beauty Facts MCP to check my skincare for parabens?**
Yes. Your agent can scan the full ingredient list of any product in the database to identify if it contains parabens or other specific chemicals you want to avoid.

**Does the Open Beauty Facts MCP work for products from other countries?**
Yes. It provides access to a collaborative global database of beauty products from around the world, not just local brands.

**How can a dermatologist use Open Beauty Facts MCP for patients?**
Dermatologists can use it to quickly verify the formulations of products their patients are using to ensure they are free from known irritants.

**Is there a cost to use the Open Beauty Facts MCP data?**
There is no API key required for this Connector, making it a straightforward way to access public cosmetic data through your AI client.

**Can I use Open Beauty Facts MCP to look up products by barcode?**
Yes. You can provide a barcode to your agent, and it will pull the specific product details and ingredient list from the database.

**Can I use Open Beauty Facts MCP to find all products in a specific category?**
Yes. You can ask your agent to search by category to see a wide range of products, such as sunscreens or body lotions.

**Can I search for products using a barcode?**
Yes! Use the `get_product_by_barcode` tool. It accepts EAN-13 or UPC barcodes and retrieves the specific product record if it exists in the Open Beauty Facts database.

**What is the INCI list?**
INCI stands for International Nomenclature of Cosmetic Ingredients. It is the standardized system used globally to name ingredients on cosmetic packaging.

**How can I find allergens in a product?**
The product details retrieved by the tools include a dedicated section for detected allergens based on the ingredient list analyzed by Open Beauty Facts.