Connect PriceTik to Claude and any AI agent in two minutes

PriceTik exposes its full price-intelligence toolkit through an open MCP server — the same standard Claude, Cursor, and other assistants use to talk to external tools. It is free, needs no API key for the public tools, and takes about two minutes to set up.
Here are the fastest paths.
Hosted (recommended)
The simplest option is the hosted server. Point your client at:
https://mcp.pricetik.com/mcp
Claude Code:
claude mcp add --transport http pricetik https://mcp.pricetik.com/mcp
Gemini CLI:
gemini mcp add --transport http pricetik https://mcp.pricetik.com/mcp
For ChatGPT and other clients that accept a server URL, paste the same https://mcp.pricetik.com/mcp endpoint into their connector settings.
Run it locally
Prefer to run the server yourself? It ships as an npm package:
npx -y @pricetik/mcp-server
To wire that into a desktop client, add it to your MCP config:
{
"mcpServers": {
"pricetik": {
"command": "npx",
"args": ["@pricetik/mcp-server"]
}
}
}
What you get
Once connected, your assistant can:
- Search live prices across shopping, hotels, tickets, activities, and transfers
- Compare options and surface the genuine price, fees included
- Plan a multi-stop trip across verticals
- Watch a price and act when it hits your target (this one needs a free account)
No API key is required for the open tools. An API key only unlocks tools that read or write your own PriceTik account state — saved watches, bookings, and savings.
One-click options
If you would rather not touch a terminal, the MCP server page has one-click installers for Claude, Claude Desktop, Cursor, VS Code, and more — pick your client and go.
That's it. Ask your assistant something like "use PriceTik to find the cheapest 65-inch OLED TV" and watch it work.
Put PriceTik in your assistant
Connect the free MCP server and let your AI agent compare real prices across shopping and travel.
Get the MCP server