Skip to main content
Glama

Hong Kong Creative Goods Trade MCP Server

by hkopenai

Hong Kong Creative Goods Trade MCP Server

This is an MCP server that provides access to Recreation, Sports and Culture data in Hong Kong through a FastMCP interface.

Features

Creative Goods Trade

  • Get Domestic Exports, Re-exports and Imports of Creative Goods in Hong Kong
  • Filter by year range (optional)

Data Source

  • Creative goods trade data from Culture, Sports and Tourism Bureau

Examples

  • Get creative goods trade statistics of Hong Kong

Setup

  1. Clone this repository
  2. Install Python dependencies:
    pip install -r requirements.txt
  3. Run the server:
    python server.py

Running Options

  • Default stdio mode: python server.py
  • SSE mode (port 8000): python server.py --sse

Cline Integration

To connect this MCP server to Cline using stdio:

  1. Add this configuration to your Cline MCP settings (cline_mcp_settings.json):
{ "hk-recreation": { "disabled": false, "timeout": 3, "type": "stdio", "command": "uvx", "args": [ "hkopenai.hk-recreation-mcp-server" ] } }

Testing

Tests are available in the tests/ directory. Run with:

pytest
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Provides access to Hong Kong's recreation, sports, and cultural data through a FastMCP interface, allowing users to retrieve statistics on creative goods trade including domestic exports, re-exports, and imports with optional year filtering.

  1. Features
    1. Creative Goods Trade
  2. Data Source
    1. Examples
      1. Setup
        1. Running Options
      2. Cline Integration
        1. Testing

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Provides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.
            Last updated -
            10
            38
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times, enabling Language Models to answer user questions about bus routes, stops, and ETAs.
            Last updated -
            3
            Python
            Apache 2.0
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A FastMCP-based service that provides stock data including historical prices, fundamental information, and financial news.
            Last updated -
            1
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP Server that provides access to League of Legends statistics via the SportData.io API, allowing agents to query and analyze LoL competitive gaming data.
            Last updated -
            Python

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/hkopenai/hk-recreation-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server