Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Mapmelon

com.mapmelon/mapmelon

Search curated community colivings and see who else will be staying during your dates.

Uptime
100.0%
1 direct probes · 30d
Response
1695ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

getColivingsByCountry

Search for coliving spaces in a specific country. Use ISO 3166-1 alpha-2 country codes (e.g., 'pt' for Portugal, 'es' for Spain, 'th' for Thailand).

getColivingsByContinent

Search for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.

getColivingsByLocation

Search for coliving spaces by location name. Searches across city, region, country name, and coliving name. Use this for flexible location searches like 'Bali', 'Lisbon', 'Barcelona'.

getColivingsByBudget

Search for coliving spaces within a price range. Prices are per night in EUR. Returns colivings with at least one accommodation within the specified budget.

getColivingsByAmenities

Search for coliving spaces that have specific amenities/categories. Use category names like 'pool', 'gym', 'surf', 'yoga', 'pet friendly', 'coworking', etc. Use getAllCategories tool to see all availa…

getColivingsByLifestyle

Search for coliving spaces by lifestyle category group. Groups: 'community' (shared meals, activities, min stay), 'location' (beach, city, mountain), 'coworking' (desks, monitors, call rooms), 'facili…

checkAvailability

Check if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.

checkAvailabilityBySlug

Check if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.

getAvailabilityByMonth

Get a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.

getColivingById

Get full details for a specific coliving by its ID or URL slug. Returns comprehensive information including description, location, amenities, pricing, reviews, and accommodation types.

getAccommodations

Get all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.

getColivingReviews

Get user reviews for a specific coliving. Returns review text, ratings, and reviewer information.

getAllCategories

Get all available amenity and lifestyle categories that can be used to filter colivings. Categories are grouped into: location, food, coworking, facilities, structure, activities, community.

getAllCountries

Get a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mapmelon": {
      "url": "https://www.mapmelon.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}