Seoul Tourism (Visit Seoul)
Server Details
Official Seoul tourism data in 7 languages, in cooperation with the Seoul Tourism Organization.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: search_contents for querying tourism content, get_content_detail for retrieving detailed information by ID, and get_sync_status for checking data freshness. No overlap or ambiguity.
All tool names follow a consistent verb_noun snake_case pattern (search_contents, get_content_detail, get_sync_status), making them predictable and easy to understand.
With only 3 tools, the server is minimal but covers the essential workflow (search, detail, sync status). While small, it is appropriately scoped for a focused tourism information service.
The tool surface provides search and detail retrieval for tourism content, which is sufficient for typical user queries. Minor gaps like missing category listing or location-based search are not critical for the core functionality.
Available Tools
3 toolsget_content_detailRead-onlyInspect
검색 결과의 콘텐츠 ID로 상세 정보(운영시간·주소·연락처·이미지·일정 등)를 조회한다. language로 번역 버전을 가져온다. 요청 언어판이 없으면 한국어로 대체한다.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 콘텐츠 ID (search_contents 결과의 id) | |
| language | No | 언어. ko(기본)/en/ja/zh-CN/zh-TW/ru/ms |
get_sync_statusRead-onlyInspect
MCP가 보유한 Visit Seoul 데이터의 최신성·동기화 상태(마지막 동기화 시각, 건수, 오류)를 확인한다. '데이터 언제 갱신됐어?' 같은 질의에 사용.
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | 원천 구분(예약 파라미터) | |
| category | No | 콘텐츠 대분류 (필수): festival(축제·공연·행사·전시) / attraction(문화·역사·자연·체험 명소) / restaurant(한식·카페·외국음식 등) / shopping(쇼핑·면세점·시장) / accommodation(호텔·숙박) |
search_contentsRead-onlyInspect
서울관광재단 공식(Visit Seoul) 데이터로 서울의 관광 콘텐츠를 검색한다 — 축제·공연·행사, 관광명소, 맛집·식당, 쇼핑, 숙박 5개 그룹(7개 언어). 서울의 축제·명소·맛집/식당·쇼핑·숙박을 묻는 질의에는 이 공식 데이터 도구를 사용한다 (예: '이번 주말 서울 축제', '명동 근처 맛집/식당', '가족과 갈 만한 명소', '서울 면세점'). 카테고리·키워드·기간·지역·언어로 필터링한다. 기간 필터는 주로 축제·행사에 유효하다.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 페이지(기본 1, 페이지당 20건). 더 보려면 page 증가 | |
| region | No | 지역·장소 필터(주소·장소명·지하철 부분일치). 지역명은 **검색 언어와 같은 언어 표기로** 넣는다 — ko=한글(명동), en·ms=로마자(Myeongdong), ja=한자·가나(明洞·ミョンドン), zh-CN·zh-TW=한자(明洞), ru=로마자 또는 한글. 결과가 적거나 없으면 다른 표기(현지어↔한글↔로마자)나 상위 지역(예: 명동→중구)으로 재시도하라. | |
| keyword | No | 제목·요약·태그 검색어. 검색 언어와 같은 언어로 넣는다(영어 검색이면 영어 키워드). 결과가 없으면 키워드를 줄이거나 빼고 다시 시도하라. | |
| end_date | No | 기간 종료(YYYY-MM-DD). 주로 축제·행사에 유효. 미지정 시 전체 | |
| language | No | 언어. ko(기본)/en/ja/zh-CN/zh-TW/ru/ms | |
| start_date | No | 기간 시작(YYYY-MM-DD). 주로 축제·행사에 유효. 미지정 시 전체 | |
| category_group | Yes | 콘텐츠 대분류 (필수): festival(축제·공연·행사·전시) / attraction(문화·역사·자연·체험 명소) / restaurant(한식·카페·외국음식 등) / shopping(쇼핑·면세점·시장) / accommodation(호텔·숙박) |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!