← Registry

API Tools

tripuck.com

Provides real-time flight search, fare comparison, and route discovery across multiple airlines and travel agencies.

1 endpoint7 known toolsFirst detected June 6, 2026Last detected June 22, 2026

ENDPOINT 1

https://mcp.tripuck.com/mcp

No auth detected

Known tools 7

search_flights

Tripuck flight meta-search — real-time fare comparison across 700+ airlines and 50+ online travel agencies.

Inferred read-only
cheapest_dates

Tripuck price calendar — for a given route, returns the cheapest daily price across a full month.

Inferred read-only
popular_routes

Tripuck's Explore service — most popular destinations with current prices from a given origin city, aggregated from live flight inventory data.

Inferred read-only
flight_details

Detailed information for a specific Tripuck flight ID: segments, layovers, baggage allowance, fare rules, refund/change conditions, operating carrier.

Potential side effects
find_meeting_point

Tripuck Meeting Point — finds the cheapest and fairest common destination for 2-5 people traveling from different cities.

Inferred read-only
search_hotels

Tripuck hotel search — real-time availability and prices for a city on given dates.

Inferred read-only
search_esim

Tripuck eSIM search — prepaid travel data plans (eSIM) for a destination country, compared across multiple providers.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tripuck.com was fetched 2026-07-26T07:52:04.954Z and is being refreshed.

Trust status VerificationRecommended

tripuck.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.