← Registry

eCommerce

pricetik.com

Provides hotel search, price checking, and property details across multiple travel surfaces.

1 endpoint26 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.pricetik.com/mcp

No auth detected

MCP server metadata

Name
pricetik-mcp-server
Version
0.42.0
Capabilities
toolsresourcespromptsextensions.io.modelcontextprotocol/ui.mimeTypes

Known tools 26

pricetik_search

Discovery search across PriceTik surfaces (shopping/hotels/events) — see the `surface` param for what each value returns.

Inferred read-only
pricetik_status

Check Intel API health and feature flag state.

Inferred read-only
pricetik_hotel_search

Search hotels by DESTINATION (city, region, or landmark) + dates + guest count — `destination` is geographic, NOT a hotel name.

Inferred read-only
pricetik_hotel_price_check

Check current rates across all hotel providers for a specific property and date range.

Inferred read-only
pricetik_hotel_details

Get 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-only
pricetik_hotel_get_booking_url

Generate a one-click signed PriceTik checkout URL for a hotel stay.

Inferred read-only
pricetik_activity_search

Search bookable tours, attractions, and excursions by destination + dates via Hotelbeds Activities.

Inferred read-only
pricetik_ticket_search

Search LIVE-EVENT TICKETS — concerts, theater, sports, comedy — by name, type, city, and date window (to attend a specific event).

Inferred read-only
pricetik_ticket_details

Full 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-only
pricetik_activity_details

Full content for one activity — description, highlights, gallery (XL images), meeting point, redemption type, and bookable rates with rateKeys.

Inferred read-only
pricetik_activity_get_booking_url

Return a pricetik.

Inferred read-only
pricetik_trip_plan

Single-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-only
pricetik_destinations

Resolve free-text into the canonical shape other PriceTik tools need.

Inferred read-only
pricetik_my_trips

List the authenticated user's trips — bookings grouped by destination + overlapping date window.

Inferred read-only
pricetik_room_types

Filtered, ranked room catalog for a property.

Inferred read-only
pricetik_resolve_activity

Resolve a free-text activity/event NAME ("the Sphere show", "Grand Canyon helicopter tour") into a Hotelbeds activityCode.

Inferred read-only
pricetik_trending_deals

Today's best deals ranked 0-100, across every vertical, with no specific product ("what are the best deals right now?

Inferred read-only
pricetik_itinerary_export

Export the authenticated user's bookings as an RFC-5545 .

Inferred read-only
pricetik_group_trip_create

Start a shared GROUP trip-planning session that friends join by share code — the multi-user counterpart to pricetik_trip_plan.

Inferred read-only
pricetik_group_trip_get

Fetch 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-only
pricetik_group_trip_join

Join a group trip session by share code (idempotent — joining twice is safe).

Inferred read-only
pricetik_group_trip_add_option

Propose a candidate to the group — a hotel, activity, live-event ticket, or transfer found via the normal search tools.

Potential side effects
pricetik_group_trip_vote

Record the caller's vote on a candidate option: 1 (up) or -1 (down).

Inferred read-only
pricetik_group_trip_finalize

Lock in the group's plan (organizer-only; 403 for other members).

Inferred read-only
pricetik_group_trip_cancel

Cancel a group trip session (organizer-only; 403 OrganizerOnly for other members).

Inferred read-only
pricetik_my_group_trips

List the authenticated user's group-trip sessions (as organizer or member), newest activity first.

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.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.

Indexed

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