Coliving.com MCP Server v1.0.0

Primary Tools

Public discovery (no auth)

search_listings Meilisearch-backed

Search published listings with filters for location, price, room type, amenities, and community. Chain to get_listing using unique_id or slug.

get_listing Resource fetch

Fetch enriched listing details by unique_id, slug, listing URL, or natural-language query. Internal database IDs are not exposed in responses.

search_locations Geolocation

Resolve natural city, country, or neighborhood queries to canonical location IDs for use in search_listings.

get_filter_options Metadata

Retrieve supported room types, amenities, communities, and price currencies.

get_host Trust signals

Get host information and trust signals for a listing or host identifier.

compare_listings Comparison

Compare multiple listings head-to-head on price, amenities, location, and trust signals.

recommend_listings Ranking

Rank and recommend listings based on user preferences and constraints.

search_reviews Reviews

Search and view guest reviews for listings.

check_availability Calendar

Check room availability for a listing over a date range.

search_amenities Amenities

View property-wide and room-type-level amenities.

OAuth tools (scopes mcp:use, bookings:read)

get_booking Requires OAuth

Retrieve detailed status, payments, and summary of a personal booking. Returns HTTP 401 + WWW-Authenticate when called without a Bearer token.

list_bookings Requires OAuth

List, search, and filter personal stays or hosted bookings by status and timeframe. Same lazy OAuth flow as get_booking.