Search products, compare prices and discover deals across 6 European markets with your AI assistant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The idealo MCP server brings idealo's product intelligence directly into your AI assistant โ search products, compare prices across hundreds of shops, and analyse 30-day price history across 6 European marketplaces (DE, AT, GB, FR, IT, ES) without ever leaving your editor.
[!NOTE] Rate limits apply to all idealo MCP server tools.
The default Trial tier is self-serve via OAuth and gives you3 req/s ยท 6 burst ยท 500 calls/dayper user. Trial responses include a single product image, capget_product_offersat 10 offers per product, and exclude shop logos, external links, and detailed user reviews.
Partner tier unlocks higher rate limits, full image arrays, shop logos, test-report links, and full user-review payloads. To request Partner access, contact us via mcp@idealo.de.
For the complete tool reference (input schemas, sample responses, tier-by-tier field differences), see docs/tools.md.
Catalog search โ Full-text search with filters for category, brand, price range, availability, and bargains across 6 European marketplaces. Returns an encrypted productRef you pass to the other tools.
Product details โ Fetch a complete product profile: top offers, reviews summary, expert review, test reports, technical specifications, pros/cons, and a 30-day price trend in a single call.
Paginated offers โ Walk every offer for a product with shop name, ratings, pricing breakdown, delivery estimates, payment methods, free-return policy, and shipping costs. 5 offers per page.
Price history & analytics โ 30-day price trend with min/max/avg statistics, percentage change, sampling granularity, ASCII chart, and AI-generated buying recommendations.
Different MCP clients require slightly different setups. Follow the instructions below for your specific client.
The recommended way is via Custom Connectors:
https://mcp.idealo.com/mcp and click Add.Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your platform:
Restart Claude Desktop and confirm the idealo server is listed under MCP tools.
Run the following command in your terminal:
Add to .mcp.json at the project root (Claude Code reads it automatically):
Useful commands:
claude mcp list โ list configured serversclaude mcp get idealo โ show server detailsclaude mcp remove idealo โ remove the serverโ Shift P to search for MCP: Add Server.HTTP.https://mcp.idealo.com/mcp and hit Enter.idealo.The resulting mcp.json will look like:
Open the chat toolbar, switch to Agent mode, and type #search_products to confirm the tools are available. If nothing shows up, restart VS Code.
[!NOTE] You must have GitHub Copilot enabled to use MCP in VS Code.
Any client that supports the Streamable HTTP transport can connect. Use:
The server uses OAuth 2.0 with Dynamic Client Registration (DCR) + PKCE. Spec-compliant MCP clients discover the auth flow automatically through .well-known/oauth-protected-resource โ no client_id / client_secret setup required for the Trial tier. On first connect, your client opens a browser for login. Tokens are cached client-side and refreshed transparently.
Partner-tier credentials are issued separately by idealo upon request.
Once connected, prompt your client in plain language. The 4 tools chain together via an opaque productRef returned by search_products.
Examples:
productRef. search_products returns an encrypted productRef per result โ pass that string directly to get_product_details, get_product_offers, and get_product_price_history. It's opaque, marketplace-aware, and short-lived.includeSearchFilters and includeSizeFilters require includeCategories. The server rejects calls that send attribute or size filters without at least one numeric category ID. Search first without filters to discover available categoryIds in the response.country as a 2-letter ISO code (DE, AT, GB, FR, IT, ES). Unknown codes silently fall back to Germany.get_product_offers returns 5 offers per call plus a nextOffset. Loop until nextOffset === 0.productRef from country=DE won't return useful data when reused with country=GB.๐ฉ๐ช Germany ยท ๐ฌ๐ง United Kingdom ยท ๐ซ๐ท France ยท ๐ฎ๐น Italy ยท ๐ช๐ธ Spain ยท ๐ฆ๐น Austria
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/idealo-mcp-server)<a href="https://allmcps.com/mcp/idealo-mcp-server"><img src="https://allmcps.com/api/badge/idealo-mcp-server?style=directory" alt="Idealo MCP Server on AllMCPs" /></a>