Korea Tourism API
About
Provides access to Korean tourism information through the TOUR API, enabling area code lookup, regional searches, and detailed content about attractions, festivals, and accommodations for travel planning and exploration.
Details
- Author
- pjookim
- Repository
- pjookim/mcp-visit-korea
- GitHub stars
- 1
- Downloads
- 124
- Categories
- AI, Design, Developer Tools, Search, Frontend, Knowledge Base, Infrastructure, Project Management, Other
Jump to
- Area code lookup for metropolitan cities, provinces, and sub-regions
- Region-based tourism information search
- Keyword-based tourism information search
- Location-based tourism information search
- Tourism content detail lookup (attractions, festivals, accommodations, etc.)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Korea Tourism APICommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server automatically via Smithery for Claude Desktop using the command npx -y @smithery/cli install @pjookim/mcp-visit-korea --client claude.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"korea tourism api": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
Korea Tour MCP Server
Features
- Area code lookup: Query metropolitan cities/provinces and sub-regions - Tourism information search: Support for region-based, keyword-based, and location-based searches - Tourism content detail lookup: Provides detailed information about attractions, festivals, accommodations, etc.Installing via Smithery
To install mcp-visit-korea for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @pjookim/mcp-visit-korea --client claude
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




