Search award flights and cash fares, optimize points, and predict fares inside ChatGPT and Claude.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://mcp.pointifytravels.com/mcp5 tools · 167mssearch_flightsSearch for flight deals between two airports on a given date. Returns cash fares and/or award availability from multiple sources (Duffel, SerpApi, Seats.aero).Search for flight deals between two airports on a given date. Returns cash fares and/or award availability from multiple sources (Duffel, SerpApi, Seats.aero).
| Parameter | Type | Description |
|---|---|---|
| origin* | string | IATA airport code for departure (e.g. JFK) |
| destination* | string | IATA airport code for arrival (e.g. LAX) |
| date* | string | Departure date in YYYY-MM-DD format |
| returnDate | string | Return date in YYYY-MM-DD format (omit for one-way) |
| cabinClass | string | Cabin class (default: economy) |
| searchType | string | Search for cash fares, award availability, or both (default: both) |
search_calendarFind the cheapest travel dates around a target date. Shows a calendar view of minimum prices for flexible date travelers.Find the cheapest travel dates around a target date. Shows a calendar view of minimum prices for flexible date travelers.
| Parameter | Type | Description |
|---|---|---|
| origin* | string | IATA airport code for departure (e.g. JFK) |
| destination* | string | IATA airport code for arrival (e.g. LAX) |
| targetDate* | string | Center date for the calendar search (YYYY-MM-DD) |
| daysBefore | integer | Number of days before the target date to include (default: 7) |
| daysAfter | integer | Number of days after the target date to include (default: 7) |
get_predictionGet a buy/wait/neutral recommendation for a flight fare based on historical patterns and time-based signals.Get a buy/wait/neutral recommendation for a flight fare based on historical patterns and time-based signals.
| Parameter | Type | Description |
|---|---|---|
| origin* | string | IATA airport code for departure (e.g. JFK) |
| destination* | string | IATA airport code for arrival (e.g. LAX) |
| departureDate* | string | Departure date in YYYY-MM-DD format |
| currentPrice* | number | Current fare price in USD that you are considering |
optimize_pointsCompare points redemption options for a flight and rank them by cents-per-point (CPP) value. Helps decide whether to pay cash or use loyalty points.Compare points redemption options for a flight and rank them by cents-per-point (CPP) value. Helps decide whether to pay cash or use loyalty points.
| Parameter | Type | Description |
|---|---|---|
| cashPrice* | number | Cash price of the ticket in USD |
| pointsOptions* | array | Array of available points redemption options to compare |
list_dealsBrowse current award travel deals and flight promotions.Browse current award travel deals and flight promotions.
| Parameter | Type | Description |
|---|---|---|
| limit | number | Maximum number of deals to return (default 12) |
| category | string | Optional deal type filter (e.g. 'flight', 'hotel', 'card') |
5 of 5 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Search award flights and cash fares, optimize points, and predict fares inside ChatGPT and Claude.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.