# Hk City Mcp Server

> This is an MCP server that provides access to government city data through a FastMCP interface.

- **Type:** MCP server
- **Install:** `agentstack add mcp-hkopenai-hk-city-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hkopenai](https://agentstack.voostack.com/s/hkopenai)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hkopenai](https://github.com/hkopenai)
- **Source:** https://github.com/hkopenai/hk-city-mcp-server

## Install

```sh
agentstack add mcp-hkopenai-hk-city-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Hong Kong Government Data MCP Server

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

This is an MCP server that provides access to government city data through a FastMCP interface.

## Features

### Ambulance Service Indicators
- Get monthly ambulance service indicators (emergency calls, hospital transfers, etc.)
- Filter by year range

## Data Sources

- Ambulance service data from Fire Services Department

## Examples

* Get ambulance service indicators for 2019-2020 in Hong Kong

## Setup

1. Clone this repository
2. Install Python dependencies:
   ```bash
   pip install -r requirements.txt
   ```
3. 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 (cline_mcp_settings.json):
```json
{
  "hk-city": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "uvx",
    "args": [
      "hkopenai.hk-city-mcp-server"
    ]
  }
}
```

## Testing

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

## Source & license

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

- **Author:** [hkopenai](https://github.com/hkopenai)
- **Source:** [hkopenai/hk-city-mcp-server](https://github.com/hkopenai/hk-city-mcp-server)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-hkopenai-hk-city-mcp-server
- Seller: https://agentstack.voostack.com/s/hkopenai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
