Genpark Konvy Beauty Deals Skill
FreeNot checkedGenPark AI Skill — Discover authentic beauty deals on Konvy.com, Thailand's #1 cosmetics marketplace
About
GenPark AI Skill — Discover authentic beauty deals on Konvy.com, Thailand's #1 cosmetics marketplace
README
GenPark AI Agent Skill -- Discover authentic beauty deals on Konvy.com, Thailand's leading cosmetics e-commerce platform.
Overview
Konvy.com offers 20-70% discounts on 100% authentic skincare, makeup, fragrance, vitamins, and beauty tools across 500+ global and Thai brands. This skill distills Konvy's core capabilities into a structured AI agent SDK.
Supported Actions
| Method | Description |
|---|---|
search_products(query) |
Search by keyword (product, ingredient, brand) |
browse_category(category) |
Browse by category (skincare, makeup, fragrance, etc.) |
browse_brand(brand) |
List products from a specific brand |
get_promotions(promo_sign) |
Access promotional pages (LUXE, New Arrivals, etc.) |
find_best_deals(category) |
Surface highest-discount products in a category |
Categories
skincare | makeup | fragrance | health | baby | tools | fashion | body | home
Quick Start
from client import KonvyBeautyClient
client = KonvyBeautyClient()
# Search for CeraVe products
results = client.search_products("CeraVe", max_price_thb=500, limit=10)
print(results["best_deal"])
# Find makeup deals >= 30% off
deals = client.find_best_deals("makeup", min_discount_pct=30.0)
for product in deals["products"]:
price = product['sale_price_thb']
disc = product['discount_pct']
print(f"{product['name']} -- THB {price:,.0f} ({disc}% off)")
Installation
# No external dependencies -- uses Python stdlib only
python --version # Python 3.9+
python example_usage.py
Response Format
{
"query": "CeraVe",
"products": [
{
"name": "CeraVe Moisturizing Cream 340g",
"brand": "CeraVe",
"sale_price_thb": 399.0,
"original_price_thb": 599.0,
"discount_pct": 33.4,
"url": "https://www.konvy.com/item/...",
"image_url": "https://..."
}
],
"total_found": 8,
"best_deal": { "..." : "..." }
}
Popular Brands on Konvy
CeraVe | Neutrogena | L'Oreal Paris | Maybelline | Garnier | Biore | Vaseline | Mediheal | BANOBAGI | Srichand | Kiehls | Eucerin | Plantnery | ROM&ND | SKINTIFIC
Skill Metadata
{
"name": "konvy-beauty-deals-skill",
"category": "e-commerce",
"tags": ["beauty", "cosmetics", "skincare", "deals", "thailand", "konvy"],
"platform": "Konvy.com"
}
About Konvy.com
- Thailand's #1 authentic beauty marketplace
- 500+ brands from Korea, Japan, Europe, USA, and Thailand
- Free shipping on orders over THB 499
- Flash deals up to 70% off
- Mobile apps on iOS, Android & Huawei AppGallery
- Supports Thai, English, and Chinese
Built by GenPark | alphaparkinc
from github.com/alphaparkinc/genpark-konvy-beauty-deals-skill
Installing Genpark Konvy Beauty Deals Skill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alphaparkinc/genpark-konvy-beauty-deals-skillFAQ
Is Genpark Konvy Beauty Deals Skill MCP free?
Yes, Genpark Konvy Beauty Deals Skill MCP is free — one-click install via Unyly at no cost.
Does Genpark Konvy Beauty Deals Skill need an API key?
No, Genpark Konvy Beauty Deals Skill runs without API keys or environment variables.
Is Genpark Konvy Beauty Deals Skill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Genpark Konvy Beauty Deals Skill in Claude Desktop, Claude Code or Cursor?
Open Genpark Konvy Beauty Deals Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Genpark Konvy Beauty Deals Skill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
