Coliving.com MCP Server v1.1.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.

search_helpcenter Helpcenter FAQ

Search public Coliving.com help articles for residents (coliving.com/help) and hosts (coliving.com/help/hosts). Omit audience when the user’s role is ambiguous; then chain to get_help_article.

get_help_article Help article

Fetch one public help article by slug. Answer in natural language with complete faithful meaning from the article body, and end with a View full article link. Admin/internal articles are not available.

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.