hkopenai/hk-misc-mcp-server
If you are the rightful owner of hk-misc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Hong Kong Government Data MCP Server provides access to various government data through a FastMCP interface.
The Hong Kong Government Data MCP Server is designed to facilitate access to a range of data provided by the Hong Kong government. This server utilizes the FastMCP interface to deliver data efficiently and effectively. One of the primary datasets available through this server is the auction data from the Government Logistics Department, which includes information on confiscated, used/surplus, and unclaimed items. The server is built to be user-friendly and can be easily integrated with other systems, such as Cline, to enhance data accessibility and usability. The server is open-source and licensed under the MIT License, encouraging collaboration and further development by the community. Users can set up the server by cloning the repository, installing the necessary Python dependencies, and running the server using the provided scripts. The server supports different running modes, including a default stdio mode and an SSE mode for streaming data.
Features
- Access to auction data from the Government Logistics Department
- Supports FastMCP interface for efficient data delivery
- Open-source and licensed under MIT License
- Easy integration with Cline MCP settings
- Supports different running modes including stdio and SSE
Usages
usage with Cline
{ "hk-misc": { "disabled": false, "timeout": 3, "type": "stdio", "command": "uvx", "args": [ "hkopenai.hk-misc-mcp-server" ] } }