Bikefuchs — Bike Parts Price Comparison
com.bikefuchs/bikefuchsPrice comparison & cart optimizer for bike parts across German & Austrian shops
Tools · 7
Search for bicycle parts, components, accessories, and cycling clothing by name, brand, or model number. Returns matching products sorted cheapest-first, each with its price, stock status, EAN barcode…
Look up a single product by its EAN barcode and return the price at every shop that carries it, sorted cheapest-first, with stock status and direct purchase links.
Find the cheapest way to buy multiple products together: computes the optimal split across shops — which items to order from which shop — accounting for each shop's shipping costs and free-shipping th…
Return an overview of the supported shops, including their shipping cost tiers, free-shipping thresholds, and supported countries (DE and AT).
Return the exact shipping cost for a specific shop, country, and cart value, including all shipping tiers and how much more is needed to reach the next free-shipping threshold.
Given a product's EAN barcode, return every shop that carries it with prices and availability, sorted cheapest-first.
Turn a product page URL from a supported shop into structured product data — EAN barcode, price, stock status, and a purchase link — so the EAN can then be used with get_best_price or optimize_cart. M…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bikefuchs_—_bike_parts_price_comparison": {
"url": "https://mcp.bikefuchs.com/mcp",
"transport": "streamable-http"
}
}
}