# Nomad Stays MCP server

Search remote-work accommodations worldwide; Trusted Stay Partners can manage their own listings.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nomadstays-mcp-server
- Repository: https://github.com/nomadstays/nomadstays-mcp-server
- Website: https://mcp.nomadstays.com

## Install
- Endpoint: https://mcp.nomadstays.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.nomadstays.com/mcp

## Tools
- getStayByID - Returns full details for a single stay. The id parameter searches both EntryId and StayId fields. Endpoint: https://mcp.nomadstays.com/mcp
- signupNomadStaysAccount - Creates a new NomadStays account on behalf of a person who does not have one yet. No authentication required — this is how an AI agent gets a person started. The account is created but inactive until the person clicks the confirmation link sent to their email; this call returns no session or token, so the agent cannot sign in or act as the user itself. Once confirmed, the person can log in at nomadstays.com/Account/Login and request their own MCP bearer token or OAuth grant to let an agent manage their account/listings going forward. Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByCountry - Returns stays from the NomadStays database. Search by 2-letter country code (e.g., 'MA', 'US') or country name (e.g., 'Antigua' matches 'Antigua and Barbuda') Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByContinent - Returns stays from the NomadStays database filtered by continent. Search by continent name (e.g., 'Europe', 'Asia', 'Africa', 'North America', 'South America', 'Oceania') Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByLocation - Returns stays from the NomadStays database that match a location search term. Searches across City, State, location_name, location_country, and location_description fields. Use this for flexible location searches (e.g., 'Paris', 'California', 'Beach', 'Mountain') Endpoint: https://mcp.nomadstays.com/mcp
- searchHelpCenter - Search NomadStays Help Center articles from the public knowledgebase endpoint and return matching title/content/slug entries. Endpoint: https://mcp.nomadstays.com/mcp
- getHelpCenterArticle - Fetch a specific NomadStays Help Center article by its ID. Returns the full article content, title, slug, and categories. Endpoint: https://mcp.nomadstays.com/mcp
- listHelpCenterCategories - List all available NomadStays Help Center categories. Returns category ID, name, slug, description, and article count for each category. Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByLifestyle - Returns stays from the NomadStays database filtered by lifestyle/genre category (e.g., 'Digital Nomad', 'Beach Life', 'City Living', 'Mountain Retreat'). Each stay can belong to multiple lifestyle categories. Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByBudget - Search for stays that fit within a budget for a given duration. Country is OPTIONAL - can search globally or filter by specific country. Perfect for queries like 'Find me somewhere to stay for 1 month under EUR 1000' or 'Find me a place in Spain for 1 month under EUR 1000'. Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByAmenities - Find all stays that have specific amenities. Searches both stay-level amenities (referenced by tbStayFacilities) and room-level amenities (referenced by tbRoomFacilities). Use matchType 'any' to find stays with at least one amenity, or 'all' to find stays with all requested amenities. Can optionally filter by minimum WiFi download speed. Endpoint: https://mcp.nomadstays.com/mcp
- getStaysByWiFiSpeed - Find all stays with WiFi download speed greater than 10Mbps, listed and not suspended. Endpoint: https://mcp.nomadstays.com/mcp
- getAllLifestyles - Returns all active lifestyle/genre categories available in NomadStays. Use this to discover what lifestyle categories exist before searching with getStaysByLifestyle. Endpoint: https://mcp.nomadstays.com/mcp
- getAllAmenities - List all possible amenities in the database, grouped into Stay Amenities (referenced by tbStaysFacilities) and Room Amenities (referenced by tbStaysRoom.RoomFacilityFk). Endpoint: https://mcp.nomadstays.com/mcp
- checkStayAvailability - Check if a specific stay is available for given check-in and check-out dates. Returns availability status and room details. Endpoint: https://mcp.nomadstays.com/mcp
- findNearestAvailability - Find the nearest available dates when requested dates are not available. Searches for alternative check-in dates within a specified window and can adjust length of stay. Endpoint: https://mcp.nomadstays.com/mcp
- getAvailabilityByMonth - Get all available booking windows in a specific month that meet the minimum length of stay requirement. Returns all possible check-in dates and their corresponding available periods. Endpoint: https://mcp.nomadstays.com/mcp
- getRoomAvailability - Check a specific room's availability for each night in a date range. Returns availability status (available/not available) for each night. Endpoint: https://mcp.nomadstays.com/mcp
- getRoomAmenities - Get comprehensive list of all facilities and amenities for a specific room, including WiFi metrics (download/upload speed, jitter). Returns room details, all facilities, and network performance data. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStays - List all Stays owned by the account bound to the MCP agent token. Returns stayId, title, and listed status for each — use this to find a stayId before calling any other owner-scoped tool. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayDetail - Get the current title, description, and listed status for one of your Stays. Call this before updateStayDetail so the agent knows the current values and doesn't accidentally overwrite them. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayOnboardingStatus - Get the Stay's listing-completion scores — the same six 'Listing Completion' cards shown on the Stay dashboard (Stay Details, Availability, Rooms, Packages, Wi-Fi, Operator Information), plus an overall completion percentage. Use this when a host asks how far along they are with onboarding or what's left to finish. Note: Wi-Fi is a test-freshness score (recency of the last speed test), not a speed rating, and Operator Information is a status label ('Open'), not a real percentage — both are noted via isPlaceholder/behavior in the response. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayRooms - List all rooms currently configured on one of your Stays, including bed setup, occupancy, facilities (resolved to names, not just IDs), and every room/workspace photo as a viewable CDN URL. Call this before createStayRoom, updateStayRoom, deleteStayRoom, deleteRoomPhoto, or reorderRoomPhotos so the agent can show current values or find the right roomId/fileName. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayPackages - List all pricing packages on one of your Stays, including their full price tiers (days, buy price, sell price, comparison price, listed status). Call this before createStayPackage or updateStayPackage — hosts often forget exactly what packages/pricing they've already set. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayOrganisationalData - Get a Stay's organisational data: address, check-in/out policy, pets/children/parking, cancellation policy, tourism/land-registration numbers. Call this before updateStayOrganisationalData so the agent knows current values. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyBusinessProfile - Get the host account's business profile: legal business name, VAT/business registration numbers, whether registered as a business entity. Does NOT include bank or tax-ID details — those are never exposed via MCP. Call this before updateHostBusinessProfile. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayDetail - Update a Stay's title and/or description. Requires an MCP agent token (NOMADSTAYS_MCP_AGENT_TOKEN) scoped to the owning account. Only fields supplied are changed. Endpoint: https://mcp.nomadstays.com/mcp
- createStayRoom - Create a new room on a Stay. Call getRoomTypeOptions(stayId) and getRoomFacilityOptions() first to find valid roomTypeFK/roomFacilityFk values. Boutique Stays are capped at 6 rooms total (one per Boutique1-6 slot) — creation is rejected once all 6 exist. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayRoom - Update an existing room on a Stay. Only fields supplied are changed. Call getRoomTypeOptions(stayId) and getRoomFacilityOptions() first to find valid roomTypeFK/roomFacilityFk values. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- deleteStayRoom - Delete (soft-delete) a room from a Stay. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- getRoomTypeOptions - List valid room types for a specific Stay's rooms (roomTypeFK in createStayRoom/updateStayRoom). Valid values depend on the Stay: boutique Stays choose from a fixed boutique type range; standard Stays are restricted to types already used on one of their own rooms. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getRoomFacilityOptions - List every room-level amenity/facility option available (roomFacilityFk in createStayRoom/updateStayRoom) — e.g. Wi-Fi, Air Conditioning, Private Bathroom. Wi-Fi is mandatory and always included even if not explicitly selected. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- deleteRoomPhoto - Delete one photo from a room's gallery. Call getMyStayRooms first to find the exact fileName. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- reorderRoomPhotos - Change the display order of a room's photo gallery. fileNames must be the FULL current gallery (same set, just reordered) — call getMyStayRooms first. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- createStayPackage - Create a new pricing package on a Stay, optionally with initial price tiers. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayPackage - Update an existing pricing package on a Stay. Supplying 'prices' replaces ALL price rows for that package. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- deleteStayPackage - Permanently delete a pricing package and all its price tiers from a Stay. This is a hard delete (unlike room deletion, which is soft). Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- getCurrencyOptions - List valid currency ids/codes for use as a package's currencyFK. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayOrganisationalData - Update a Stay's organisational data: address, check-in/out policy, pets/children/parking, cancellation policy, accommodation type, tourism/land-registration numbers, 'Why Choose Us' reasons, and more. Only fields supplied are changed. IMPORTANT: countryId, petsAllowedId, childrenAllowedId, parkingId, cxPolicyId, and stayTypeId are lookup IDs, NOT plain text or booleans — call getCountryOptions / getAdditionalInformationOptions / getCancellationPolicyOptions / getStayTypeOptions first to find the correct ID to send. Requires an MCP agent token scoped to the owning account. Endpoint: https://mcp.nomadstays.com/mcp
- updateHostBusinessProfile - Update the host account's business profile (legal business name, VAT/business registration numbers). Applies to the account owning the MCP agent token, not a specific stay. Only fields supplied are changed. Does NOT touch bank or tax-ID details — those are not MCP-writable. Endpoint: https://mcp.nomadstays.com/mcp
- uploadStayPhoto - Upload a photo to one of your Stay's photo areas. Supply EXACTLY ONE of 'url' (a public https:// link, e.g. a Google Drive or Dropbox share link — the server downloads it) or 'base64' (the raw image bytes, base64-encoded — use this when you already have the image data in hand, e.g. a user attached a photo in the conversation, and have nowhere public to host it first). The photo is validated against the same minimum specs as a manual upload: JPEG, PNG, or WebP, under 20MB, and a minimum resolution that depends on area. Most areas require at least 1920x1080 landscape; 'host' requires at least 1080x1350 PORTRAIT — a landscape photo will be rejected for that area. Every upload is downscaled to fit within 2560x1440 and re-encoded server-side as WebP (stripping metadata and anything that isn't genuine image data) before storage. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayContacts - Get a Stay's contact/owner/manager details and social media links: owner name/email/mobile, manager (day-to-day contact person) name/email/mobile, booking email/phone/mobile, host display name, and website/Facebook/Twitter/YouTube/Instagram/TikTok/LinkedIn links. Call this before updateStayContacts so the agent knows current values. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayContacts - Update a Stay's contact/owner/manager details and social media links. Only fields supplied are changed. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayFacilities - Get the available options AND current selections for one facility/checkbox group on a Stay — e.g. 'Languages Spoken' returns every language the platform supports plus which ones are currently selected for this Stay. Call getFacilityGroups first if you don't know the exact group name. Common groups: 'General', 'Services', 'Languages Spoken', 'Meal', 'Position', 'Remote Worker'. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- updateStayFacilities - Set which options are selected for one facility/checkbox group on a Stay — e.g. which languages are spoken. facilityDetailIds is the COMPLETE replacement list: anything not included will be UNCHECKED. Call getMyStayFacilities first to see current selections and valid IDs before changing them. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getFacilityGroups - List every facility/checkbox group name that exists on the platform (e.g. 'Languages Spoken', 'General', 'Services', 'Meal', 'Position', 'Remote Worker'). Call this first if you don't already know the exact group name to pass to getMyStayFacilities/updateStayFacilities. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getStayTypeOptions - List valid values for a Stay's 'Main Accommodation Type' (stayTypeId in updateStayOrganisationalData). Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getCountryOptions - List valid values for a Stay's country (countryId in updateStayOrganisationalData), with each country's name and 2-letter code. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getCancellationPolicyOptions - List valid values for a Stay's cancellation policy (cxPolicyId in updateStayOrganisationalData). Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getAdditionalInformationOptions - List valid values for one of the Additional Information picklists used in updateStayOrganisationalData: Children Allowed, Pets Allowed, or Parking. These are NOT booleans — they're lookup IDs (e.g. 'Yes', 'No', 'On Request') — call this to find the right value before writing petsAllowedId/childrenAllowedId/parkingId. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getBusinessModelOptions - List valid values for a Stay's listing/business model (businessModelId, read-only — displayed on the Stay but not editable via MCP or the host UI itself). Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getMyStayPhotos - Get every current photo for a Stay across all areas (listing gallery, main/hero, workspace/coworking gallery, host), each as a full https:// CDN URL an agent can view directly (not just a filename). Call this before deleteStayPhoto or reorderStayPhotos to see current filenames. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- deleteStayPhoto - Delete one photo from a Stay. Call getMyStayPhotos first to find the exact fileName. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- reorderStayPhotos - Change the display order of a Stay's listing or workspace photo gallery. fileNames must be the FULL current gallery (same set of files, just reordered) — call getMyStayPhotos first. This only reorders; it cannot add or remove photos. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getProductInfo - Look up a Nomad Stays product's price and purchasability — currently only product 8, the Stay Application fee (EUR 39). Returns isWaivedForCaller: true if the caller is already a Stay Partner re-applying, in which case there's nothing to pay and purchaseProduct will process the waiver automatically. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- purchaseProduct - Start a purchase of a Nomad Stays product on the caller's own behalf. If the caller already qualifies for a waiver (e.g. an existing Stay Partner re-applying), this resolves immediately with no payment step and returns status 'waived'. Otherwise it returns a checkoutUrl hosted on nomadstays.com — you must hand this URL to the member and ask them to open it in their own browser and pay; you cannot complete payment on their behalf. Poll getPurchaseStatus with the returned saleId afterwards to find out when it's actually paid. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getPurchaseStatus - Check whether a purchase has been paid. Only ever reports 'paid' after a fresh server-side check against the payment provider — never trust the member's own claim that they've paid, always poll this instead. Possible statuses: pending, paid, failed, waived. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- listStayApplications - List the caller's Stay Applications (draft and submitted), each with a nextAction hint telling you what's needed next (provide_applicant_details, provide_property_details, pay_application_fee, submit, awaiting_review, or accepted). Call this to find an in-progress application's applicationId before resuming it. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getStayApplication - Get the full current state of one Stay Application, including a nextAction hint and (if incomplete) a missingFields list naming exactly which required fields are still empty. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- createStayApplication - Start a new Stay Application for the caller. Any fields can be supplied now or filled in later via saveStayApplication — the applicant's name defaults from their Nomad Stays profile if not supplied. Call getCountries and getBusinessModels first to resolve stayCountryId/postalCountryId/businessModelId, since country-specific rules (VAT number, tourism number, permitted business models) are enforced server-side and rejections name the specific field/reason. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- saveStayApplication - Update any subset of fields on an existing, not-yet-submitted Stay Application. Same field set and validation rules as createStayApplication — only pass the fields you're changing. Fails with a 409 if the application has already been submitted. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- submitStayApplication - Submit a completed Stay Application for human review. Rejects with a missingFields list if any required field is still empty, or a 409 if the Application Fee hasn't been paid/waived yet (call purchaseProduct with productId 8 and applicationId first). There is no partial/optimistic submission — everything required must already be in place. On success the application moves to human review; nothing further is needed from the agent. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- listExperienceApplications - List the caller's Experience Applications (draft and submitted), each with a nextAction hint telling you what's needed next (provide_applicant_details, provide_experience_details, pay_application_fee, submit, awaiting_review, or accepted). Call this to find an in-progress application's applicationId before resuming it. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getExperienceApplication - Get the full current state of one Experience Application, including a nextAction hint and (if incomplete) a missingFields list naming exactly which required fields are still empty. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- createExperienceApplication - Start a new Experience Application for the caller. Any fields can be supplied now or filled in later via saveExperienceApplication — the applicant's name defaults from their Nomad Stays profile if not supplied. Call getCountries and getBusinessModels first to resolve experienceCountryId/postalCountryId/businessModelId, since country-specific rules (VAT number, tourism number, permitted business models) are enforced server-side and rejections name the specific field/reason. Experiences must run a minimum of 4 days. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- saveExperienceApplication - Update any subset of fields on an existing, not-yet-submitted Experience Application. Same field set and validation rules as createExperienceApplication — only pass the fields you're changing. Fails with a 409 if the application has already been submitted. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- submitExperienceApplication - Submit a completed Experience Application for human review. Rejects with a missingFields list if any required field is still empty, or a 409 if the Application Fee hasn't been paid/waived yet (call purchaseProduct with productId 9 and applicationId first — Experience uses product 9, NOT product 8). There is no partial/optimistic submission. On success the application moves to human review. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- quoteStayBooking - Get a server-computed price and availability quote for booking a Stay package on the caller's own behalf. Price is always re-derived from the package's actual pricing tiers — never trust or reuse a price shown elsewhere. Picks the largest price tier whose length is <= the requested nights (e.g. 10 nights against 7/14/21/30-day tiers uses the 7-day tier's rate), falling back to the smallest tier if the stay is shorter than all of them. Returns a quoteId valid for about 15 minutes — call bookStay with it to actually create the booking and get a payment link. Requires the caller's token to carry the 'bookings' OAuth scope (McpMember role), separate from the listings-management 'McpAgent' scope other tools here use. Endpoint: https://mcp.nomadstays.com/mcp
- bookStay - Create a real booking from a quoteId returned by quoteStayBooking, and return a hosted checkoutUrl. The quote's price/availability is re-validated server-side one more time before the booking is created — a stale or expired quote will be rejected with a message to call quoteStayBooking again. You MUST send the checkoutUrl to the member and tell them to open it in their own browser to pay — you cannot complete this payment on their behalf, and no card details ever pass through you. Requires NOMADSTAYS_MCP_AGENT_TOKEN with the 'bookings' scope. Endpoint: https://mcp.nomadstays.com/mcp
- getBookingStatus - Check a Stay booking's real payment status by PNR. Status is always freshly re-verified against Airwallex directly if not already confirmed paid — never trust a client-supplied claim of success. Only ever returns bookings owned by the caller's own account. Requires NOMADSTAYS_MCP_AGENT_TOKEN with the 'bookings' scope. Endpoint: https://mcp.nomadstays.com/mcp
- listMyBookings - List all Stay bookings owned by the caller's own account, most recent first, with each one's current status. Each booking includes needsAction: true if it's still unpaid, with a ready-to-use checkoutUrl — call this proactively (e.g. at the start of a session, or when the member asks what's pending) and surface any needsAction bookings to the member, since there is no other way for them to be notified of an incomplete booking through this connection. Requires NOMADSTAYS_MCP_AGENT_TOKEN with the 'bookings' scope. Endpoint: https://mcp.nomadstays.com/mcp
- listCoworkingApplications - List the caller's Coworking Applications (draft and submitted), each with a nextAction hint (provide_coworking_details, submit, awaiting_review, or accepted). Coworking has no Application Fee, so unlike Stay/Experience there is no pay_application_fee step. Call this to find an in-progress application's applicationId before resuming it. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- getCoworkingApplication - Get the full current state of one Coworking Application, including a nextAction hint and (if incomplete) a missingFields list naming exactly which required fields are still empty. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- createCoworkingApplication - Start a new Coworking Application for the caller. Much simpler than the Stay/Experience applications: no VAT/tourism-number/business-model rules, no Application Fee, and no billing step at all — once coworkingName, applicantName, applicantEmail, city and country are present, nextAction goes straight to 'submit'. Call getCountries first to find a valid country name (must be the exact tbCountry.CountryName, not an ID). Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- saveCoworkingApplication - Update any subset of fields on an existing, not-yet-submitted Coworking Application. Same field set and validation rules as createCoworkingApplication — only pass the fields you're changing. Fails with a 409 if the application has already been submitted. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp
- submitCoworkingApplication - Submit a completed Coworking Application for human review. Rejects with a missingFields list if any required field is still empty. There is no Application Fee to pay for Coworking, so — unlike submitStayApplication/submitExperienceApplication — this never returns a pay_application_fee/409-unpaid response. On success the application moves to human review. Requires NOMADSTAYS_MCP_AGENT_TOKEN. Endpoint: https://mcp.nomadstays.com/mcp

