mcp-tour
Click on "Install 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).
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 API keys from Data.go.kr
Set environment variables in
.envfile:TOUR_API_KEY=your-api-key STANDARD_TOUR_API_KEY=your-standard-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 \
-e STANDARD_TOUR_API_KEY=your-standard-api-key
# Method 2: Using .env file
echo "TOUR_API_KEY=your-api-key" > .env
echo "STANDARD_TOUR_API_KEY=your-standard-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 \
-e STANDARD_TOUR_API_KEY=your-standard-api-key
# Method 2: Using .env file
echo "TOUR_API_KEY=your-api-key" > .env
echo "STANDARD_TOUR_API_KEY=your-standard-api-key" >> .env
python -m mcp_tour.hosts.claude_desktopUsage
get_related_spots
Fetch related tourist spots:
Parameters
spot_id: Tourist spot IDcontent_type: one ofall,tourist,food, oraccommodationsize: Number of results (up to 50)
get_spot_info
Fetch detailed information about a tourist spot:
Parameters
spot_id: Tourist spot ID
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjwodud04/mcp-tour'
If you have feedback or need assistance with the MCP directory API, please join our Discord server