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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论