VisitKorea Wellness Tourism MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VisitKorea Wellness Tourism MCP Serverfind wellness spots in Seoul with hot spring theme"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VisitKorea Wellness Tourism MCP Server
An MCP (Model Context Protocol) server that wraps the Korea Tourism Organization (KTO) Wellness Tourism Open API (WellnessTursmService), exposing 9 structured tools that AI agents — including Claude, Manus AI, and any MCP-compatible client — can call directly via Streamable HTTP. Supports 7 wellness themes and 9 languages.
Live endpoint: https://<your-replit-url>/mcp
Features
Area-based search — list wellness tourism spots by province, city, or district
Location-based search — find spots within a GPS radius (up to 20 km), with distance sorting
Keyword search — full-text search in Korean, English, and other languages
7 wellness theme filters — Hot spring/Spa, Jjimjilbang, Traditional medicine, Healing meditation, Beauty spa, Nature healing, Other wellness
Multilingual support — 9 languages: Korean, English, Japanese, Simplified/Traditional Chinese, German, French, Spanish, Russian
Sync list — full dataset synchronisation list for building and maintaining local databases
Detail records — common info, intro info (type-specific), repeating structured info, and image galleries
9 MCP tools — one per API operation, with full parameter documentation in docstrings
Stateless transport — every request is self-contained; no session state, no expiry issues
Security hardened — rate limiting (60 req/min per IP), security headers (CSP, X-Frame-Options), API key log redaction
Related MCP server: mcp-tour
Prerequisites
Python 3.11+
A KTO Open API key from data.go.kr (Service ID:
15144030)
Installation & Setup
1. Clone the repository
git clone https://github.com/leejaew/visitkorea-wellnesstourism-mcp.git
cd visitkorea-wellnesstourism-mcp2. Install dependencies
pip install -r requirements.txt3. Obtain your API key
Sign in or create a 공공데이터포털 account
Click 활용신청 (Request API access) for the
WellnessTursmServiceAfter approval (~10 minutes), go to My Page and copy your 일반 인증키 (Encoding) key
4. Set the environment variable
export WELLNESS_API_KEY_ENCODING="your_url_encoded_key_here"On Replit, add it to Secrets (not environment variables) under the key name WELLNESS_API_KEY_ENCODING.
The key from data.go.kr is already URL-encoded (contains
%2B,%2F, etc.). Use that value as-is — do not decode or re-encode it.
5. Run the server
cd artifacts/wellness-mcp
python main.pyThe server starts on the port specified by the PORT environment variable (defaults to 8080).
URL | Purpose |
| Developer landing page |
| MCP Streamable HTTP endpoint |
Connecting AI Agents
Manus AI
In Manus AI's connector settings, add a custom MCP server:
Field | Value |
Type |
|
URL |
|
Authentication | None |
Claude Desktop / Other MCP clients
Paste into your client's MCP configuration:
{
"mcpServers": {
"visitkorea-wellnesstourism": {
"type": "streamable-http",
"url": "https://<your-replit-url>/mcp"
}
}
}Replace the URL with your own deployed endpoint if you forked the repository.
Tool Reference
Tool 1 — get_legal_district_codes
Retrieve legal administrative district (법정동) codes for province/city and district filtering.
Upstream endpoint: GET /ldongCode
Parameter | Type | Required | Description |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
| string | Optional | Province/city code (e.g. |
| string | Optional |
|
Tool 2 — search_wellness_by_area
List wellness tourism spots filtered by region, content type, and wellness theme.
Upstream endpoint: GET /areaBasedList
Parameter | Type | Required | Description |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
| string | Optional | Sort order — |
| string | Optional | Content type ID (see reference table) |
| string | Optional | Modified date filter in YYMMDD format |
| string | Optional | Province/city code |
| string | Optional | District code (requires |
| string | Optional | Wellness theme code (see reference table) |
Tool 3 — search_wellness_by_location
Find wellness spots within a GPS radius of a point in South Korea, sorted by proximity.
Upstream endpoint: GET /locationBasedList
Parameter | Type | Required | Description |
| float | Required | GPS longitude (WGS84) e.g. |
| float | Required | GPS latitude (WGS84) e.g. |
| int | Required | Search radius in metres — maximum |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| string | Optional |
|
| string | Optional | Content type ID |
| string | Optional | Wellness theme code |
Response includes a dist field on each item showing the distance in metres from the search point.
Tool 4 — search_wellness_by_keyword
Full-text keyword search across all wellness tourism content.
Upstream endpoint: GET /searchKeyword
Parameter | Type | Required | Description |
| string | Required | Search term in Korean or English (e.g. |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
| string | Optional | Sort order |
| string | Optional | Content type ID |
| string | Optional | Province/city code |
| string | Optional | Wellness theme code |
Tool 5 — get_wellness_sync_list
Retrieve the full dataset synchronisation list — designed for building and maintaining a local copy of the wellness tourism data.
Upstream endpoint: GET /wellnessTursmSyncList
Parameter | Type | Required | Description |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
| string | Optional |
|
| string | Optional | Modified date filter in YYMMDD format |
| string | Optional | Delta sync — retrieve records after this content ID |
| string | Optional | Wellness theme code |
Returns the same summary fields as search_wellness_by_area, plus showflag and oldContentId.
Tool 6 — get_wellness_common_info
Fetch the complete common detail record for a single venue: title, address, GPS, phone, overview, homepage, copyright type.
Upstream endpoint: GET /detailCommon
Parameter | Type | Required | Description |
| string | Required | Content ID from a search result (e.g. |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
The
homepagefield may contain raw HTML anchor tags — extract the URL before displaying.
Tool 7 — get_wellness_intro_info
Fetch type-specific introductory details (hours, parking, rest days, capacity, credit card info). Response fields vary by content_type_id.
Upstream endpoint: GET /detailIntro
Parameter | Type | Required | Description |
| string | Required | Content ID |
| string | Required | Must match the |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
For tourist attractions (type 12 / 76) returns: accomcount, chkcreditcard, expagerange, expguide, infocenter, opendate, parking, restdate, useseason, usetime.
Tool 8 — get_wellness_repeating_info
Fetch repeating structured info items: entrance fees, facilities, amenities, accessibility features, reservation guidance.
Upstream endpoint: GET /detailInfo
Parameter | Type | Required | Description |
| string | Required | Content ID |
| string | Required | Must match the venue's category |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
Returns a list of items each with infoname, infotext, serialnum, fldgubun. Note: this endpoint returns contentid and contenttypeid in lowercase (unlike other endpoints which use camelCase).
Tool 9 — get_wellness_images
Retrieve all image URLs and copyright types for a specific venue.
Upstream endpoint: GET /detailImage
Parameter | Type | Required | Description |
| string | Required | Content ID |
| string | Optional | Language code (default: |
| int | Optional | Results per page (default: 10) |
| int | Optional | Page number (default: 1) |
| string | Optional |
|
Returns per image: orgImage (~500×333 px), thumbImage (~150×100 px), cpyrhtDivCd, imgname, serialnum.
Reference Tables
Wellness Theme Codes
Code | English | Korean |
| Hot spring / Sauna / Spa | 온천/사우나/스파 |
| Jjimjilbang (Korean sauna) | 찜질방 |
| Korean traditional medicine | 한방 체험 |
| Healing meditation | 힐링 명상 |
| Beauty spa | 뷰티 스파 |
| Other wellness | 기타 웰니스 |
| Nature healing | 자연 치유 |
Language Codes
Code | Language |
| Korean (한국어) — default; most complete dataset |
| English |
| Japanese (日本語) |
| Chinese Simplified (简体中文) |
| Chinese Traditional (繁體中文) |
| German (Deutsch) |
| French (Français) |
| Spanish (Español) |
| Russian (Русский) |
Content Type IDs
content_type_id values differ between Korean and multilingual responses.
Category | Korean ( | Multilingual ( |
Tourist attraction |
|
|
Cultural facility |
|
|
Event / festival |
|
|
Leisure sports |
|
|
Accommodation |
|
|
Shopping |
|
|
Restaurant |
|
|
Travel course |
| Korean only |
Transport | Korean only |
|
Most wellness venues are classified as tourist attraction (12 for Korean, 76 for multilingual).
Province Codes (common)
Code | Region |
| Seoul (서울) |
| Busan (부산) |
| Daegu (대구) |
| Incheon (인천) |
| Gyeonggi-do (경기) |
| Gangwon-do (강원) |
| Gyeongsangbuk-do (경북) |
| Gyeongsangnam-do (경남) |
| Jeju Island (제주) |
Use get_legal_district_codes() (no parameters) to retrieve all 17 province codes, or pass a province code to get its district (시군구) codes.
Usage Examples
Find hot spring spas near Busan Station
search_wellness_by_location(
map_x=129.0319, map_y=35.1148,
radius=5000,
wellness_thema_cd="EX050100",
arrange="E",
lang_div_cd="ENG"
)Search for spas in Seoul (English)
search_wellness_by_area(
l_dong_regn_cd="11",
wellness_thema_cd="EX050100",
lang_div_cd="ENG",
num_of_rows=10
)Keyword search
search_wellness_by_keyword(keyword="스파", lang_div_cd="KOR", num_of_rows=5)
search_wellness_by_keyword(keyword="spa", lang_div_cd="ENG", num_of_rows=5)Full venue detail retrieval
# 1. Get common info (address, overview, GPS, phone)
get_wellness_common_info(content_id="702551", lang_div_cd="ENG")
# 2. Get operational details (hours, parking, rest days)
get_wellness_intro_info(content_id="702551", content_type_id="76", lang_div_cd="ENG")
# 3. Get fees and facilities
get_wellness_repeating_info(content_id="702551", content_type_id="76", lang_div_cd="ENG")
# 4. Get photos
get_wellness_images(content_id="702551", lang_div_cd="ENG")Project Structure
artifacts/wellness-mcp/
├── main.py # Replit entrypoint — Starlette app, rate limiting, security headers, lifespan
├── server.py # FastMCP server definition with 9 registered tool wrappers
├── api/
│ ├── __init__.py # Re-exports WellnessClient, WellnessAPIError
│ ├── config.py # BASE_URL, HTTP timeout constants, shared httpx client factory
│ ├── cache.py # TTL response cache with per-key stampede locks
│ ├── validation.py # Allowed-value sets and parameter guard functions
│ ├── parser.py # WellnessAPIError, JSON/XML response normaliser
│ └── client.py # WellnessClient — async httpx client with 9 API methods
├── tools/
│ ├── __init__.py # Re-exports all 9 tool functions
│ ├── catalog.py # get_legal_district_codes, get_wellness_sync_list
│ ├── search.py # search_wellness_by_area/location/keyword
│ └── detail.py # get_wellness_common/intro/repeating_info, get_wellness_images
├── static/
│ ├── index.html # Developer landing page
│ └── favicon.png # Server icon
├── requirements.txt
├── MANUS_INSTRUCTIONS.md # Detailed usage guide for Manus AI agents
├── README.md
└── LICENSEDependencies
mcp[cli]>=1.0.0 # MCP SDK (tested with 1.27.0)
httpx>=0.27.0 # Async HTTP client for upstream API calls (tested with 0.28.1)
starlette>=0.37.0 # ASGI framework for routing and middleware (tested with 1.0.0)
uvicorn>=0.29.0 # ASGI server (tested with 0.44.0)
uvloop>=0.19.0 # Optional: faster event loop (tested with 0.22.1; falls back gracefully)Transport & Protocol Notes
This server uses MCP Streamable HTTP transport with two non-default settings:
Setting | Value | Reason |
|
| Clients such as Manus AI send |
|
| Gateway-style clients enumerate tools at connector setup time and execute tool calls much later. Stateful sessions are lost whenever the server restarts, causing "Session not found" errors. Stateless mode makes every request fully self-contained — no session IDs are issued or required. |
The server is compatible with any MCP 2025-03-26 client that sends Accept: application/json.
Security
Feature | Details |
Rate limiting | 60 requests per 60 seconds per IP on |
Security headers |
|
API key redaction |
|
Cache stampede protection | Per-key |
Important Usage Notes
Note | Detail |
| Tourist attractions are |
GPS radius hard limit |
|
District code dependency |
|
| Both |
Homepage field may contain HTML | The |
Korean data is most complete | Multilingual datasets may have fewer records or missing fields. If English returns no results, retry with |
Pagination | Default |
Contributing
Contributions are welcome. Please open an issue before submitting a pull request. Ensure all changes are tested against the live API and that no API keys are committed to the repository.
License
MIT License — © 2026 leejaew. See LICENSE for full text.
Tourism data provided by the Korea Tourism Organization (KTO) via the 공공데이터포털 open API platform. Data usage is subject to KTO terms — attribution is required for Type1 content; Type3 content additionally prohibits modification.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leejaew/visitkorea-wellnesstourism-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server