Bikefuchs is a bicycle parts price comparison and cart optimizer for German and Austrian cyclists. Compare prices across 9 online bike shops and minimize your total cost including shipping. ## Tools - **search_product** — Search ~120k bicycle products by name or keyword - **get_best_price** — Find the cheapest price for a product by EAN/GTIN across all shops - **optimize_cart** — Pass EAN barcodes and get the cheapest shop combination including shipping costs - **find_alternatives_for_product** — See which shops carry a specific product - **resolve_product** — Paste a product URL to get EAN, price, and stock status - **get_shop_info** — Get all supported shops with shipping tiers - **get_shipping_breakdown** — Calculate exact shipping cost for a shop, country, and cart value
How to connect
https://server.smithery.ai/bikefuchs/stub/mcp
curl -X POST https://server.smithery.ai/bikefuchs/stub/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'