stay-search MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_staysA | 특정 지역·날짜·인원의 숙소 목록을 Airbnb와 야놀자에서 가져옵니다. 사용자가 여행 날짜와 지역을 말하며 "숙소 찾아줘", "어디가 싼지 알려줘"라고 할 때 호출하세요. 결과는 자동으로 DB에 스냅샷 저장되어 나중에 price_history로 추이를 볼 수 있습니다. |
| compare_pricesA | 같은 조건에서 Airbnb와 야놀자의 1박 가격 분포(중앙값·사분위·유형별)를 비교합니다. 개별 숙소가 아니라 "어느 플랫폼이 싼가", "이 지역 시세가 얼마인가"를 물을 때 호출하세요. 두 사이트의 표시 기준(총액 vs 1박)을 1박으로 정규화해 비교합니다. |
| price_historyA | 이전에 수집해 둔 스냅샷에서 일자별 1박 가격 중앙값 추이를 읽습니다. "지난주보다 올랐나", "가격이 어떻게 변했나"처럼 시간에 따른 변화를 물을 때 호출하세요. 새로 수집하지 않고 DB만 읽으므로 빠릅니다. 데이터가 없으면 먼저 search_stays를 여러 날에 걸쳐 실행해야 합니다. |
| list_snapshotsA | 어떤 지역·기간·소스의 데이터가 DB에 쌓여 있는지 보여줍니다. price_history를 부르기 전에 무엇이 조회 가능한지 확인할 때, 또는 사용자가 "뭘 모아뒀지"라고 물을 때 호출하세요. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gaebalai/stay-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server