Skip to main content
Glama

Hong Kong Creative Goods Trade MCP Server

by hkopenai
server.py579 B
""" Module for creating and running the HK OpenAI Recreation MCP Server. This module provides functionality to configure and start the server with tools for accessing data related to creative goods trade in Hong Kong. """ from fastmcp import FastMCP from .tools import creative_goods_trade def server(): """ Create and configure the MCP server. Returns: FastMCP: Configured MCP server instance with tools for creative goods trade data. """ mcp = FastMCP(name="HK OpenAI recreation Server") creative_goods_trade.register(mcp) return mcp

Latest Blog Posts

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