MCP Korea Tourism Api
M

MCP Korea Tourism Api

This project provides a Model Context Protocol (MCP) server based on the official API of the Korea Tourism Organization (KTO), enabling AI assistants to query detailed information about Korean tourist attractions, cultural events, dining, and accommodation. It supports multi - language search, location awareness, caching, and automatic retry functions, and can be run directly through Docker or Python.
2 points
6.1K

What is Korea Tourism API MCP Server?

This is a Korean tourism information service designed specifically for AI assistants. By connecting to the official API of the Korea Tourism Organization (KTO), it provides your AI with the ability to query real - time and accurate Korean tourism information. Whether you're looking for scenic spots, cuisine, accommodation, or festival events, you can quickly obtain detailed information.

How to use this service?

You can run this service through a Docker container or a Python environment, and then integrate it into an AI assistant that supports the MCP protocol (such as Cursor). After the service is started, the AI can automatically call various tourism query functions.

Applicable scenarios

It is particularly suitable for scenarios such as travel planning, itinerary suggestions, scenic spot introductions, and cuisine recommendations. Whether you're a tourist planning a trip to Korea or a user interested in Korean culture, you can benefit from it.

Main features

Keyword search
Search for tourism information by keywords, such as scenic spot names and cuisine types.
Area query
Browse tourism information by area code, such as specific regions like Seoul and Busan.
Nearby scenic spots
Find nearby tourism scenic spots based on GPS coordinates.
Festival event query
Search for festival event information during a specific period by date range.
Obtain detailed information
Get complete information such as detailed descriptions, opening hours, and ticket prices of scenic spots, restaurants, etc.
Multi - language support
Support information queries in multiple languages such as English, Japanese, and Chinese.
Advantages
The data source is authoritative and reliable, directly connected to the official API of the Korea Tourism Organization.
The query response is fast, with a built - in caching mechanism to reduce repeated requests.
It supports multiple query methods to meet the needs of different scenarios.
Multi - language support, convenient for international users.
Easy to integrate, providing both Docker and local running methods.
Limitations
You need to apply for an API key, and the registration process may require verification with a Korean mobile phone number.
There may be differences in some functions among different language APIs.
The free API may have a limit on the number of calls.
The data in some remote areas may not be detailed enough.

How to use

Get an API key
Go to the Korean data portal (data.go.kr) to register and apply for the service key of TourAPI.
Choose an installation method
You can choose to run it in a Docker container or a local Python environment.
Configure environment variables
Set the KOREA_TOURISM_API_KEY environment variable to your API key.
Run the service
Start the service using Docker or the uv command.
Integrate into an AI assistant
Add the service configuration to the mcp.json configuration file of an AI assistant such as Cursor.

Usage examples

Find special cuisine
The user wants to know about special Korean cuisine and its location.
Plan a one - day trip
The user wants to plan a one - day trip itinerary in a specific area.
Query festival events
The user wants to know about festival events during a specific period.

Frequently Asked Questions

How to get an API key?
What languages does the service support?
What if the query results are inaccurate?
Is there a limit on the number of calls?
How to integrate it into my AI project?

Related resources

GitHub repository
Project source code and the latest version
PyPI package page
Python package release page
Korean data portal
The official website to apply for an API key
Smithery integration guide
How to install the service through Smithery

Installation

Copy the following command to your Client for configuration
{
        "mcpServers": {
            "korea-tourism": {
                "command": "docker",
                "args": [
                    "run",
                    "--rm",
                    "-i",
                    "-e",
                    "KOREA_TOURISM_API_KEY=YOUR_KTO_API_KEY",
                    "mcp-korea-tourism-api"
                ]
            }
        }
    }

{
        "mcpServers": {
            "korea-tourism": {
                "command": "uv",
                "args": [
                    "--directory",
                    "{LOCAL_PATH}/mcp-korea-tourism-api",
                    "run",
                    "-m",
                    "mcp_tourism.server"
                ],
                "env": {
                    "KOREA_TOURISM_API_KEY": "YOUR_KTO_API_KEY"
                }
            }
        }
    }
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
9.7K
5 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
8.1K
5 points
A
Apple Health MCP
An MCP server for querying Apple Health data via SQL, implemented based on DuckDB for efficient analysis, supporting natural language queries and automatic report generation.
TypeScript
10.7K
4.5 points
M
MCP Server Airbnb
Certified
MCP service for Airbnb listing search and details query
TypeScript
13.6K
4 points
B
Baidu Map
Certified
Baidu Maps MCP Server is the first domestic map service compatible with the MCP protocol, offering 10 standardized API interfaces such as geocoding and route planning, supporting quick access via Python and Typescript, and enabling agents to implement map - related functions.
Python
26.7K
4.5 points
F
Firecrawl MCP Server
The Firecrawl MCP Server is a Model Context Protocol server integrating Firecrawl's web - scraping capabilities, providing rich web - scraping, searching, and content - extraction functions.
TypeScript
67.1K
5 points
R
Rednote MCP
RedNote MCP is a tool that provides services for accessing Xiaohongshu content. It supports functions such as authentication management, keyword - based note search, and command - line initialization, and can access note content via URL.
TypeScript
12.4K
4.5 points
P
Perplexity MCP
Certified
An MCP server based on the Perplexity AI API, providing web search functionality for the Claude desktop client.
Python
15.7K
4.1 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
23.8K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
15.7K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
45.0K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
14.8K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
46.0K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
19.3K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
15.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
29.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase