# Seoul Essentials

Locate public facilities across Seoul including pharmacies, restrooms, WiFi hotspots, and tourist information centers. Identify nearby services using geographic coordinates or specific district filte…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add do-droid/seoul-essentials

# Browse available tools
npx -y @smithery/cli@latest tool list do-droid/seoul-essentials

# Get full schema for a tool
npx -y @smithery/cli@latest tool get do-droid/seoul-essentials find_places

# Call a tool
npx -y @smithery/cli@latest tool call do-droid/seoul-essentials find_places '{}'
```

## Direct MCP Connection

Endpoint: `https://seoul-essentials--do-droid.run.tools`

## Tools (4)

- `find_places` — Search for public facilities in Seoul (restrooms, pharmacies, WiFi hotspots, AED locations, tourist info centers).
- `get_place_detail` — Get full details of a specific place or subway station in Seoul by its ID.
- `find_nearby` — Find public facilities near GPS coordinates in Seoul, sorted by distance.
- `get_subway_timetable` — Get Seoul subway timetable for a specific station.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get do-droid/seoul-essentials <tool-name>
```
