Help AI agents help foreign tourists in Seoul.
An MCP (Model Context Protocol) server that exposes 22,000+ records of Seoul's public facilities — restrooms, pharmacies, public WiFi, AED, tourist information centers, and subway timetables — to any AI agent that speaks MCP.
※ Smithery / glama URL은 실제 등재 경로에 맞게 다음 세션에 보정됩니다.
22,000+ records across 6 public data sources, normalized and indexed for fast lookup.
Public Restrooms
화장실
Pharmacies
약국
Public WiFi
공공 와이파이
AED Locations
자동심장충격기
Tourist Info Centers
관광안내소
Subway Timetables
지하철 시간표
find_places(category, query?)
Search by category and optional keyword. Returns a ranked list.
get_place_detail(place_id)
Full record for a specific place: address, hours, contact, accessibility.
find_nearby(lat, lng, category, radius_m?)
Geo lookup. "What's the nearest pharmacy within 500 m?"
get_subway_timetable(station, direction?)
Live(ish) timetable for any subway station in the Seoul metro.
"I'm at Hongdae station, where's the nearest public restroom that's open right now?"
"My friend feels unwell — find the closest pharmacy within 500 m and tell me when it closes."
"What time does the last subway to Incheon Airport leave from Seoul Station tonight?"
"Is there public WiFi within a 2-minute walk of Gyeongbokgung?"
"List all tourist information centers in Jongno-gu with English-speaking staff."
MIT-licensed. Built on Seoul's open data APIs. PRs and issues are welcome.
※ This MCP server is a separate product from the consumer-facing Seoul Essentials travel guide.