Search curated community colivings and see who else will be staying during your dates.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://www.mapmelon.com/api/mcp14 Tools · 279 msgetColivingsByCountrySearch 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).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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| countryCode* | string | ISO 3166-1 alpha-2 country code (e.g., 'pt', 'es', 'th') |
| limit | integer | Maximum number of results to return |
getColivingsByContinentSearch for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.Search for coliving spaces in a specific continent. Valid continents: Europe, Asia, Africa, North America, South America, Oceania.
| Parameter | Typ | Beschreibung |
|---|---|---|
| continent* | string | Continent name |
| limit | integer | Maximum number of results to return |
getColivingsByLocationSearch 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'.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'.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Location search query (city, region, country, or coliving name) |
| limit | integer | Maximum number of results to return |
getColivingsByBudgetSearch for coliving spaces within a price range. Prices are per night in EUR. Returns colivings with at least one accommodation within the specified budget.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| minPrice | number | Minimum price per night in EUR |
| maxPrice* | number | Maximum price per night in EUR |
| limit | integer | Maximum number of results to return |
getColivingsByAmenitiesSearch 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 available categories.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 available categories.
| Parameter | Typ | Beschreibung |
|---|---|---|
| categories* | array | List of category/amenity names to filter by (e.g., ['pool', 'gym', 'yoga']) |
| limit | integer | Maximum number of results to return |
getColivingsByLifestyleSearch for coliving spaces by lifestyle category group. Groups: 'community' (shared meals, activities, min stay), 'location' (beach, city, mountain), 'coworking' (desks, monitors, call rooms), 'facilities' (pool, gym, kitchen), 'activities' (yoga, surf, hiking), 'food' (breakfast, vegan), 'structur…Search for coliving spaces by lifestyle category group. Groups: 'community' (shared meals, activities, min stay), 'location' (beach, city, mountain), 'coworking' (desks, monitors, call rooms), 'facilities' (pool, gym, kitchen), 'activities' (yoga, surf, hiking), 'food' (breakfast, vegan), 'structur…
| Parameter | Typ | Beschreibung |
|---|---|---|
| lifestyle* | string | Lifestyle category group name |
| limit | integer | Maximum number of results to return |
checkAvailabilityCheck if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.Check if a coliving has available accommodations for a specific date range and number of guests. Returns available room types with pricing.
| Parameter | Typ | Beschreibung |
|---|---|---|
| colivingId* | integer | The coliving ID to check availability for |
| startDate* | string | Check-in date in ISO 8601 format (YYYY-MM-DD) |
| endDate* | string | Check-out date in ISO 8601 format (YYYY-MM-DD) |
| guests | integer | Number of guests |
checkAvailabilityBySlugCheck if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.Check if a coliving has available accommodations using its URL slug instead of ID. Returns available room types with pricing.
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | The coliving URL slug (e.g., 'sun-and-co') |
| startDate* | string | Check-in date in ISO 8601 format (YYYY-MM-DD) |
| endDate* | string | Check-out date in ISO 8601 format (YYYY-MM-DD) |
| guests | integer | Number of guests |
getAvailabilityByMonthGet a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.Get a monthly availability overview for a coliving. Returns which accommodation types have available units for each week of the specified month.
| Parameter | Typ | Beschreibung |
|---|---|---|
| colivingId* | integer | The coliving ID |
| year* | integer | Year (e.g., 2026) |
| month* | integer | Month number (1-12) |
getColivingByIdGet full details for a specific coliving by its ID or URL slug. Returns comprehensive information including description, location, amenities, pricing, reviews, and accommodation types.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | The coliving URL slug (e.g., 'sun-and-co', 'nine-coliving') |
getAccommodationsGet all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.Get all accommodation types (rooms, beds) for a specific coliving. Returns pricing, capacity, and unit details.
| Parameter | Typ | Beschreibung |
|---|---|---|
| colivingId* | integer | The coliving ID |
getColivingReviewsGet user reviews for a specific coliving. Returns review text, ratings, and reviewer information.Get user reviews for a specific coliving. Returns review text, ratings, and reviewer information.
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | The coliving URL slug |
| limit | integer | Maximum number of reviews to return |
getAllCategoriesGet all available amenity and lifestyle categories that can be used to filter colivings. Categories are grouped into: location, food, coworking, facilities, structure, activities, community.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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
getAllCountriesGet a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.Get a list of all countries that have active colivings on Mapmelon, grouped by continent. Shows the number of colivings in each country.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
14 von 14 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Search curated community colivings and see who else will be staying during your dates.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.