← pointifytravels.com

INDIVIDUAL MCP TOOL

optimize_points

Compare points redemption options for a flight and rank them by cents-per-point (CPP) value.

pointifytravels.comnone authenticationAvailability not checked

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 endpoint

pointifytravels.com

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.pointify-travel]
url = "https://mcp.pointifytravels.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pointify-travel": {
      "type": "http",
      "url": "https://mcp.pointifytravels.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pointify-travel
Remote MCP URL: https://mcp.pointifytravels.com/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": {
    "pointify-travel": {
      "url": "https://mcp.pointifytravels.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pointify-travel": {
      "type": "http",
      "url": "https://mcp.pointifytravels.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pointify-travel",
  "transport": "streamable-http",
  "url": "https://mcp.pointifytravels.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_flights — Search for flight deals between two airports on a given date.
  • search_calendar — Find the cheapest travel dates around a target date.
  • get_prediction — Get a buy/wait/neutral recommendation for a flight fare based on historical patterns and time-based signals.
  • check_hidden_city — Check for hidden city ticketing opportunities where booking a flight through your destination is cheaper than booking directly.
  • list_deals — Browse current award travel deals and flight promotions.