You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

check_hidden_city

Inactive

Tool of Pointify Travel

declared in 0.1.0

Check for hidden city ticketing opportunities where booking a flight through your destination is cheaper than booking directly. Includes important risk disclaimers.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "origin",
    "destination",
    "departureDate"
  ],
  "properties": {
    "origin": {
      "type": "string",
      "maxLength": 3,
      "minLength": 3,
      "description": "IATA airport code for departure (e.g. JFK)"
    },
    "destination": {
      "type": "string",
      "maxLength": 3,
      "minLength": 3,
      "description": "IATA airport code where you actually want to go (e.g. ORD)"
    },
    "departureDate": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "Departure date in YYYY-MM-DD format"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Pointify Travel

1/7 registries
View full server →
check_hidden_city — Pointify Travel — PRSM MCP