modelscope·@AlexAI-MCP/K-Beauty-MCP
暂无描述。
A Model Context Protocol (MCP) server that provides comprehensive Korean Beauty (K-Beauty) information through real-time web search and curated knowledge.
# Clone or download to your desired location
cd /path/to/your/mcp/servers
git clone <your-repo-url> k-beauty-mcp
cd k-beauty-mcp
# Install dependencies
pip install -r requirements.txt
Add to your Claude Desktop config file (claude_desktop_config.json):
{
"mcpServers": {
"k-beauty": {
"command": "python3",
"args": ["/full/path/to/k-beauty-mcp/kbeauty_mcp.py"],
"cwd": "/full/path/to/k-beauty-mcp"
}
}
}
macOS/Linux config location:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows config location:
%APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop and try these queries:
"Tell me about COSRX snail essence"
"Recommend a K-Beauty routine for sensitive skin"
"What are the benefits of ginseng in skincare?"
"Compare Sulwhasoo vs Laneige products"
search_kbeauty_brandsSearch and get information about K-Beauty brands
Input: Brand name or category
Output: Brand details, history, popular products
get_product_infoGet detailed product information
Input: Brand name, optional product name
Output: Product details, benefits, pricing, reviews
analyze_ingredientsAnalyze skincare ingredients
Input: Ingredient name
Output: Benefits, safety, usage recommendations
recommend_routineGet personalized skincare routines
Input: Skin type, concerns, routine type
Output: Step-by-step Korean skincare routine
compare_productsCompare multiple K-Beauty products
Input: List of products to compare
Output: Side-by-side comparison with pros/cons
analyze_skin_photoAI-powered facial skin analysis with personalized recommendations
Input: Base64 encoded selfie image + optional additional concerns
Output: Zone-by-zone skin analysis + personalized K-Beauty routine
skin_concern_matcherMatch specific skin concerns to targeted K-Beauty products
Input: Skin concerns list + skin type + budget preference
Output: Targeted product recommendations for each concern
User: "What's a good affordable K-Beauty brand for beginners?"
Assistant: [Searches and provides COSRX, Beauty of Joseon recommendations]
User: "Tell me about Beauty of Joseon Glow Deep Serum"
Assistant: [Live search + curated info about ingredients, benefits, reviews]
User: "I have oily, acne-prone skin. What's a good Korean routine?"
Assistant: [Customized 7-step routine with specific product recommendations]
User: "Is snail mucin actually good for skin?"
Assistant: [Detailed analysis of snail secretion benefits, safety, best products]
User: [Uploads selfie] "Analyze my skin and recommend products"
Assistant: [Provides zone-by-zone analysis + personalized K-Beauty routine]
User: "I have acne and sensitivity issues, budget-friendly options please"
Assistant: [Lists specific COSRX and Purito products for acne + sensitive skin]
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。
VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。
基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。