Metadata-Version: 2.4
Name: mcp-beijing-universal
Version: 0.1.0
Summary: Beijing Universal Studios smart park assistant MCP - real-time wait times, smart recommendations, show schedules, route planning
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.6.0
Description-Content-Type: text/markdown

# mcp-beijing-universal

Beijing Universal Studios smart park assistant MCP service.

## Features

- Real-time wait times for 20 attractions
- Smart next-step recommendations based on user profile
- Show schedules and viewing tips
- One-day route planning (family/thrill/balanced)
- Operating hours query
- Restaurant and dining recommendations
- Ticket price inquiry

## Installation

```bash
pip install mcp-beijing-universal
```

## Configuration

```json
{
  "mcpServers": {
    "beijing-universal": {
      "command": "uvx",
      "args": ["mcp-beijing-universal"],
      "env": {
        "GAODE_API_KEY": ""
      }
    }
  }
}
```

GAODE_API_KEY is optional. If not set, a built-in fallback key will be used.
