tjwodud04
MCP Servertjwodud04public

mcp tour

MCP integration for Korea Tourism Organization's API using Claude Desktop App with help from Cursor

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Python
Language
-
License

About This Server

MCP integration for Korea Tourism Organization's API using Claude Desktop App with help from Cursor

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

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:

  1. Korea Tourism Organization API - Provides up to 50 highly connected related tourist destinations by region and type
  2. National Standard Tourism Data API - Provides comprehensive information about tourist spots nationwide

Setup

  1. Get API keys from Data.go.kr
  2. Set environment variables in .env file:
    TOUR_API_KEY=your-api-key
    STANDARD_TOUR_API_KEY=your-standard-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 \
  -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_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 \
  -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_desktop

Usage

Fetch related tourist spots:

Parameters

  • spot_id: Tourist spot ID
  • content_type: one of all, tourist, food, or accommodation
  • size: 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 for
  • address: 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

Quick Start

1

Clone the repository

git clone https://github.com/tjwodud04/mcp-tour
2

Install dependencies

cd mcp-tour
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownertjwodud04
Repomcp-tour
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation