AgentStack
MCP verified MIT Self-run

Hk Recreation Mcp Server

mcp-hkopenai-hk-recreation-mcp-server · by hkopenai

This is an MCP server that provides access to recreation, sports and culture data in Hong Kong through a FastMCP interface.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-hkopenai-hk-recreation-mcp-server

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Hk Recreation Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Hong Kong Creative Goods Trade MCP Server

[](https://github.com/hkopenai/hk-recreation-mcp-server) [](https://opensource.org/licenses/MIT)

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:

``bash pip install -r requirements.txt ``

  1. Run the server:

``bash 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 (clinemcpsettings.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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.