Yanyue MCP

Yanyue MCP acts as a digital bridge between AI assistants and the extensive cigarette database found on Yanyue.cn. In simple terms, it functions like a specialized librarian that allows an AI to look up specific information about different brands, types, and product details. By integrating this tool, users can ask an AI questions about various products and receive accurate, real-world data directly from a primary industry source. On a more technical level, the server provides a dedicated `searchCigarettes` tool that accepts keyword strings to query the database. It operates using the Model Context Protocol (MCP) over a standard input/output (`stdio`) transport layer, which ensures a secure and reliable communication channel between the AI client and the data retrieval logic. This…

Visit Yanyue MCP