INDIVIDUAL MCP TOOL
delete_journey
Permanently delete a trip and everything on it — stops, flights, bookings, activities — for every member.
LIVE ENDPOINT
https://gxhdcvoveufbkthhendf.supabase.co/functions/v1/mcp
Connect to this endpoint to inspect the live schema for delete_journey and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.
Related tools
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.create_journey— Start a new trip.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).get_journey_share_link— The link that invites someone onto a trip as a co-editor.list_journey_members— Who is on a trip: user ids, roles, and profiles.remove_journey_member— Remove someone from a shared trip.leave_journey— Leave a trip someone else shared with the user.