glowpulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
GlowPulse: Skincare and K-beauty intelligence: ingredient lookups, myth-vs-fact conflict checks, product decoding, pregnancy-safe and fungal-acne screening, dupe finding, routine building, and greenwashing claims checks. Grounded in EU CosIng, CIR/PubChem and Korean regulatory context. Coverage: Global (EU, Korea, Japan, US regulatory layers) Endpoints: • ingredient-lookup ($0.05): Skincare ingredient checker • conflict-check ($0.10): Routine ingredient-conflict checker • product-decode ($0.15): Ingredient list decoder • pregnancy-safe ($0.10): Pregnancy/nursing skincare safety screen • fungal-acne-check ($0.08): Fungal-acne (Malassezia) safety checker • dupe-finder ($0.15): K-beauty and skincare dupe finder • routine-builder ($0.20): Full skincare routine builder • k-beauty-compare ($0.12): Korean vs Western actives comparison • claims-check ($0.12): Greenwashing / marketing-claim detector • price-per-active ($0.08): Price-per-active value analysis • sensitive-skin ($0.10): Sensitive-skin irritant/allergen screen • sale-timing ($0.08): Beauty retailer sale-timing brief
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"lang": {
"type": "string",
"description": "en | ko | ja | de | fr | es | pt"
},
"action": {
"enum": [
"ingredient-lookup",
"conflict-check",
"product-decode",
"pregnancy-safe",
"fungal-acne-check",
"dupe-finder",
"routine-builder",
"k-beauty-compare",
"claims-check",
"price-per-active",
"sensitive-skin",
"sale-timing"
],
"type": "string",
"description": "Which endpoint to call. Options: ingredient-lookup | conflict-check | product-decode | pregnancy-safe | fungal-acne-check | dupe-finder | routine-builder | k-beauty-compare | claims-check | price-per-active | sensitive-skin | sale-timing"
},
"claims": {
"type": "string",
"description": "Comma-separated marketing claims"
},
"region": {
"type": "string",
"description": "US | EU | KR | JP"
},
"concerns": {
"type": "string",
"description": "Comma-separated, e.g. acne,hyperpigmentation,aging"
},
"products": {
"type": "string",
"description": "Comma-separated product names, 1-4"
},
"retailer": {
"type": "string",
"description": "Sephora | Ulta | Olive Young | YesStyle | Stylevana | iHerb | all"
},
"inci_name": {
"type": "string",
"description": "INCI ingredient name, e.g. Niacinamide, Retinol, Sodium Hyaluronate"
},
"skin_type": {
"type": "string",
"description": "dry | oily | combination | normal | sensitive"
},
"active_name": {
"type": "string",
"description": "e.g. retinol vs bakuchiol, AHA vs PDRN"
},
"budget_tier": {
"type": "string",
"description": "drugstore | mid | prestige | mixed"
},
"ingredients": {
"type": "string",
"description": "Comma-separated ingredients/actives, e.g. retinol,vitamin c,niacinamide"
},
"active_focus": {
"type": "string",
"description": "active_focus"
},
"product_name": {
"type": "string",
"description": "product_name"
},
"ingredients_pasted": {
"type": "string",
"description": "Full pasted INCI ingredient list text — recommended for best accuracy"
},
"ingredients_or_product": {
"type": "string",
"description": "ingredients_or_product"
}
},
"additionalProperties": false
}Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries