Everything here was measured by our prober or read from a registry. Nothing is self-reported.
30-day availabilityno checks in window
30 days agotoday
Endpoints
https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcpmcp streamable http · checked on a schedule
Registry facts
Not distributed through a package registry we index.
when
check
result
http
latency
detail
2 h ago
mcp initialize
ok
200
147 ms
server nomadpoint 1.0.0 · protocol 2025-06-18 · 42 tools
Tools observed via MCP handshake
list_journeys — List the user's trips (journeys) they own or have joined, with dates and whether they own it.
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 SA
create_journey — Start a new trip. Use when the user wants a separate trip rather than adding to an existing one.
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 warni
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.
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.
list_journey_members — Who is on a trip: user ids, roles, and profiles. Use it to get the ids that set_item_travellers takes.
remove_journey_member — Remove someone from a shared trip. Owner only.
leave_journey — Leave a trip someone else shared with the user. Owners can't leave their own trip — they delete it.
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.
create_flight — Add a flight to a trip.
create_accommodation — Add a booked place to stay (hotel/hostel/apartment) to a trip.
create_activity — Add a thing to do — or a travel leg between places — to a trip, optionally attached to a stop.
update_stay — Change a stop's city, country, dates or notes.
update_flight
Declared by sources
What the publisher says
Attributed to the source that supplied each field. Treated as claims, not facts.
No long description beyond the summary.
kind ← Official MCP Registry
name ← Official MCP Registry
repoUrl ← Official MCP Registry
summary ← Official MCP Registry
version ← Official MCP Registry
description ← Official MCP Registry
homepageUrl ← Official MCP Registry
publisherName ← Official MCP Registry
Derived by Wellknown
Capabilities
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
No capability could be derived with confidence. Owners can declare capabilities after claiming.
Provenance
Where this record came from
Every source is kept verbatim. Field changes are logged as events.
5 h ago · declared · summary → "Plan trips and track visa days per traveller across 39,601 entry rules"
5 h ago · declared · description → "Plan trips and track visa days per traveller across 39,601 entry rules"
5 h ago · declared · publisherName → "app.nomadpoint"
5 h ago · declared · homepageUrl → "https://nomadpoint.app"
5 h ago · declared · repoUrl → "https://github.com/eladkishon/nomadpoint"
5 h ago · declared · version → "1.0.0"
5 h ago · declared · protocols → ["mcp"]
— Change a flight's route, times, seat, confirmation or notes.
update_accommodation — Change a booking's property, dates, price, confirmation or notes.
update_activity — Change an activity's title, timing, place or notes.
delete_stay — Remove a stop from the trip. Refuses when the stop carries a booking — delete the booking instead.
delete_flight — Remove a flight from the trip.
delete_accommodation — Remove a booking from the trip.
delete_activity — Remove an activity from the trip.
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
list_expenses — Recorded spending on a trip — the money entered by hand or imported, NOT the booked prices on flights and hotels (those come back from get_journey). Includes ea
create_expense — Record one thing the user spent money on. Use for spend with no itinerary item of its own — meals, transport, visa fees, a booking that isn't on the trip. If th
update_expense — Correct a recorded expense — its amount, currency, date, title, category or which stop it belongs to.
delete_expense — Remove a recorded expense. Irreversible.
get_budget — The user's own spending target for a trip, if they set one. Personal, not shared: each member of a trip has their own, and no one else's is readable.
set_budget — Set or replace the user's own spending target for a trip. 'month' means per month of the trip; 'journey' means the whole trip. Replaces any existing target.
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 pl
get_country_info — Country reference info and the user's visa requirement for it, based on their primary passport.
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".
search_airports — Find airports by city, name or IATA code. Use this to get the codes create_flight requires — never guess them.
search_cities — Find cities by name. Use it to confirm the exact city name create_stay expects.
search_airlines — Find airlines by name or IATA code.
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
list_documents — The user's travel documents (passports, visas, insurance, tickets) — metadata only, not the files.
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.
delete_document — Delete one of the user's travel documents.
list_visas — Visas the user holds — type, number, validity, entries used.
create_visa — Record a visa the user holds or has applied for.
update_visa — Change a recorded visa, or archive it by setting is_active to false.