AI-ready access to Korea's wellness tourism data
This MCP (Model Context Protocol) server wraps the WellnessTursmService Open API
published on data.go.kr (Korea's Public Data Portal), based on wellness tourism
data curated by the Korea Tourism Organization (KTO). It exposes 9 structured
tools that Manus AI, Claude, and other MCP-compatible agents can call directly via
Streamable HTTP.
Connect your AI agent
{
"mcpServers": {
"visitkorea-wellnesstourism": {
"url": "https://leejaew-visitkorea-wellnesstourism-mcp.replit.app/mcp",
"type": "streamable-http"
}
}
}
Paste this into your AI agent's custom connector settings. The production Streamable HTTP endpoint is at
https://leejaew-visitkorea-wellnesstourism-mcp.replit.app/mcp
Available Tools (9)
get_legal_district_codes
ldongCode
Look up legal administrative district codes (provinces and cities) — useful for finding the codes needed in region-based searches.
search_wellness_by_area
areaBasedList
List wellness tourism spots filtered by province or city/county, content type, and wellness theme.
search_wellness_by_location
locationBasedList
Find wellness spots within a GPS radius (up to 20 km) using WGS84 coordinates.
search_wellness_by_keyword
searchKeyword
Search wellness facilities by keyword across all regions. Supports Korean and English keywords.
get_wellness_sync_list
wellnessTursmSyncList
Retrieve the full sync list with display status and legacy content ID mapping.
get_wellness_common_info
detailCommon
Fetch common details — title, address, GPS coordinates, phone, homepage, and overview text.
get_wellness_intro_info
detailIntro
Fetch introductory facility details — opening hours, rest days, parking, capacity, age suitability.
get_wellness_repeating_info
detailInfo
Fetch repeating structured info — fees, amenities, accessibility, and reservation guidance.
get_wellness_images
detailImage
Retrieve all image URLs and copyright types for a content item.
Supported Languages
Pass one of these as the lang_div_cd parameter in every tool call.