Productivity
nomadpoint.app
Manages user trips and itineraries, including creating, updating, and deleting journeys with stays, flights, bookings, and activities.
ENDPOINT 1
https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- nomadpoint
- Version
- 1.0.0
Known tools 36
list_journeysList the user's trips (journeys) they own or have joined, with dates and whether they own it.
Inferred read-onlyget_journeyGet one journey's itinerary: stays (the stops), flights, booked accommodations, and activities.
Inferred read-onlyupdate_journeyRename 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-onlydelete_journeyPermanently delete a trip and everything on it — stops, flights, bookings, activities — for every member.
Potential side effectscreate_accommodationAdd a booked place to stay (hotel/hostel/apartment) to a trip.
Inferred read-onlycreate_activityAdd a thing to do — or a travel leg between places — to a trip, optionally attached to a stop.
Inferred read-onlyupdate_accommodationChange a booking's property, dates, price, confirmation or notes.
Inferred read-onlyset_item_travellersSay which people on a shared trip an item is for — one person's separate flight, one person's room.
Inferred read-onlyget_meWho the user is: profile, the passports/nationalities they hold (which decide every visa answer), and their recorded passport documents.
Inferred read-onlyget_country_infoCountry reference info and the user's visa requirement for it, based on their primary passport.
Inferred read-onlyget_visa_statusHow 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-onlyupdate_preferencesSet 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-onlylist_documentsThe user's travel documents (passports, visas, insurance, tickets) — metadata only, not the files.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.