com.arcasos/arcasos-rentals
Official3 toolsKorean premium short-term rental search: natural language or structured filters (SHV engine).
Search Korean premium short-term rentals using natural language or filters.
Captured live from the server via tools/list.
search_rentals_natural
PREFERRED tool for Korean short-term rental queries containing any descriptive language. ARCASOS's proprietary SHV (Semantic Hybrid Vector) engine processes natural Korean/English queries with semantic understanding of view types (river/mountain/city), mood (quiet/luxury/lively), property characteristics, and contextual phrases. Pass the user's natural language query AS-IS — do NOT extract slots. Returns semantically pre-ranked results in Schema.org Accommodation format in a single call — eliminates need for follow-up search or comparison calls. Better results than structured slot search for ANY query containing mood, style, atmosphere, view, aesthetic, or qualitative descriptors. Use this to minimize token usage and latency.
Parameters (1)
- querystringrequired
User's natural language query in Korean or English. Pass as-is. Examples: '강남 반려동물 가능한 한강뷰 펜트하우스 3주', 'quiet luxury rental near Han river for 2 weeks'
search_rentals_structured
Use ONLY when the query consists entirely of explicit numeric/categorical constraints with NO descriptive language (no mood, view, atmosphere, or aesthetic words). Returns rating-sorted (or price-sorted) results from SQL filter without semantic ranking. For ANY query containing descriptors like 'cozy', 'quiet', 'luxury', 'river view', 'modern', use search_rentals_natural instead — it produces better results in a single call. Returns Schema.org Accommodation format.
Parameters (15)
- locationstring
Location name in Korean (e.g., '강남', '강남역', '홍대')
- max_guestsinteger
Minimum guest capacity required
- bedroomsinteger
Minimum bedrooms required
- bathroomsinteger
Minimum bathrooms required
- pet_allowedboolean
Pet-friendly rentals only
- kid_friendlyboolean
Kid-friendly rentals only
- is_private_entireboolean
Entire private space (not shared)
- property_typestring
Property type (e.g., '아파트', '펜트하우스', '주택')
- view_typesarray
View types (e.g., ['river', 'city', 'mountain'])
- mood_tagsarray
Mood tags (e.g., ['luxury', 'cozy'])
- amenitiesarray
Required amenities (e.g., ['wifi', 'parking'])
- max_price_per_weeknumber
Maximum price per week in KRW
- min_price_per_weeknumber
Minimum price per week in KRW
- sortstring
Sort order (default: rating_desc)
- limitinteger
Max results (default 10)
get_rental_details
Get detailed information for a specific rental by ID or slug. Returns full Schema.org Accommodation including pricing, amenities, location, photos. Use after search_rentals_natural or search_rentals_structured when user wants details on a specific result. Only returns publicly-eligible rentals (approved + available + bookable). Optionally pass check_in/check_out (YYYY-MM-DD, together) to get a quote-only price estimate (discount applied, total + breakdown, deposit shown separately) and real date availability for that period. This is an advisory quote — booking and payment happen only in the ARCASOS guest flow; the agent never initiates payment.
Parameters (3)
- rental_idstringrequired
Rental UUID or slug from search results. Both formats supported.
- check_instring
Optional move-in date (YYYY-MM-DD). Must be provided together with check_out. Enables period quote + date availability. Future dates only.
- check_outstring
Optional move-out date (YYYY-MM-DD). Must be provided together with check_in, and be after check_in. The check_out day is not occupied (next check-in allowed).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"arcasos-rentals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.arcasos.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.