Nomad Stays
About
The world's platform for finding and booking digital nomad friend accommodation
Details
- Author
- Unknown
- Categories
- Other, Developer Tools
Jump to
The Nomad Stays MCP Server gives AI assistants like Claude and ChatGPT access to a curated database of remote-work-friendly and digital-nomad-friendly accommodations around the world via the Model Context Protocol (MCP) — and, for authenticated Trusted Stay Partners, lets their own AI assistant manage their listings directly.
Digital nomads and remote workers can also use their own AI assistant to explore Nomad Stays directly in conversation: create an account, then search for the right stay or experience by location, lifestyle, budget, amenities, or WiFi speed, and check room availability for their dates — then head tonomadstays.comto complete booking and payment.
Trusted Stay Partners can connect their own AI assistant (seeSetting Up Your AI Assistant as a Trusted Stay Partnerbelow) so it can look up and update their Stay listings, rooms, pricing packages, organisational data, business profile, and photos on their behalf. See the🔐 Owner-Scoped Lookup Toolsand✏️ Owner-Scoped Write Toolssections below.
Access help articles and support via MCP tools
Push your availability to Nomad Stays in real time
This MCP server serves two kinds of users. Pick the column that matches you:
Anyone looking for a place to stay and work from.
- Create a Nomad Stays account from within the conversation
- Search stays by country, continent, city, lifestyle, budget, amenities, or WiFi speed
- Check room availability for specific dates, or find the nearest available dates
- Get a live price quote for a stay package, then book it and receive a hosted checkout link to pay
- Check the payment status of a booking by PNR
- List all of their own past and upcoming bookings
- Search the Help Center for answers, or browse help categories
Anyone who lists or wants to list a property with Nomad Stays.
- Start, save, and submit a new Stay, Experience, or Coworking application
- Pay the application fee and check its payment status
- List their own Stays and check each one's listing-completion score
- View and update Stay details, rooms, pricing packages, and organisational data
- Manage Stay and room photos — upload, delete, and reorder
- View and update their business profile
- Look up reference data (room types, facilities, currencies, cancellation policies, etc.) needed to fill in the above
Trusted Stay Partner tools require connecting an AI assistant with a Nomad Stays login — seeSetting Up Your AI Assistant as a Trusted Stay Partnerbelow.
This server implements the MCP specification, allowing AI assistants to discover and use stays data naturally in conversation.Now includes Help Center tools for searching and retrieving support articles directly via MCP.
Connect this server to Claude Desktop in a couple of clicks — no config file editing needed:
Step 1:In Claude Desktop, go toSettings → Connectorsand clickAdd custom connector.
Claude Desktop will open a sign-in prompt — log in with your Nomad Stays account and click Allow. You can then ask:"Find me remote work stays in Portugal"
- Go toSettings → Connectors(Claude.ai) or the equivalent connector/MCP settings in ChatGPT
- Click"Add custom connector"/"Add Server"
- Enter server URL:https://mcp.nomadstays.com/mcp
- Complete the Nomad Stays sign-in prompt and click Allow, then start using it in conversations!
MCP protocol endpoint for AI assistant integration.
To use this server with Claude or other MCP-compatible assistants, configure your MCP client with:
{ "mcpServers": { "nomadstays": { "url": "https://mcp.nomadstays.com/mcp" } } }
🔑 Setting Up Your AI Assistant as a Trusted Stay Partner (Step-by-Step)
If you manage a Stay on Nomad Stays, you can let your own AI assistant read and update your listing, rooms, prices, and photos for you. You don't need to know how to code — it's a self-service connection using your Nomad Stays login, no waiting on the Nomad Stays team. This works withChatGPT,Claude.ai, andClaude Desktop's Connectors.
Step 1 — Turn on two-factor authentication
Before you can connect an agent, your Nomad Stays account needs two-factor authentication (2FA) turned on. This protects your listing in case access is ever lost or shared. Go toEnable two-factor authenticationand follow the on-screen instructions if you haven't already.
Step 2 — Add the connector in your AI assistant
In ChatGPT or Claude.ai, add a new connector/MCP server pointing athttps://mcp.nomadstays.com/mcp. In Claude Desktop, add it underSettings → Connectorsinstead. Your assistant will open a Nomad Stays sign-in and authorization prompt — log in and clickAllow. Access is granted immediately, and you can review or revoke connected agents any time from yourOperator Information page.
Start a new conversation and ask something like:"List my Stays"or"Show me the current price packages on my Stay."If your assistant responds with your real listing data, it's working.
Standard amenity identifiers used in the API:
- high_speed_wifi- High-speed internet connection
- dedicated_desk- Dedicated workspace
- kitchen- Full kitchen access
- coworking_space- On-site coworking space
- gym- Fitness facilities
- pool- Swimming pool
- parking- Parking available
- pet_friendly- Pets allowed
curl "https://mcp.nomadstays.com/api/stays?countrycode=PT&limit=10"
Search the Help Center for WiFi questions
Using MCP tool: searchHelpCenter # Example: Find help articles about WiFi { "tool": "searchHelpCenter", "parameters": { "query": "WiFi" } }
Using MCP tool: getStaysByContinent # Searches by continent name
Using MCP tool: getStaysByLocation # Searches across city, state, location name, and descriptions
curl "https://mcp.nomadstays.com/api/stays?limit=50"
curl "https://mcp.nomadstays.com/api/stays/stay\_001"
Once configured, simply ask Claude naturally:
"Can you help me find remote work accommodations in Thailand?"
"Show me stays in Paris with good WiFi"
"I want to stay near a beach in Europe"
The MCP server now provides direct access to the Nomad Stays Help Center. You can search for help articles, retrieve specific articles by ID, and list available categories using the new MCP tools. This enables AI assistants and users to get support and answers to common questions programmatically.
- UsesearchHelpCenterto find articles by keyword or question.
- UsegetHelpCenterArticleto fetch a specific article by its ID.
- UselistHelpCenterCategoriesto browse available help topics.
For manual browsing, visit theNomad Stays Help Center.
Currently available country codes (examples):
Note: Use the API to discover the complete list of available countries.
If you operate a property management system (PMS) or channel manager, you can sync your availability calendar directly with Nomad Stays. Two integration modes are available:
Run your own MCP server that exposes aget_allocationtool. Nomad Stays polls it hourly and writes the returned availability into our booking system automatically.
- Expose your server over HTTPS (Streamable HTTPPOST /mcppreferred)
- Implement theget_allocationtool — takesproperty_id,start_date,end_date
- Return arangesarray with only reduced-allocation date periods
- Secure with a Bearer token — Nomad Stays sendsAuthorization: Bearer <key>on every request
Push availability changes to Nomad Stays the moment they occur — no waiting for the next poll cycle. When webhook push is enabled, Nomad Stays reduces polling to a once-daily safety check.
POST /api/mcp/availability-push/{stayId} Base:https://www.nomadstays.com
Sign every request withHMAC-SHA256using the shared secret Nomad Stays provisions during onboarding:
X-NomadStays-Signature: sha256=<lowercase-hex> # Python example import hmac, hashlib sig = "sha256=" + hmac.new(secret.encode(), body, hashlib.sha256).hexdigest()
{ "room_id": "your-room-identifier", "ranges": [ { "start_date": "2026-07-10", "end_date": "2026-07-15", "allocation": 0 }, { "start_date": "2026-08-01", "end_date": "2026-08-05", "allocation": 1 } ] }
Only include date ranges where availability isreducedfrom normal. Send"ranges": []to clear all blocks.
For the full integration specification including code examples in Python and Node.js, pleasecontact usto begin onboarding.
- Rate limit: 100 requests per minute per IP
- Use appropriate limit parameters to avoid over-fetching
- Cache responses when possible to reduce API calls
- Always check the health endpoint before making bulk requests
For questions, issues, or feature requests:
Nomad Stays MCP Server v0.7.0 | Made for digital nomads and remote workers 🌎
Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP
AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.
An mcp server for your food ordering needs.
Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.
Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Real-time stock heatmaps and investment tools delivered as interactive React components.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





