mcp-tour
Click on "Deploy 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., "@mcp-tourrecommend tourist attractions in Seoul"
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.
MCP integration for Korea Tourism Organization's API using Claude Desktop App with help from Cursor.
Example: Using Tourism API in Claude Desktop App
Description
This MCP server integrates the Korea Tourism Organization's public data API to provide related tourist spots information. It is designed to be used with Claude Desktop via the Model Context Protocol (MCP).
Related MCP server: OpenAPI Korea MCP Server
Features
Retrieve related tourist spot recommendations
Get detailed tourist spot information
Support for multiple content types: tourist attractions, food, and accommodation
Data Source
We use two main data sources:
Korea Tourism Organization API - Provides up to 50 highly connected related tourist destinations by region and type
National Standard Tourism Data API - Provides comprehensive information about tourist spots nationwide
Setup
Get an API key from Data.go.kr
Set the environment variable in a
.envfile:TOUR_API_KEY=your-api-key
Installation
Regular Installation
pip install mcp-tourClaude Desktop Installation
Using uv (recommended):
uv pip install mcp-tour
# Method 1: Using environment variables directly
uv run python -m mcp_tour.hosts.claude_desktop \
-e TOUR_API_KEY=your-api-key
# Method 2: Using .env file
echo "TOUR_API_KEY=your-api-key" > .env
uv run python -m mcp_tour.hosts.claude_desktopUsing pip:
pip install mcp-tour
# Method 1: Using environment variables directly
python -m mcp_tour.hosts.claude_desktop \
-e TOUR_API_KEY=your-api-key
# Method 2: Using .env file
echo "TOUR_API_KEY=your-api-key" > .env
python -m mcp_tour.hosts.claude_desktopUsage
get_area_based_list
Fetch related tourist spots for a region:
Parameters
area_code: Area code for the regionsigngu_code: Signgu (city/district) codecontent_type_id: Optional content type ID (12: tourist spots,39: restaurants,32: accommodation)size: Number of results (up to 50)
search_by_keyword
Search related tourist spots by keyword:
Parameters
keyword: Search keywordarea_code: Area code for the regionsigngu_code: Signgu (city/district) codecontent_type_id: Optional content type ID (12: tourist spots,39: restaurants,32: accommodation)size: Number of results (up to 50)
get_standard_tour_list
Fetch tourist spots from the National Standard Tourism Data:
Parameters
page_no: Page number (default: 1)num_of_rows: Number of results per page (default: 100)tourist_spot_name: Optional name of the tourist spot to search foraddress: Optional address to search for
Acknowledgments
This project was inspired by:
Cursor – used as the main development environment for integrating the Claude Desktop Plugin
This server cannot be deployed
Maintenance
Related MCP Connectors
Official Seoul tourism data in 7 languages, in cooperation with the Seoul Tourism Organization.
Nationwide Korea: bus stops in 138 cities, 30-year climate normals, tourism (KR/EN).
- mcpweaveOAuthcom.mcpweave
Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents.
APICK Korean data, OCR, search, conversion, image and video generation, and asynchronous TTS
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to access South Korean tourism information via the official Korea Tourism Organization API, providing comprehensive search for attractions, events, food, and accommodations with multilingual support.89MIT
- AlicenseNot gradedqualityDmaintenanceEnables access to Korean public data services through OpenAPI integration. Supports querying government datasets like parking information in Sejong City through natural language interactions.MIT
- AlicenseAqualityDmaintenanceProvides location-based place recommendations in South Korea using the Kakao Map API, optimized for Korean language queries. Supports recommending various places like restaurants, shops, public facilities, and tourist attractions based on user queries.116MIT
- AlicenseNot gradedqualityDmaintenanceWraps Korea Tourism Organization's Wellness Tourism API to let AI agents search wellness spots by area, location, or keyword, with multilingual support and 7 wellness themes.1MIT