Tour
FreeNot checkedIntegrates the Korea Tourism Organization's API to provide tourist spot recommendations and detailed information, including attractions, food, and accommodation
About
Integrates the Korea Tourism Organization's API to provide tourist spot recommendations and detailed information, including attractions, food, and accommodation.
README
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 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-tour
Claude 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_desktop
Using 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_desktop
Usage
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:
- pfldy2850/py-mcp-naver
- jlowin/fastmcp
- DYTIS Tistory Blog
- Cursor – used as the main development environment for integrating the Claude Desktop Plugin
Installing Tour
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/tjwodud04/mcp-tourFAQ
Is Tour MCP free?
Yes, Tour MCP is free — one-click install via Unyly at no cost.
Does Tour need an API key?
No, Tour runs without API keys or environment variables.
Is Tour hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Tour in Claude Desktop, Claude Code or Cursor?
Open Tour on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Tour with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
