← Registry

Productivity

nomadpoint.app

Manages user trips and itineraries, including creating, updating, and deleting journeys with stays, flights, bookings, and activities.

1 endpoint36 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp

No auth detected

MCP server metadata

Name
nomadpoint
Version
1.0.0
Capabilities
tools

Known tools 36

list_journeys

List the user's trips (journeys) they own or have joined, with dates and whether they own it.

Inferred read-only
get_journey

Get one journey's itinerary: stays (the stops), flights, booked accommodations, and activities.

Inferred read-only
create_journey

Start a new trip.

Inferred read-only
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).

Inferred read-only
delete_journey

Permanently delete a trip and everything on it — stops, flights, bookings, activities — for every member.

Potential side effects
get_journey_share_link

The link that invites someone onto a trip as a co-editor.

Inferred read-only
list_journey_members

Who is on a trip: user ids, roles, and profiles.

Inferred read-only
remove_journey_member

Remove someone from a shared trip.

Potential side effects
leave_journey

Leave a trip someone else shared with the user.

Inferred read-only
create_stay

Add a stay — a stop in a city — to a trip.

Inferred read-only
create_flight

Add a flight to a trip.

Inferred read-only
create_accommodation

Add a booked place to stay (hotel/hostel/apartment) to a trip.

Inferred read-only
create_activity

Add a thing to do — or a travel leg between places — to a trip, optionally attached to a stop.

Inferred read-only
update_stay

Change a stop's city, country, dates or notes.

Inferred read-only
update_flight

Change a flight's route, times, seat, confirmation or notes.

Inferred read-only
update_accommodation

Change a booking's property, dates, price, confirmation or notes.

Inferred read-only
update_activity

Change an activity's title, timing, place or notes.

Inferred read-only
delete_stay

Remove a stop from the trip.

Potential side effects
delete_flight

Remove a flight from the trip.

Potential side effects
delete_accommodation

Remove a booking from the trip.

Potential side effects
delete_activity

Remove an activity from the trip.

Potential side effects
set_item_travellers

Say which people on a shared trip an item is for — one person's separate flight, one person's room.

Inferred read-only
get_me

Who the user is: profile, the passports/nationalities they hold (which decide every visa answer), and their recorded passport documents.

Inferred read-only
get_country_info

Country reference info and the user's visa requirement for it, based on their primary passport.

Inferred read-only
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".

Inferred read-only
search_airports

Find airports by city, name or IATA code.

Inferred read-only
search_cities

Find cities by name.

Inferred read-only
search_airlines

Find airlines by name or IATA code.

Inferred read-only
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.

Inferred read-only
list_documents

The user's travel documents (passports, visas, insurance, tickets) — metadata only, not the files.

Inferred read-only
add_passport

Record a passport from its details alone (no scan needed).

Inferred read-only
delete_document

Delete one of the user's travel documents.

Potential side effects
list_visas

Visas the user holds — type, number, validity, entries used.

Inferred read-only
create_visa

Record a visa the user holds or has applied for.

Inferred read-only
update_visa

Change a recorded visa, or archive it by setting is_active to false.

Inferred read-only
delete_visa

Delete a recorded visa.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nomadpoint]
url = "https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nomadpoint": {
      "type": "http",
      "url": "https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nomadpoint
Remote MCP URL: https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nomadpoint": {
      "url": "https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nomadpoint": {
      "type": "http",
      "url": "https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nomadpoint",
  "transport": "streamable-http",
  "url": "https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.