com.mapmelon/mapmelon

MCPCommunitylive
v1.0.0com.mapmelonUnknownAktualisiert vor 1 Mon.

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

Endpunkt-Statuslive
geprüft vor 23 Std. · 279 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

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.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorcom.mapmelon
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche14 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert11. Aug. 2026

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.

Tools

14 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet23h ago

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 ms
getColivingsByCountrySearch 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).

ParameterTypBeschreibung
countryCode*stringISO 3166-1 alpha-2 country code (e.g., 'pt', 'es', 'th')
limitintegerMaximum 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.

ParameterTypBeschreibung
continent*stringContinent name
limitintegerMaximum 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'.

ParameterTypBeschreibung
query*stringLocation search query (city, region, country, or coliving name)
limitintegerMaximum 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.

ParameterTypBeschreibung
minPricenumberMinimum price per night in EUR
maxPrice*numberMaximum price per night in EUR
limitintegerMaximum 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.

ParameterTypBeschreibung
categories*arrayList of category/amenity names to filter by (e.g., ['pool', 'gym', 'yoga'])
limitintegerMaximum 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…

ParameterTypBeschreibung
lifestyle*stringLifestyle category group name
limitintegerMaximum 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.

ParameterTypBeschreibung
colivingId*integerThe coliving ID to check availability for
startDate*stringCheck-in date in ISO 8601 format (YYYY-MM-DD)
endDate*stringCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber 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.

ParameterTypBeschreibung
slug*stringThe coliving URL slug (e.g., 'sun-and-co')
startDate*stringCheck-in date in ISO 8601 format (YYYY-MM-DD)
endDate*stringCheck-out date in ISO 8601 format (YYYY-MM-DD)
guestsintegerNumber 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.

ParameterTypBeschreibung
colivingId*integerThe coliving ID
year*integerYear (e.g., 2026)
month*integerMonth 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.

ParameterTypBeschreibung
slug*stringThe 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.

ParameterTypBeschreibung
colivingId*integerThe 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.

ParameterTypBeschreibung
slug*stringThe coliving URL slug
limitintegerMaximum 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.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

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.