← pricetik.com

INDIVIDUAL MCP TOOL

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.

pricetik.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

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

Related tools

  • pricetik_search — Discovery search across PriceTik surfaces (shopping/hotels/events) — see the `surface` param for what each value returns.
  • pricetik_status — Check Intel API health and feature flag state.
  • pricetik_hotel_search — Search hotels by DESTINATION (city, region, or landmark) + dates + guest count — `destination` is geographic, NOT a hotel name.
  • pricetik_hotel_price_check — Check current rates across all hotel providers for a specific property and date range.
  • 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.
  • pricetik_hotel_get_booking_url — Generate a one-click signed PriceTik checkout URL for a hotel stay.
  • pricetik_activity_search — Search bookable tours, attractions, and excursions by destination + dates via Hotelbeds Activities.
  • pricetik_ticket_search — Search LIVE-EVENT TICKETS — concerts, theater, sports, comedy — by name, type, city, and date window (to attend a specific event).