# Yanyue Cigarette Data

Fetch cigarette data from Yanyue by searching for cigarette information based on keywords. Integrate cigarette data retrieval seamlessly into your MCP client workflows. Enhance your applications with…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gandli/yanyue-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list gandli/yanyue-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gandli/yanyue-mcp searchCigarettes

# Call a tool
npx -y @smithery/cli@latest tool call gandli/yanyue-mcp searchCigarettes '{}'
```

## Tools (1)

- `searchCigarettes` — 根据关键词搜索卷烟信息

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gandli/yanyue-mcp <tool-name>
```

---

Source: https://github.com/gandli/yanyue-mcp
