MCP.so
ログイン

Korea Tourism API MCP Server

@harimkang

Korea Tourism API MCP Server について

Model Context Protocol (MCP) server that provides tools for accessing the Korea Tourism API

基本情報

カテゴリ

開発者ツール

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

harimkang

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-korea-tourism-api": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@harimkang/mcp-korea-tourism-api",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Korea Tourism API MCP Server?

The Korea Tourism API MCP Server is a Model Context Protocol (MCP) server powered by the official Korea Tourism Organization (KTO) API. It enables AI assistants to discover South Korean tourist spots, cultural sites, festivals, restaurants, accommodations, and more.

How to use Korea Tourism API MCP Server?

Obtain a KTO API key from the KTO Data Portal, then set the KOREA_TOURISM_API_KEY environment variable. Run the server using uv sync && uv run -m mcp_tourism.server (with optional transport flags) or via Docker. For Cursor integration, add a mcp.json entry that runs the Docker image with the API key.

Key features of Korea Tourism API MCP Server

  • Comprehensive search by keyword, area, or location
  • Rich details: descriptions, hours, fees, photos, addresses, contacts
  • Location-aware discovery near GPS coordinates
  • Find festivals and events by date range
  • Multilingual support: English, Japanese, Chinese, Russian, Spanish, German, French
  • Response caching, rate limiting, and automatic retries
  • Supports stdio, HTTP, and SSE transport protocols

Use cases of Korea Tourism API MCP Server

  • Plan a trip to South Korea with personalized attraction suggestions
  • Provide real-time local recommendations in an AI travel assistant
  • Discover cultural events and festivals within specific date ranges
  • Get detailed information about accommodations, restaurants, and shopping
  • Integrate Korean tourism data into web or mobile applications

FAQ from Korea Tourism API MCP Server

What API key is required?

You must obtain a Service Key from the Korea Tourism Organization (KTO) Data Portal for the TourAPI services, then set it as the environment variable KOREA_TOURISM_API_KEY.

Which languages are supported?

English, Japanese, Simplified Chinese, Traditional Chinese, Russian, Spanish, German, and French. Each language requires a separate API key from its respective data portal link.

What transport protocols are available?

The server supports three transports: stdio (default for MCP clients), streamable-http (for web applications), and sse (for real-time applications). Configuration is done via CLI arguments or environment variables.

Where does the data come from?

All data is fetched from the official Korea Tourism Organization (KTO) API. The server caches responses with a TTL to reduce redundant API calls.

Are there any rate limits or retries?

Yes, the server includes rate limiting to respect API usage limits and automatic retries for temporary network or server errors.

コメント

「開発者ツール」の他のコンテンツ