Busan public facility data (restrooms, pharmacies, WiFi, AEDs, tourist info) for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Find the nearest restroom, pharmacy, free WiFi, AED, or tourist information center in Busan, South Korea. 8,680 places from Korean government open data, every record in both Korean and English.
Busan Essentials is an MCP (Model Context Protocol) server that answers "where is the nearest X in Busan?" for AI agents helping travellers and residents. Every record carries a Korean and English name and address, so an agent can hand the Korean text to a taxi driver and the English to the traveller.
| Type | Description | Count |
|---|---|---|
aed | AED (defibrillator) locations | 2,799 |
toilet | Public restrooms across all 16 districts | 2,487 |
wifi | Free public WiFi hotspots | 1,702 |
pharmacy | Pharmacies in Busan | 1,667 |
tourist_info | Tourist information centers | 25 |
8,680 places live across all 16 Busan districts, sourced from data.go.kr. Each record has GPS coordinates, opening hours, accessibility flags, and a
trust_score.Not covered: subway and bus timetables, taxis, restaurants, hotels, attractions, and anywhere outside Busan.
get_subway_timetableis registered but has no data loaded — see Known Data Limitations.
find_placesSearch by type, district, and attributes. Use find_nearby instead when the user has a location or asks for the nearest one.
Parameters:
type (required): "toilet" | "pharmacy" | "wifi" | "aed" | "tourist_info"
district (optional): Busan district name in English or Korean (e.g., "haeundae", "해운대구")
filters (optional): Attribute filters, all of which must match. Only these exist:
| Type | Filter | Matching records |
|---|---|---|
toilet | {"wheelchair": true} | 1,050 of 2,487 |
toilet | {"is_24h": true} | 839 of 2,487 |
toilet | {"diaper_table": true} | 433 of 2,487 |
tourist_info | {"english": true} | 14 of 25 |
tourist_info | {"chinese": true} | 13 of 25 |
tourist_info | {"japanese": true} | 9 of 25 |
pharmacy, wifi, and aed carry no usable filter — the upstream sources record no per-facility variation. An unknown filter key returns zero results rather than being ignored.
limit (optional): Max results, 1-50 (default: 10)
get_place_detailGet the full record for one facility by its ID. IDs come from find_places or find_nearby — don't guess them.
Parameters:
id (required): Place ID (e.g., "toilet_00001", "pharmacy_0538", "aed_00001", "tourist_info_08")find_nearbyFind the nearest facilities to a GPS point, sorted by distance. The right default for "nearest", "closest", or "around here" — and for urgent needs.
Parameters:
lat (required): Latitude (Busan spans ~35.04 to ~35.40)lng (required): Longitude (Busan spans ~128.78 to ~129.30)radius_m (optional): Search radius in meters, 100-5000 (default: 500). Widen it if the first call comes back empty — 500m is dense downtown but sparse in outer districts.type (optional): Restrict to one facility type. Omit to get whatever is closest.limit (optional): Max results, 1-20 (default: 5)Each result includes distance_m, the straight-line distance from the search point.
get_subway_timetableNot available yet. No timetable data is loaded, so every call returns nothing for every station. The tool stays registered so it starts working the moment the data lands — see Known Data Limitations.
submit_feedbackReport missing, wrong, or stale data. Reports are read and acted on: earlier reports about empty English fields led to all 8,680 records being filled.
Parameters:
category (required): new_data | data_quality | coverage | format | frequency | othermessage (required): What's wrong. Include the place ID when you have one.priority (optional): low | medium | high (default: medium)Visit Busan Essentials on Smithery and follow the setup instructions for your MCP client.
Add to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):
An AI agent can use these tools to answer questions like:
English
日本語
中文
We actively review and incorporate feedback to improve data quality and coverage.
For AI agents: Use the submit_feedback tool during a conversation to report issues or suggest improvements.
For developers: Open a feedback issue on GitHub.
Categories: new_data | data_quality | coverage | format | frequency | other
subway: Not loaded. The Humetro timetable API (data.go.kr 15000522) requires a separate usage application that is still pending, so get_subway_timetable returns nothing for every station. The parser and config are in place; the data flows the moment the key is approved. Donghae Line and Busan–Gimhae Light Rail follow later.pharmacy: No 24-hour or foreign-language flags. The nationwide E-Gen source does not carry them, so is_24h reads false on all 1,667 records — that is a source gap, not a statement that no 24-hour pharmacy exists in Busan.toilet coordinates fall back to the district centroid; the upstream standard dataset dropped its WGS84 columns. wifi, pharmacy, aed, and tourist_info have precise coordinates.tourist_info is 25 records, not 26: the source dataset contains a test entry ("테스트 관광안내소") which is excluded.All data sourced from official Korean government open data, used under KOGL Type 1 (출처표시 / Attribution):
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/busan-essentials)<a href="https://allmcps.com/mcp/busan-essentials"><img src="https://allmcps.com/api/badge/busan-essentials?style=directory" alt="Busan Essentials on AllMCPs" /></a>