## Resources
- ui://widget/stay-results.html - Stay results widget markup MIME type: text/html+skybridge
- ui://widget/availability.html - Stay availability widget markup MIME type: text/html+skybridge
- ui://widget/booking.html - Booking quote/checkout/status widget markup MIME type: text/html+skybridge
- ui://widget/list-cards.html - Generic list-of-records widget markup MIME type: text/html+skybridge
- stay:///341 - Beet Community is a physical and digital space designed to recreate the right balance between a holiday and a business trip. A versatile system of space-services, designed to guarantee autonomy and comfort, will allow you to do your job better.

Without giving up pleasure. Without compromising productivity.

Choose how to join Beet Community:

COLIVING

A sophisticated and welcoming design, set in the liberty heart of Palermo, will be the canvas on which to redesign your time.

To each, his own space: three bedrooms accompanied by all the comforts of a modern house in the center; the meeting room and the Coworking with eight workstations will offer all the equipment to develop every digital work.

The relaxation space, the kitchen, and the small outdoor area will be the places where you can rest your mind after your workday.

A subtle balance between modern and ancient envelops all spaces, designed to encourage inspiration and collaboration. MIME type: application/json
- stay:///724 - Close to everything Dallas has to offer, this 1B1B first floor condo is located near Dallas' Medical District, Oak Lawn and Love Field Airport neighborhoods. Gated community offers garage parking as well as street parking immediately in front of the unit and a covered patio.

