Korea Tourism API

by pjookim

1 stars
124 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Korea Tourism API
    Command (node, npx, python, etc.) npx
    Arguments
    • 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.

  4. 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

smithery badge MCP (Model Context Protocol) server providing Korean tourism information.

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.