YanyueTobaccoDataRetriever
A specialized utility to query proprietary tobacco product specifications held within the Yanyue data repository by utilizing specific textual queries. This service exposes reliable, current inventory information from the Yanyue.cn platform, facilitating integration into enterprise operational pipelines.
Author

gandli
Quick Info
Actions
Tags
Yanyue Tobacco Data Retriever Utility 
This Machine Control Protocol (MCP) server interfaces with the Yanyue (Yanyue.cn) backend to retrieve detailed product metadata concerning tobacco items. It exposes the following primary functional interface:
• retrieveProductDetails(queryText: string): Executes a text-based search against the Yanyue database to locate relevant product records.
Prerequisite Environment Specifications
• Runtime Environment: Node.js, minimum version 18.16.0 or newer. • Package Manager: npm, minimum version 9.5.1 or newer. • Performance Suggestion: Bun runtime is advised for optimized execution speed.
Deployment Procedures
Automated Integration via Smithery
To seamlessly deploy yanyue-mcp into your Claude Desktop environment using the Smithery service, execute the following command:
bash npx -y @smithery/cli install @gandli/yanyue-mcp --client claude
Manual Setup Guide
- Obtain the source code repository and initialize required dependencies:
bash git clone --depth 1 git@gandli:Yanyue-mcp/Yanyue-mcp.git cd Yanyue-mcp npm install
Alternatively, utilize Bun:
bun install
- Compile the application source code:
bash npm run build
Alternatively, utilize Bun:
bun run build
Client Manifest Configuration
Integrate the subsequent configuration block into your MCP client's config.json manifest file:
{ "mcpServers": { "Yanyue_Data_Connector": { "name": "Yanyue Tobacco Specification Interface", "description": "Interface for accessing structured cigarette data from Yanyue.", "type": "stdio", "command": "node", "args": ["path/to/build/index.js"] } } }
Popularity Tracking
Reference Context: Business management frameworks encompass the suite of applications, controls, computational methodologies, and governance strategies employed by enterprises to maintain market relevance, secure competitive advantages, and enhance overall operational efficacy in dynamic commercial environments.
