servers / app-nomadpoint-nomadpoint

app.nomadpoint/nomadpoint MCP server

communitystreamable_httpremotedestructive capablehealthy

Plan trips and track visa days per traveller across 39,601 entry rules


01Tools · 36

How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.

ToolRiskSide effectsApproval
list_journeys
List the user's trips (journeys) they own or have joined, with dates and whether they own it.
readfalseunknown
get_journey
Get one journey's itinerary: stays (the stops), flights, booked accommodations, and activities. A booked stay is ONE row that appears in both lists under the SAME id — the stop it is, and the booking it carries. Pass from_date/to_date to read one window of a long trip instead of all of it.
readfalseunknown
create_journey
Start a new trip. Use when the user wants a separate trip rather than adding to an existing one.
writetrueunknown
update_journey
Rename a trip, change its dates or description, archive it, or set its home-base countries (countries where the user has their own place — no missing-stay warnings there). Owner only.
writetrueunknown
delete_journey
Permanently delete a trip and everything on it — stops, flights, bookings, activities — for every member. Owner only. Irreversible; confirm with the user first.
destructivetruetrue
get_journey_share_link
The link that invites someone onto a trip as a co-editor. Anyone who opens it joins immediately, so it is the whole invite — there is no separate accept step.
readfalseunknown
list_journey_members
Who is on a trip: user ids, roles, and profiles. Use it to get the ids that set_item_travellers takes.
readfalseunknown
remove_journey_member
Remove someone from a shared trip. Owner only.
destructivetruetrue
leave_journey
Leave a trip someone else shared with the user. Owners can't leave their own trip — they delete it.
unknownunknownunknown
create_stay
Add a stay — a stop in a city — to a trip. This is how a destination gets onto the itinerary; book lodging for it with create_accommodation on the same dates.
writetrueunknown
create_flight
Add a flight to a trip.
writetrueunknown
create_accommodation
Add a booked place to stay (hotel/hostel/apartment) to a trip.
writetrueunknown
create_activity
Add a thing to do — or a travel leg between places — to a trip, optionally attached to a stop.
writetrueunknown
update_stay
Change a stop's city, country, dates or notes.
writetrueunknown
update_flight
Change a flight's route, times, seat, confirmation or notes.
writetrueunknown
update_accommodation
Change a booking's property, dates, price, confirmation or notes.
writetrueunknown
update_activity
Change an activity's title, timing, place or notes.
writetrueunknown
delete_stay
Remove a stop from the trip. Refuses when the stop carries a booking — delete the booking instead.
destructivetruetrue
delete_flight
Remove a flight from the trip.
destructivetruetrue
delete_accommodation
Remove a booking from the trip.
destructivetruetrue
delete_activity
Remove an activity from the trip.
destructivetruetrue
set_item_travellers
Say which people on a shared trip an item is for — one person's separate flight, one person's room. Omitting travelers (or passing an empty list) means everyone, which is the default and right for most items.
writetrueunknown
get_me
Who the user is: profile, the passports/nationalities they hold (which decide every visa answer), and their recorded passport documents. Worth reading before planning anything.
readfalseunknown
get_country_info
Country reference info and the user's visa requirement for it, based on their primary passport.
readfalseunknown
get_visa_status
How many days of the user's allowance in a country are used and how many remain this year — the answer to "how much longer can I stay".
readfalseunknown
search_airports
Find airports by city, name or IATA code. Use this to get the codes create_flight requires — never guess them.
readfalseunknown
search_cities
Find cities by name. Use it to confirm the exact city name create_stay expects.
readfalseunknown
search_airlines
Find airlines by name or IATA code.
readfalseunknown
update_preferences
Set the standing facts every trip should respect: where home is, the home airport, the currency to quote in, nightly budget, travel pace, and preferred working hours.
writetrueunknown
list_documents
The user's travel documents (passports, visas, insurance, tickets) — metadata only, not the files.
readfalseunknown
add_passport
Record a passport from its details alone (no scan needed). Also adds the country to the user's nationalities, which is what visa answers are computed from.
writetrueunknown
delete_document
Delete one of the user's travel documents.
destructivetruetrue
list_visas
Visas the user holds — type, number, validity, entries used.
readfalseunknown
create_visa
Record a visa the user holds or has applied for.
writetrueunknown
update_visa
Change a recorded visa, or archive it by setting is_active to false.
writetrueunknown
delete_visa
Delete a recorded visa.
destructivetruetrue

02Install & source
https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp
remote_url

05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-08-20 09:31Z
next_check2026-08-22 09:30Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex5 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. app.nomadpoint/nomadpoint MCP — as seen on mcpexplorer.com

[![app.nomadpoint/nomadpoint MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/app-nomadpoint-nomadpoint.svg)](https://mcpexplorer.com/servers/app-nomadpoint-nomadpoint)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →