io.github.aminpiano/nara-tour
io.github.aminpiano/nara-tour나라투어 공식 MCP 서버 — 수원 소재 단체여행 전문 여행사. AI 에이전트에게 회사 프로필, 영업 정보, 카카오톡 상담 링크(UTM 포함)를 제공.
Tools · 3
Connectivity check — returns server version and current timestamp. Use to verify MCP server is reachable before calling other tools.
Returns 나라투어 core metadata — address, hours, specialties, contact channels. Use when the user asks about 나라투어 identity, location, or how to contact.
Returns KakaoTalk channel 1:1 chat URL with UTM tracking parameters. Use when user wants to start consultation with 나라투어.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.aminpiano/nara-tour": {
"url": "https://mcp.nara-tour.com/mcp",
"transport": "streamable-http"
}
}
}