eCommerce
pricetik.com
Provides hotel search, price checking, and property details across multiple travel surfaces.
ENDPOINT 1
https://mcp.pricetik.com/mcp
MCP server metadata
- Name
- pricetik-mcp-server
- Version
- 0.42.0
Known tools 26
pricetik_searchDiscovery search across PriceTik surfaces (shopping/hotels/events) — see the `surface` param for what each value returns.
Inferred read-onlypricetik_hotel_searchSearch hotels by DESTINATION (city, region, or landmark) + dates + guest count — `destination` is geographic, NOT a hotel name.
Inferred read-onlypricetik_hotel_price_checkCheck current rates across all hotel providers for a specific property and date range.
Inferred read-onlypricetik_hotel_detailsGet full property content for a PriceTik hotel — name, description, star rating, amenities, paid extras, nearby points of interest, address, contact, segments, and gallery imagery.
Inferred read-onlypricetik_hotel_get_booking_urlGenerate a one-click signed PriceTik checkout URL for a hotel stay.
Inferred read-onlypricetik_activity_searchSearch bookable tours, attractions, and excursions by destination + dates via Hotelbeds Activities.
Inferred read-onlypricetik_ticket_searchSearch LIVE-EVENT TICKETS — concerts, theater, sports, comedy — by name, type, city, and date window (to attend a specific event).
Inferred read-onlypricetik_ticket_detailsFull detail for one LIVE-EVENT TICKET listing (by `id` or slug from pricetik_ticket_search): venue, date, performers/teams, the from-price, a pricetik.
Inferred read-onlypricetik_activity_detailsFull content for one activity — description, highlights, gallery (XL images), meeting point, redemption type, and bookable rates with rateKeys.
Inferred read-onlypricetik_trip_planSingle-call orchestrated trip planner — stitches top hotels + recommended activities + estimated spend into one response (skips the manual "search hotels → search activities → stitch" fan-out).
Inferred read-onlypricetik_destinationsResolve free-text into the canonical shape other PriceTik tools need.
Inferred read-onlypricetik_my_tripsList the authenticated user's trips — bookings grouped by destination + overlapping date window.
Inferred read-onlypricetik_resolve_activityResolve a free-text activity/event NAME ("the Sphere show", "Grand Canyon helicopter tour") into a Hotelbeds activityCode.
Inferred read-onlypricetik_trending_dealsToday's best deals ranked 0-100, across every vertical, with no specific product ("what are the best deals right now?
Inferred read-onlypricetik_itinerary_exportExport the authenticated user's bookings as an RFC-5545 .
Inferred read-onlypricetik_group_trip_createStart a shared GROUP trip-planning session that friends join by share code — the multi-user counterpart to pricetik_trip_plan.
Inferred read-onlypricetik_group_trip_getFetch a group trip session — status, members (display names only), candidate options with per-option vote tallies (upvotes / downvotes / score), and the caller's own votes.
Inferred read-onlypricetik_group_trip_joinJoin a group trip session by share code (idempotent — joining twice is safe).
Inferred read-onlypricetik_group_trip_add_optionPropose a candidate to the group — a hotel, activity, live-event ticket, or transfer found via the normal search tools.
Potential side effectspricetik_group_trip_voteRecord the caller's vote on a candidate option: 1 (up) or -1 (down).
Inferred read-onlypricetik_group_trip_finalizeLock in the group's plan (organizer-only; 403 for other members).
Inferred read-onlypricetik_group_trip_cancelCancel a group trip session (organizer-only; 403 OrganizerOnly for other members).
Inferred read-onlypricetik_my_group_tripsList the authenticated user's group-trip sessions (as organizer or member), newest activity first.
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.pricetik-mcp-server]
url = "https://mcp.pricetik.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pricetik-mcp-server": {
"type": "http",
"url": "https://mcp.pricetik.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pricetik-mcp-server
Remote MCP URL: https://mcp.pricetik.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": {
"pricetik-mcp-server": {
"url": "https://mcp.pricetik.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pricetik-mcp-server": {
"type": "http",
"url": "https://mcp.pricetik.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pricetik-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.pricetik.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.