# Korea Tour

Explore the rich cultural heritage and attractions of Korea. Access detailed tourism information, including attractions, festivals, and accommodations tailored to your interests. Easily search for to…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pjookim/mcp-visit-korea

# Browse available tools
npx -y @smithery/cli@latest tool list pjookim/mcp-visit-korea

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pjookim/mcp-visit-korea get_area_code

# Call a tool
npx -y @smithery/cli@latest tool call pjookim/mcp-visit-korea get_area_code '{}'
```

## Tools (3)

- `get_area_code` — 한국의 지역코드를 조회합니다. 상위 지역코드를 입력하면 하위 지역 목록을 반환하고, 입력하지 않으면 광역시/도 목록을 반환합니다.
- `search_tour_info` — 지역, 유형, 키워드 등을 기반으로 관광 정보를 검색합니다. 지역기반, 키워드 기반, 위치기반 검색을 지원합니다.
- `get_detail_common` — 특정 관광지, 축제, 숙박 등의 상세 정보를 조회합니다. contentId를 기반으로 해당 콘텐츠의 공통 상세정보(제목, 주소, 개요 등)를 제공합니다.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pjookim/mcp-visit-korea <tool-name>
```

---

Source: https://github.com/pjookim/mcp-visit-korea
