← nomadpoint.app

INDIVIDUAL MCP TOOL

update_visa

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

nomadpoint.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for update_visa and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nomadpoint.app

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).
  • delete_journey — Permanently delete a trip and everything on it — stops, flights, bookings, activities — for every member.
  • 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.