API Tools
tripuck.com
Provides real-time flight search, fare comparison, and route discovery across multiple airlines and travel agencies.
ENDPOINT 1
https://mcp.tripuck.com/mcp
Known tools 7
search_flightsTripuck flight meta-search — real-time fare comparison across 700+ airlines and 50+ online travel agencies.
Inferred read-onlycheapest_datesTripuck price calendar — for a given route, returns the cheapest daily price across a full month.
Inferred read-onlypopular_routesTripuck's Explore service — most popular destinations with current prices from a given origin city, aggregated from live flight inventory data.
Inferred read-onlyflight_detailsDetailed information for a specific Tripuck flight ID: segments, layovers, baggage allowance, fare rules, refund/change conditions, operating carrier.
Potential side effectsfind_meeting_pointTripuck Meeting Point — finds the cheapest and fairest common destination for 2-5 people traveling from different cities.
Inferred read-onlysearch_hotelsTripuck hotel search — real-time availability and prices for a city on given dates.
Inferred read-onlysearch_esimTripuck eSIM search — prepaid travel data plans (eSIM) for a destination country, compared across multiple providers.
Inferred read-onlyCONNECT 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.
tripuck.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.