Inside the unit features spacious living, kitchen, bedroom and bathroom. Queen sized bed, 65" smart TV, fully equipped kitchen (coffee machine, kettle, pots, pans, cutlery, fridge, oven, microwave, dishwasher). Complex offers individual working areas, gathering lounge, sparking pool and grilling areas as well as a quality gym.

Everything you need is provided. Kroger, CVS is just one block away. There's also Whole Foods, Target and Walmart nearby. Some of Dallas' most amazing food is minutes away! Location is very close to Downtown, Uptown, Katy Trail, West Village, Lower Greenville, Deep Ellum, White Rock Lake, etc.! Also walking distance to DART train station (goes directly to American Airline's Center, Fair Park for the State Fair and DFW airport) and less than $10 ride to/from DAL airport. MIME type: application/json
- stay:///960 - Welcome to NomadUnion Coliving & Coworking. The first Coliving & Coworking on the French Riviera. For Digital Nomads, Slowmads, Location Independent and anyone working remotely.

Our 350m² Villa offers everything you need to level-up your Work-Lifebalance. We carefully designed the Villa to boost your productivity.

At the same time, cozy common spaces invite to connect with like-minded people from our in-house community.

- Big modern Villa of 6 private Rooms and 1 shared flat

- Huge Pool and a big natural Garden

- Mix of private, semi-private and shared Bathrooms

- 1 month minimum stay with like-minded people

- English speaking In-house Community

- Ultra-fast Wifi & ergonomic Workspaces

- Cleaning Robot to support keeping Spaces clean

- Sauna, Massage Chair & Fitness Area

- 2km from the Mediterranean Sea. Right between Nice and Cannes

- Good Public Transportation & easy access to Cannes, Nice, Monaco, Italy & more

- Endless Choice of Activities

Prices starting from 1200€/month for a private room.
Our Master Rates are based on 4+ weeks. But we believe that longer Stays are necessary to build meaningful Connections and also there is so much to discover on the French Riviera.

That's why we offer a 15% discount on 8+ weeks and 20% discount on 12+ weeks. MIME type: application/json
- stay:///1235 - Work. Breathe. Belong.

Enjoy this entire house offering 3 rooms and take upto 5 people.

If you crave silence that feels like freedom, views that stretch beyond your laptop screen, and air so fresh it resets your mind—welcome home.

Nestled in a peaceful mountain village just 20 minutes from Granada’s city buzz, the Sierra Nevada slopes, and the iconic Alhambra, this spacious house offers the perfect blend of nature, comfort, and productivity.

You’ll find a bright, inspiring workspace ideal for focus and creativity, along with spacious, light-filled bedrooms that accommodate up to five guests. Step outside and you’re surrounded by mountains, a clear flowing stream, and the peaceful rhythm of rural life. LAs habitaciones dobles se pueden individualizar.

There’s no need for fences or fancy pools here—the countryside itself is your backyard. Dúdar is that hidden gem you didn’t know you needed: a place where goats wander freely, locals greet you with warmth, and the scent of woodsmoke lingers in the air.

This stay is ideal for remote workers, creatives, and digital nomads seeking a quiet base close to the city yet deeply connected to nature.

Free parking is available. Weekly cleaning and fresh linens are included. The house is fully equipped with everything you need to live, work, and create in comfort.

Aprovecha la apertura de la estación de esquí SIERRA NEVADA!!!!!

Disconnect to reconnect—with nature, your work, and yourself.
Welcome to Dúdar—a slower world made for modern nomads. MIME type: application/json
- stay:///1271 - Moon Village Stay UNO and DOS – Garden Cottages for Remote Workers in Mallorca

Located in the authentic village of Sa Pobla, Moon Village Stays offers two peaceful garden cottages designed for digital nomads and remote workers looking for a slower island lifestyle.

Hidden behind a traditional Majorcan gateway, a long garden leads to two newly built casitas — UNO and DOS — and a shared saltwater pool. Built in 2025 using traditional materials, the cottages combine local character with modern comfort, excellent energy efficiency, and beautiful Mediterranean light.

Cottage UNO

UNO is a single-level cottage ideal for one or two guests. Each room opens directly onto a private terrace beneath the trees, creating a calm indoor-outdoor living space.

Cottage DOS
 
Accessed by an outdoor staircase leading to the terrace, DOS offers a colourful sitting area, a bright dining corner and a compact kitchenette (ceramic hob, air fryer, microwave and fridge)
The bedroom, with a queen-size bed (160 × 200 cm), opens onto the foliage of a mandarin tree and catches the first morning sun.

Both terraces are perfect for morning coffee, outdoor meals, or working in the shade.

Shared Amenities

Guests have access to:

Saltwater swimming pool
Parking on the property
Secure storage room (great for bikes or surfboards)
Laundry casita with washing machine and ironing facilities

The cottages are private and independent. The host lives quietly in the main house and is available if needed.

Long Stay Friendly

This accommodation is designed for monthly stays for remote professionals.

Minimum stay: 4 weeks.
A temporary rental contract is required under regulations in the Balearic Islands.

The Location

Sa Pobla is a lively working village near S'Albufera Natural Park, with cafés, local shops, and easy transport connections.

Palma de Mallorca – 40 minutes by train
Beaches and Pollença – about 12 km away

Moon Village Stays is ideal for nomads who enjoy quiet places, village life, a relaxed rhythm of work and exploration in Mallorca. MIME type: application/json
- stay:///1201 - Want to have a Golden Sunset? Your Remote Work Haven on Brac Island

Welcome to Golden Sunset, a perfect retreat for digital nomads seeking comfort, productivity, and island living.

Located on, Brac Island, Croatia, our property offers a fully equipped stay designed with remote work and relaxation in mind.

Why Digital Nomads Love Golden Sunset

- Work-ready setup: High-speed internet, an ergonomic office chair, printer, and the option to work on a 32 inch 4K monitor (not shown in photos).

- Smart comfort: Equipped with two premium Mitsubishi smart air conditioners for both heating and cooling, ensuring year-round comfort.

- Outdoor lifestyle: A spacious 20 m² terrace with sea view, furnished with sun loungers and a cozy seating area, now fully covered by a modern bioclimatic pergola – perfect for working, dining, or relaxing outdoors in any weather.

- Mobility & adventure: E-bikes available to explore Brac Island at your own pace.

- Comfort & convenience: Washing machine included in the apartment (at no additional fee), with optional cleaning and fresh linens available upon request (for additional fee).

- Free private parking space included with your stay.

- Perfect location: Just a few minutes’ walk to the beach, supermarket, city centre and pharmacy.

- Pet policy: Only dogs accustomed to apartment living are allowed.

Getting Here

- From Split Airport: Take a taxi or bus to Split Ferry Port, then board the ferry to Supetar, Brac Island.

- Ferry Information: Ferries run regularly, with a journey time of approximately 50 minutes.

- From Supetar: Sutivan is just a 10-minute drive away. Taxis are available at Supetar Ferry Port.

Whether you’re here for a few weeks or longer, Golden Sunset combines the tranquility of island life with everything you need to stay productive and connected. MIME type: application/json
- stay:///1113 - Invictus Hostel is the best accommodation option for travelers looking for affordable, convenience, and a prime location in the heart of Porto historical district.

Located in the center of the city's bustling nightlife, Invictus Hostel is just steps away from the main cultural, historical and food attractions as well as the major metro lines, bus and train stations, making it the perfect base for exploring everything Porto has to offer.

We have a multilingual team to help you in english, spanish and portuguese

The hostel is situated in a beautifully restored 150-year-old building that combines Porto's historical character with modern amenities, creating a relaxed and inviting atmosphere with a portuguese vibe. Inside the building you can find a permanent art exhibition, a piece of urban art and even a sneaker shop!

Whether you're travelling solo or with a group, the hostel's common areas offer plenty of opportunities to socialize and meet new people. You can relax, unwind, and even work in our cozy lounge with free wifi, watch a movie in the TV, play a game of chess, read a book or play the guitar. You can also enjoy a glass of wine, a beer, or a coffee in our bar or prepare a simple meal in our kitchenette. MIME type: application/json
- stay:///1098 - Encanto Bansko – Your Mountain Retreat for Work and Adventure!

Looking for a comfortable place for remote work? Encanto Bansko offers everything you need for a long-term stay. Our cozy studio in the St. Ivan Rilski neighborhood is nestled at the foot of the Pirin Mountains, perfect for those who appreciate peace and nature.

Studio Amenities:

Private terrace with panoramic views of the Pirin and Rila mountains – perfect for your morning coffee.
Comfortable desk and reliable Wi-Fi for seamless remote work.
Cozy king-size bed for restful sleep.
Kitchenette with a stove, refrigerator, coffee maker, and basic utensils.
Access to a washing machine in the building (for a small fee).
Air conditioning and underfloor heating for year-round comfort.
Access to a SPA, gym, and indoor pool (available for an extra fee).

Things to Do in Bansko:
Explore popular hiking trails like the Five Lakes, Koncheto Peak, and Vihren Peak and more.
Attend events such as Bansko Nomad Fest (June) and the Jazz Festival (August).
Discover restaurants and bakeries within a 10-minute walk – offering delicious meals, fresh pastries, and cozy cafes.

Getting Here:
Easily accessible by car (a 2-hour scenic drive from Sofia) or direct bus routes.
Option for an organized transfer upon request.
Create your ideal workspace surrounded by nature and enjoy a peaceful, productive stay at Encanto Bansko – where comfort, tranquility, and adventure await! MIME type: application/json
- stay:///1233 - Villa Dar Nur – Where Work Meets Island Energy  

Looking for a workspace that feels like a retreat? Welcome to Villa Dar Nur, your bright private villa in Corralejo, Fuerteventura — designed for remote professionals who crave both productivity and peace.  

Here, days flow effortlessly between deep focus and total freedom. One moment you’re on a video call by the pool, the next you’re diving into turquoise waters or catching sunset waves.  

What Makes It a Nomad’s Haven:  
- Ultra-fast fiber (600 Mbps) for smooth calls and streaming  
- Multiple work-friendly spaces: in-room desk, shaded outdoor terrace, and dining table with natural light  
- Pool, solarium, and garden for mid-day recharges  
- Pet-friendly environment — because your companion belongs in island life, too  

You’re minutes from Corralejo’s golden dunes, co-working cafés, and the surf-ready beaches of Lajares. And when you need inspiration? Take the ferry to Lobos Island, a natural escape that feels worlds away.  

Fully Equipped for Longer Stays: 
- Modern kitchen with all appliances for easy self-catering  
- Smart TVs in both the living area and main bedroom  
- Private pool, BBQ, and outdoor dining space — perfect for working al fresco or sharing meals under the stars  

Location & Access: 
Located in a quiet residential area, Villa Dar Nur is just 5 minutes from Corralejo and 30 km from the airport. A private parking space is available on-site, and we recommend your own ride (car, scooter, or e-bike) to explore Fuerteventura’s remote beauty.  

Nearby Highlights:  
- Corralejo Dunes – 5 km  
- Lobos Island – 10 min ferry ride  
- Lajares – 9 km (surf town vibes)  
- El Cotillo – 18 km (fishing village charm)  
- Jandía & Cofete – spectacular southern beaches  

Stay longer. Work smarter. Live freer.  
At Villa Dar Nur, remote work becomes the island lifestyle you’ve been dreaming of. MIME type: application/json
- stay:///1200 - Spacious and furnished studio apartment for long-term rent. The unit is ideal for single tenants or couples.

Fully furnished with bed, wardrobe, and TV

Air conditioning

Private bathroom with hot shower

Free Wi-Fi

Long-term rental only – Minimum stay: 1 month

Utilities:

Electricity charged separately at 7 THB per kWh

Water charged at a flat rate of 150 THB per month

A security deposit of 5,000 THB in cash is required at check-in. MIME type: application/json
- stay:///746 - The house is located at the foot of Pico Mountain and the sea, offering a simultaneous view of both.

A nice, comfortable, and modern space to make you feel at home.

Fully equipped kitchen, and laundry area with washing and drying machines.

200 TV channels, 200 Mbps Fiber / Wi-Fi Internet throughout the house.

Outside there is a barbecue area, a dining area, a hammock, and a shower with mountain views.

The space is very bright and all windows and doors overlook the sea or the mountain.

A very quiet area, ideal for rest, is located between the two main locations of the island (Lajes and Madalena).

At 400 meters there is a small natural swimming pool.

The S. João Forest Park is 2000 meters away. This park offers a picnic area, a maintenance circuit, a hiking and cycling area, and a playground for children, among others.

Near the house, we have one of several pedestrian trails available on the island. MIME type: application/json
- stay:///403 - The historic city of Alcala la Real is situated in the southern hills of Jaen Province. Think of Jaen, think unspoilt wilderness (it’s been described as Europe’s largest national park), think castles (literally more than any other province), think olive groves (the world capital of olive oil production)...

The beauty of Jaen’s diverse landscape is simply breathtaking and this, together with the quiet, undulating (well maintained) roads, make it the perfect choice for discovering this less travelled part of Andalucia, on four wheels or two (or two feet). There are many established routes for cycling and hiking, probably the most famous that takes in Alcala la Real is the GR7 (Gran Recorrido Siete). It is also one of the destinations for pilgrims following the Camino Mozarabe route, heading north to Santiago de Compostella. 

Alcala la Real was given its royal (Real) title by Alfonso XI of Castile (1341) and its city status by King John II (1432). However, with a population of around 22,000, it feels more like a small working town and you will hear it referred to as such, some locals even call it the village... 
As you approach Alcala la Real from any direction the skyline is dominated by the magnificent Fortaleza de la Mota, a fortress that marked the border between the kingdoms of Granada and Castille for over 150 years. It truly is a wonderful place to visit and the views are spectacular.
Situated en-route between the cities of Granada and Cordoba, it is the perfect location. 

Our whole ethos is based on a love of tradition, of craftmanship, the bold use of colour and an eclectic approach to interior design.   We endeavour to retain an authentic look & feel, a warm and welcoming atmosphere and of course allow you to experience a unique combination of Yorkshire and Guyanese hospitality (and humour)...

The facilities at Atelier88 Boutique B&B really are second to none, comprising a beautiful Ecoclimatic Saltwater Swimming Pool, TV & Music Salón with Google Play, a selection of books & games, free WiFi and a Summer Kitchen where tea, coffee and water is provided free. On the first floor we have two guest spaces, primarily used for short stays for people passing through or visiting family. Our purposefully designed long stay space (DALI) is situated on the second floor and comprises a large, wonderfully light room, superkingsize bed (6'x6'6), ensuite bathroom, workspace, Bose Speaker with Phonedoc, mini-kitchen with fridge/freezer, kettle, toaster ( if you wish to cook there are facilities downstairs in the studio). 
DALI Studio apartment accommodates 1/2 adults only.
 
Situated at the top of Calle Real (957m above sea level) with free  on-street parking we are just a short walk (4/5 minutes) from the Fortaleza de la Mota and the countryside. 
There are places of interest, shops, theatre, cafe-bars within a 5/10 ten minute walk and you can reach the centre of Alcala la Real on foot in 15 minutes. Here you will find more places to shop, eat and drink and take in the vibe of an authentically Spanish, working city. You can stock up cheaply on almost everything you need at Tuesday's market and relax in the park which hosts numerous events throughout the year,. The main annual event  is ETNOSUR, the whole of Alcala becomes a venue for world music, theatre & art.
Please note that Queenie & Carlos, our dogs live here but have restricted access. MIME type: application/json
- stay:///1242 - A clean, newly renovated cabin on four private acres of forest near Lake George, New York, designed to be both a quiet work base and an easy launchpad for Adirondack adventures. With fast Starlink internet, two dedicated desks, two monitors, two queen bedrooms, a large screened-in porch with power outlets, and peaceful woodland trails right outside, it’s ideal for digital nomads, remote workers, and small teams or families.

 How to Access the Stay
- Located in Fort Ann, Upstate New York, in a quiet rural area, a short drive from Lake George.
- Best reached by car - there’s free parking on the property, and the cabin is set back off a country road.
- A keypad makes self-check-in simple, even for late arrivals.

WiFi & Available Workspaces
- Starlink internet with speeds up to ~193-220+ Mbps, strong enough for video calls, streaming, and cloud work.
- Two dedicated work desks inside the cabin.
- Two 24" HDMI monitors and an APC UPS are provided, so you don’t have to travel with heavy gear.
- Quiet forest surroundings and a large screened-in porch for focus, reading, or laptop work in fresh air (plenty of power outlets available on the back porch for all your devices).

Perfect if you want to work comfortably during the week and step straight into nature on breaks.

Local Transport
- Car recommended – the cabin is rural and there is no direct public transport to the door.
- From the cabin, it’s an easy drive to:
   --> Shelving Rock Falls & Lake George hiking trails - ~20 minutes
   --> Lake George Village - ~35 minutes
   --> Gore, Killington, Okemo & Stratton ski resorts - about 1-1.5 hours for day trips

Supermarkets Access & Restaurants
- Nearby small-town shops cover basics; larger supermarkets and big-box stores are in the surrounding Lake George / Queensbury / Hudson Falls area (driveable in 15-30 minutes).
- Lake George Village offers a wide range of restaurants, cafés, pubs, and waterfront dining, ideal for meals out or a change of scenery while offline

The Cabin - Layout & Comfort
- Entire cabin to yourself with a winterized screened-in porch and large outdoor fire pit.
- Unlimited use of the Washer/dryer unit located in the bathroom
- Sleeps up to 6 guests: 2 bedrooms with queen beds plus a couch in the living room.
- Full kitchen with cookware to prepare meals at home.
- Two 4K LED TVs for downtime streaming or gaming.
- Pack-n-play and toddler bed rails available for families.
- Pet-friendly and set on 4 acres of forest land with private walking trails - perfect for dog walks and mental reset breaks.

Ideal For
- Digital nomads and remote workers who want reliable, fast internet in a natural setting
- Couples, friends, or small families looking to combine focused workdays with outdoor adventures MIME type: application/json
- stay:///1244 - Welcome to Bencomo Coliving, a home created by two local brothers in the heart of Santa Úrsula, Tenerife North — where the mountains meet the ocean.
Our space is designed for remote workers, creatives, and digital nomads who want to live the island life while feeling part of a real community.

We offer 5 beautiful rooms to suit every traveler:

1 shared room with comfortable single beds 

2 double rooms with a shared bathroom

2 private ensuite rooms with large dressing areas — and one of them even includes a private jacuzzi 

With weekly yoga sessions, Sunday brunches, and local experiences, Bencomo is more than just a place to stay — it’s a space to connect, grow, and feel at home.

Enjoy the good life: swim in the pool, share a barbecue under the stars, relax in the sauna, play ping pong, and watch the sunset over Teide.

Come as a guest, leave as part of the family 

WIFI

Our coworking space offers one of the best views in Tenerife — overlooking El Teide, the ocean, and the stunning Orotava Valley. You’ll find everything you need to stay productive: fast Wi-Fi, three monitors, keyboards, and mice, plus comfortable chairs and spacious desks designed for remote work. We’ve also got a cozy coffee corner and a water heater to recharge your energy, and two comfy sofas for when it’s time to take a break.


LOCATION

Bencomo Coliving is located in Santa Úrsula, a quiet and safe neighborhood in the north of Tenerife — perfectly connected yet peaceful.
You’ll have everything you need just a short drive away: supermarkets, restaurants, and the authentic “guachinches” — traditional local homes turned into informal eateries, famous for their Canarian food and homemade wine, found only in this part of the island. ???

In just a few minutes by car, you can reach La Orotava, a charming historic town full of culture and beautiful architecture, as well as the beaches and mountain trails around Mount Teide National Park.

It’s the perfect spot to experience the real Tenerife — surrounded by nature, culture, and local life. 

RIGHT FIT

Our coliving is designed mainly for adults and remote professionals looking for a peaceful, community-oriented environment.
Because we want to keep the space comfortable for everyone — especially those with allergies and those working from home — we’re unfortunately not able to host pets or children at the moment.
We truly appreciate your understanding and hope to welcome you if our space feels like the right match! MIME type: application/json
- stay:///984 - About this space
Step into your own private oasis in the heart of Austin’s most sought-after neighborhood, Zilker. This spacious and beautifully designed 4-story townhome offers the perfect blend of modern luxury and ultimate convenience. Settle in and make yourself at home in this stunning 3 bedroom / 2.5 bathroom + Rooftop Deck retreat. We even have bidets in every bathroom. We accommodate monthly stays!

The space
Boasting high ceilings and large windows, the natural light floods in and illuminates the stylish furniture. The fully stocked kitchen is a food lover’s dream, complete with everything you need to create your own culinary masterpieces, including a spices, K-cup coffee machine, blender, rice cooker, cold press juicer, pots and pans, food storage containers, and a pot coffee maker. Also, we have bidets in all three bathrooms.

Three beds comfortably sleep 6, extending to accommodate 10 with two twin rollaway beds, and a queen air mattress.

Upstairs, the primary bedroom is a serene and spacious escape, with a plush king bed and a luxurious en-suite jacuzzi tub that beckons you to unwind after a long day. The second bedroom offers a comfortable double bed and a spacious en-suite bathroom with a large shower. The third bedroom has a Full Sized bed.

Need extra space? Just ask! Two twin rollaway beds, a Serta Raised Queen Air Mattress with an attached pump and a Lotus Travel Crib are also available for use.

Take in the stunning views of the Austin skyline from the private rooftop patio, the perfect spot to bask in the warm sunshine or watch the city fireworks light up the night sky. Need to work from home? The fully equipped office space is ready for business travelers with fiber internet and a monitor, keyboard, ring light, and standing desk at your fingertips.

Come experience the ultimate in Austin living, in the heart of Zilker, the best location in the city!

Guest access
No need to worry about keys, as this property offers secure, keyless entry with your smartphone. Relax and enjoy your stay, watching your favorite shows on the Smart TV's or catching up on work without disturbing your friends and family on different floors.

Other things to note
For guests traveling with young children, a Lotus Travel Crib and high chair are available for use. And for those who want to take advantage of Austin's famous waterways, 2 high-quality inflatable paddleboards and 3 bikes are available for use. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: io.github.nomadstays
- Version: 0.7.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 30, 2026
- Source: https://registry.modelcontextprotocol.io
