jinguyuan

Fetch preset WiFi passwords and restaurant info via MCP tools.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/zentrix566/jinguyuan-mcp-demo --skill jinguyuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jinguyuan
Source: https://github.com/zentrix566/jinguyuan-mcp-demo/tree/main
Command: npx skills add https://github.com/zentrix566/jinguyuan-mcp-demo --skill jinguyuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides quick access to the store's WiFi password and restaurant information (menu and queue status) via MCP tools, enabling fast guest support without exposing sensitive data.

Core Features & Use Cases

  • Retrieve the preset WiFi password from local configuration (with environment overrides) when asked.
  • Return today's restaurant menu from config for menu-related queries.
  • Estimate and report current queue status using configurable min/max and wait-time rules.

Quick Start

Ask for the WiFi password, today's menu, or current queue status to get instant results.

Frequently Asked Questions about jinguyuan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve a restaurant WiFi password and menu using MCP tools?

You can retrieve the restaurant WiFi password and menu using MCP tools by querying the skill, which fetches deterministic results directly from a local JSON configuration file.

Can I use environment variables to override the MCP configuration for queue status?

Yes, the MCP integration supports hot-loading configuration from a JSON file and allows environment-variable overrides to adjust queue status parameters like min/max wait times.

What is the best way to expose restaurant queue status via an MCP endpoint?

The best way to expose queue status is through the skill's list-tools and call-tool MCP endpoints, which return wait-time estimates and restaurant data in the MCP TextContent structure.

Does the MCP integration require external dependencies to fetch local restaurant data?

No external dependencies are required; the skill fetches preset restaurant information and WiFi passwords entirely from local configuration using the MCP TextContent structure.

How do I configure wait-time rules for estimating restaurant queue status?

You configure wait-time rules by defining min/max parameters and estimation logic within the local JSON config file, which the skill reads to report the current queue status.