Odel
busan essentials

busan essentials

Local
@do-droidPythonMITUpdated 4w ago

Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/do-droid/busan-essentials:0.1.1

Run

docker run -i --rm ghcr.io/do-droid/busan-essentials:0.1.1

MCP client config

{
  "mcpServers": {
    "busan-essentials": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}