← Top 100 / Full directory (14,309)

Seoul Essentials

Dev Tools Remote 4 tools

Locate public facilities across Seoul including pharmacies, restrooms, WiFi hotspots, and tourist information centers. Identify nearby services using geographic coordinates or specific district filters to find help quickly. Access subway timetables to navigate the city's transit network with ease.

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://seoul-essentials--do-droid.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(4)
  • find_places

    Search for public facilities in Seoul (restrooms, pharmacies, WiFi hotspots, AED locations, tourist info centers). Args: type: Type of facility — "toilet", "pharmacy", "wifi", "aed", or "tourist_info". district: Seoul district name in English or Korean (e.g., "gangnam", "jongno", "강남구", "종로구"). filters: Service-specific filters as key-value pairs. Examples: {"english": true} for pharmacies with English support, {"is_24h": true} for 24-hour restrooms, {"indoor": true} for indoor WiFi

  • get_place_detail

    Get full details of a specific place or subway station in Seoul by its ID. Args: id: The unique place ID (e.g., "toilet_00001", "pharmacy_001", "wifi_00001", "aed_00001", "tourist_info_01"). Returns: Complete place information including location, services, hours, and accessibility, or an error message if not found.

  • find_nearby

    Find public facilities near GPS coordinates in Seoul, sorted by distance. Args: lat: Latitude of the search center point (Seoul range: ~37.4 to ~37.7). lng: Longitude of the search center point (Seoul range: ~126.7 to ~127.2). radius_m: Search radius in meters (100-5000, default 500). type: Optional filter by facility type — "toilet", "pharmacy", "wifi", "aed", or "tourist_info". limit: Maximum number of results to return (1-20, default 5). Returns: A list of nearby pla

  • get_subway_timetable

    Get Seoul subway timetable for a specific station. Args: station: Station name in Korean or English (e.g., "강남" or "Gangnam", "서울역" or "Seoul Station"). line: Line number (e.g., "1", "2", "3"). If omitted for transfer stations, returns all lines. day_type: Schedule type — "weekday", "saturday", or "holiday" (default: "weekday"). direction: Train direction — "up" (toward city center) or "down" (away from center). If omitted, returns both. Returns: Timetable data with departu

Related servers