# app.sallim/korea-stay (remote · stay.sallim.app)

Korean lodging: 84,490 stays from 4 government permit ledgers + KTO TourAPI, honest gaps

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- remote · `stay.sallim.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/app-sallim-korea-stay/stay.md), [page](https://verifymcp.io/servers/app-sallim-korea-stay/stay)

## Channel facts

- Endpoint: `https://stay.sallim.app/mcp?via=official`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-19.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1480 tokens (~370/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http app-sallim-korea-stay https://stay.sallim.app/mcp?via=official
```

### Codex

```toml
[mcp_servers.app-sallim-korea-stay]
url = "https://stay.sallim.app/mcp?via=official"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-sallim-korea-stay": {
      "type": "remote",
      "url": "https://stay.sallim.app/mcp?via=official",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-sallim-korea-stay --url https://stay.sallim.app/mcp?via=official --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-sallim-korea-stay:
    url: "https://stay.sallim.app/mcp?via=official"
```

### Other

```json
{
  "mcpServers": {
    "app-sallim-korea-stay": {
      "type": "http",
      "url": "https://stay.sallim.app/mcp?via=official"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 66, 0)

- [functional improvement] Stability: unverified → 0.03
- [cosmetic] “stay_search” reworded the description of “region”

### 2026-08-17 (score 66)

First indexed and scored.

## MCP tools (4)

### `stay_search` (~216 tokens)

숙소 검색

조건에 맞는 국내 숙소를 찾는다.

    **재고를 확인하지 못한 숙소를 결과에서 지우지 않는다.** availability가 unknown이면
    빈방 여부를 모른다는 뜻이고, 만실이라는 뜻이 아니다. 사용자에게 그렇게 전달하라.

Input parameters:

- `category`: 숙소 종류
- `checkin`: 체크인 YYYY-MM-DD. 주면 재고 조회를 시도한다
- `checkout`: 체크아웃 YYYY-MM-DD
- `guests` (integer): 인원
- `limit` (integer): 반환 개수 (최대 50)
- `region`: 지역. '강원 속초', '서울 마포구'처럼 시도+시군구. 행정구역 어휘와 대조해 걸고, 어휘에 없는 말(읍·면·동·도로명)은 주소 부분문자열로 내려간다 — 어느 쪽이었는지는 meta.region_matched_on에 적힌다

### `stay_detail` (~85 tokens)

숙소 상세

숙소 하나의 상세 정보와 재고를 조회한다. 재고 실시간 재확인은 여기서만 한다.

Input parameters:

- `checkin`: 체크인 YYYY-MM-DD
- `checkout`: 체크아웃 YYYY-MM-DD
- `guests` (integer)
- `stay_id` (string, required): stay_search가 준 stay_id (예: tourapi:2671267)

### `stay_booking_link` (~111 tokens)

예약 페이지 링크

예약 가능한 원본 페이지로 가는 링크를 만든다.

    이 서버는 예약을 처리하지 않는다 — 사용자를 원본 플랫폼으로 보낸다. 링크는 숙소명·주소로
    만든 **검색 링크**이며 특정 객실의 예약 페이지가 아니다(그건 재고 어댑터가 붙어야 나온다).

Input parameters:

- `platform` (string): 어느 플랫폼 검색으로 보낼지
- `stay_id` (string, required): stay_search가 준 stay_id

### `report_issue` (~791 tokens)

답변 오류 신고

답이 틀렸을 때 신고하거나(kind='결함'), 남길 값이 있는 **질문 원문을 기록한다**(kind='질문기록').

    **결함**: 사용자가 "틀렸다"·"이상하다"고 하면 **먼저 이 도구를 부른 뒤** 정정 답변을 하라.
    추측으로 부르지는 말 것.

    **질문기록**: 이 서버는 클라이언트가 이미 도구 호출로 번역한 뒤를 보므로 **사용자의 원문
    질문을 볼 수 없다**. 그래서 어떤 질문이 실제로 오는지, 무엇을 못 답하는지가 계측에 안 잡힌다
    — 이 프로젝트의 목적이 유통이 아니라 계측인데 정작 수요 축이 비어 있었다. 복합 질문·부분
    답변·전제 오류 셋 중 하나면 원문(일반형으로 치환)을 남겨라. **개인 식별 조합은 반드시
    일반형으로 바꿔서** 넣는다.

    두 종류가 한 도구인 이유: 무인증 공개 서버라 쓰기 표면을 하나로 묶어 상한을 함께 건다
    (CLAUDE.md 규칙 2). 시간당 상한도 공유한다.

Input parameters:

- `answered_fully`: kind='질문기록' 전용 — 이 서버 도구만으로 질문에 **완결된 답**을 했는가. false면 missing_axis에 무엇이 없었는지 적어라
- `expected`: 사용자가 맞다고 본 값
- `kind` (string): '결함'=답이 틀렸다는 신고(기본). '질문기록'=틀리진 않았지만 **질문 원문을 남길 값이 있는 경우** — 서버는 클라이언트가 번역한 도구 호출만 보고 원문 질문을 볼 수 없어서, 이게 유일한 통로다. **아무 질문이나 남기지 마라**: ①여러 도구를 엮어야 답이 된 복합 질문 ②우리 도구로 일부만 답한 질문(answered_fully=false) ③…
- `missing_axis`: answered_fully=false일 때 **없어서 못 답한 축**(예: '실시간 빈방', '가격대 필터 없음', '반려동물 동반 가능 여부 미수록'). 로드맵과 수집 우선순위의 원천이 된다
- `problem`: 무엇이 틀렸는지. 사용자의 말을 그대로 옮겨도 된다. kind='결함'이면 필수, kind='질문기록'이면 비워도 된다.
- `question`: 사용자의 **원래 질문**(kind='질문기록'이면 필수). ⚠️ **개인 식별 조합은 일반형으로 치환해서 넣어라** — 이름·연락처·정확한 거주지·동행자 사연이 겹치면 그대로 적지 말 것(예: '○○동 △△빌라 사는 김□□, 부모님 팔순으로 속초 2박' → '가족 3인 속초 2박'). 무인증 공개 서버의 로그다
- `tool_used`: 문제가 된 답을 만든 도구
- `wrong_value`: 틀린 수치·문장

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-sallim-korea-stay/stay#diagnostics

## Score history

- 2026-08-19: 67
- 2026-08-18: 66
- 2026-08-17: 66

## Links

- Remote endpoint: https://stay.sallim.app/mcp?via=official
- Changelog RSS feed: https://verifymcp.io/servers/app-sallim-korea-stay/stay.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-sallim-korea-stay/stay.json
- HTML version of this page: https://verifymcp.io/servers/app-sallim-korea-stay/stay
