Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Bikefuchs — Bike Parts Price Comparison

com.bikefuchs/bikefuchs

Price comparison & cart optimizer for bike parts across German & Austrian shops

Uptime
100.0%
2 direct probes · 30d
Response
1540ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_product

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…

get_best_price

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.

optimize_cart

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…

get_shop_info

Return an overview of the supported shops, including their shipping cost tiers, free-shipping thresholds, and supported countries (DE and AT).

get_shipping_breakdown

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.

find_alternatives_for_product

Given a product's EAN barcode, return every shop that carries it with prices and availability, sorted cheapest-first.

resolve_product

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…

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"
    }
  }
}