Give your AI assistant access to real-time Danish product prices from 1,200+ retailers. Search, compare, and analyze pricing data through natural language.
The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external data sources and tools. Instead of the AI guessing or relying on training data, MCP gives it live access to real information.
The PriceTracker MCP Server connects your AI assistant directly to our product database, enabling it to search for products and look up prices across Danish retailers in real time.
The MCP server exposes two tools that AI assistants can call:
| Tool | Description | Input |
|---|---|---|
search_products |
Search for products by name. Returns top 5 results ranked by relevance with pricing from all vendors. | { "q": "iPhone 15 Pro" }Min. 5 characters |
get_product |
Look up detailed product data by EAN/GTIN barcode. Returns aggregated pricing across all vendors. | { "ean": "5060403742476" } |
Both tools return product name, brand, category, price range in DKK, vendor count, image URL, and individual vendor offers.
Point your MCP client to our hosted server:
https://mcp.pricetracker.dk
Add this to your Claude Desktop config file (claude_desktop_config.json):
{
"mcpServers": {
"pricetracker": {
"url": "https://mcp.pricetracker.dk"
}
}
}
Add a .mcp.json file to your project root:
{
"mcpServers": {
"pricetracker": {
"type": "url",
"url": "https://mcp.pricetracker.dk"
}
}
}
Go to Settings > Connectors and add a new MCP connector with the URL above.
Add PriceTracker to your openclaw.json MCP servers. See the full OpenClaw setup guide below for details and automation ideas.
10 requests / minute per IP address. No setup required.
100 requests / minute. Pass your token via the API_TOKEN environment variable.
Once connected, you can ask your AI assistant things like:
"What's the cheapest place to buy AirPods Pro in Denmark?"
"Compare prices for Samsung Galaxy S24 across Danish retailers"
"Look up this EAN code: 8806094694031"
"Find Danish prices for LEGO Technic sets under 500 kr"
Build a conversational shopping assistant that helps users find the best prices across 1,200+ Danish retailers. Combine product search with AI recommendations.
Use Claude Code with MCP to periodically check prices for specific products and notify you when prices drop below a target threshold.
Let your AI assistant research product categories, compare specifications across vendors, and generate pricing reports for informed purchase decisions.
Use the MCP server as a data source when building e-commerce tools, price comparison features, or inventory management systems with AI assistance.
Paste a wish list of products and let the AI find the best prices for each item, calculating total savings across different vendor combinations.
OpenClaw is a free, open-source AI agent that runs 24/7 on your machine or a server. Unlike session-based assistants, OpenClaw stays on in the background, proactively checking tasks on a schedule and reaching you through the messaging apps you already use — WhatsApp, Telegram, Slack, Discord, Signal, and more.
Combined with PriceTracker's MCP server and API, OpenClaw becomes a personal shopping agent that monitors prices, alerts you to deals, and helps you shop smarter — all without you having to open a browser.
OpenClaw runs as a background daemon with a heartbeat loop. It can check prices on a schedule, not just when you ask.
Get price alerts on WhatsApp, Telegram, or Slack. No need to check a dashboard — deals come to you.
OpenClaw remembers your wish lists, target prices, and preferences across sessions. It picks up where it left off.
Built-in MCP client means connecting to PriceTracker is a one-line config change. No coding required.
1. Install OpenClaw — the recommended way is Docker:
git clone https://github.com/openclaw/openclaw.git
cd openclaw
./docker-setup.sh
The setup wizard will walk you through connecting your LLM API key and messaging platform. See the official install guide for details.
2. Add PriceTracker MCP — in your openclaw.json config, add our server:
{
"agents": {
"list": [
{
"id": "main",
"mcp": {
"servers": [
{
"name": "pricetracker",
"url": "https://mcp.pricetracker.dk"
}
]
}
}
]
}
}
OpenClaw will discover the search_products and get_product tools automatically on next startup.
3. Optional: Use the REST API directly — for advanced automations, OpenClaw can also call our REST API endpoints directly via HTTP. This gives access to price history, price agents, vendor discounts, and more (see below).
Beyond the two MCP tools, the PriceTracker API offers a rich set of public endpoints that OpenClaw can call to power advanced shopping workflows:
| Capability | Endpoint | What It Does |
|---|---|---|
| Product Search | GET /public/search?q=... |
Free-text search across all products, returns top results with pricing |
| Product Lookup | GET /public/product/:ean |
Detailed product data by barcode with vendor offers and aggregated pricing |
| Price Drops Today | GET /products/price-drops/today |
Products with the biggest price drops today — great for daily deal alerts |
| 7-Day Price Drops | GET /products/price-drops/7-days |
Weekly price trends showing products that dropped 5%+ in the past week |
| 30-Day Price Drops | GET /products/price-drops/30-days |
Monthly pricing trends for spotting longer-term deals |
| Price Agents | POST /price-agents |
Set a target price for a product and get notified when it drops below |
| Check Price Agent | GET /price-agents/check/:id |
Check if a price target has been reached, see current vs. target price |
| Popular Products | GET /products/popular |
Top-rated products currently on discount (4.2+ stars, 50+ reviews) |
| Trending Products | GET /likes/trending |
Products gaining popularity right now based on user engagement |
| Vendor Discounts | GET /partners/discounts/lookup/by-domain/:domain |
Active promo codes and campaigns for a specific retailer |
| Top-Rated Vendors | GET /vendors/top-rated |
Most trusted retailers with Trustpilot ratings and logos |
| Gift Guides | GET /gift-lists |
Curated gift lists filterable by recipient, occasion, and budget |
| Newest Products | GET /products/newest |
Latest products added to the platform — be the first to know |
All endpoints above are public and require no authentication. Full documentation is available at /api-docs.
Configure OpenClaw's heartbeat to check /products/price-drops/today every morning and send you the top 5 deals on Telegram before you start your day. Filter by category or minimum discount to keep it relevant.
Tell OpenClaw your wish list ("I want AirPods Max under 3.000 kr and a PS5 under 2.500 kr"). It creates price agents via POST /price-agents, then checks them on every heartbeat. When a target is hit, you get a message with a link to buy.
Every Sunday, OpenClaw pulls 7-day price drops, trending products, and your active price agents into a summary. It highlights which products on your watch list moved closer to your target and flags any new deals in your favorite categories.
Ask OpenClaw: "Find birthday gift ideas for a 10-year-old, budget 200-400 kr." It searches gift guides, finds matching products with current prices, and presents options with vendor ratings so you can pick the best one.
Track your favorite stores: "Watch Elgiganten and Power for discounts on headphones." OpenClaw checks /products/popular/vendor/:domain and /partners/discounts for active promo codes, sending you a message when something relevant appears.
During sales events, increase the heartbeat frequency and watch /products/price-drops/today with a low minPrice filter. OpenClaw can alert you to flash deals within minutes of them going live across 1,200+ retailers.
For recurring purchases (coffee, printer cartridges, vitamins), tell OpenClaw what you buy and your preferred price. It watches for the product and nudges you when the price is right: "Your Nespresso capsules are 15% off at Coop right now."
Add this to your OpenClaw HEARTBEAT.md to run automated price checks:
# Shopping Agent - Daily Tasks
## Morning Price Check (run daily)
- [ ] Check today's biggest price drops from PriceTracker
- [ ] Filter for electronics and home categories above 200 DKK
- [ ] Send top 5 deals to me on Telegram
## Price Agent Monitor (run every 6 hours)
- [ ] Check all my active price agents on PriceTracker
- [ ] If any target price has been reached, alert me immediately
- [ ] Include a direct link to the cheapest vendor
## Weekly Summary (run Sundays)
- [ ] Pull 7-day price drop data from PriceTracker
- [ ] Check trending products
- [ ] Compile a summary with my active wish list items
- [ ] Send the weekly report on Telegram
Built something cool with OpenClaw and PriceTracker? We'd love to hear about it. Whether it's a creative automation, a useful heartbeat config, or a workflow that saves you money — share your use case and we might feature it here.
Get in touch: contact@pricetracker.dk
Questions about the API, rate limits, or integration help? Same address — we're happy to help you get set up.
Products aggregated from Danish online retailers via affiliate networks.
Product feeds are refreshed every night to ensure up-to-date pricing.
Focused on the Danish market with prices in DKK and Danish product names.
The MCP server is a stateless HTTP wrapper around the PriceTracker API. It uses the Streamable HTTP transport, which means any MCP-compatible client can connect over a standard HTTPS request.
POST https://mcp.pricetracker.dkGET https://mcp.pricetracker.dk