# Bikefuchs — Bike Parts Price Comparison MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-bikefuchs-bikefuchs
- Repository: https://github.com/bikefuchs/bikefuchs-mcp-stub
- Website: https://bikefuchs.com

## Install
- Endpoint: https://mcp.bikefuchs.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.bikefuchs.com/mcp

## Tools
- search_product (Search Bike Products) - 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, and a direct purchase link. Supports DE and AT pricing. If you already have a product's EAN, use get_best_price instead. Endpoint: https://mcp.bikefuchs.com/mcp
- get_best_price (Get Best Price by EAN) - 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. Endpoint: https://mcp.bikefuchs.com/mcp
- optimize_cart (Optimize Shopping 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 thresholds, and returns the lowest achievable total including shipping. Takes an array of EAN barcodes. For accurate results, call get_best_price for each EAN first, then call optimize_cart. Endpoint: https://mcp.bikefuchs.com/mcp
- get_shop_info (Get Shop Overview) - Return an overview of the supported shops, including their shipping cost tiers, free-shipping thresholds, and supported countries (DE and AT). Endpoint: https://mcp.bikefuchs.com/mcp
- get_shipping_breakdown (Get Shipping Cost) - 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. Endpoint: https://mcp.bikefuchs.com/mcp
- find_alternatives_for_product (Find Alternative Shops) - Given a product's EAN barcode, return every shop that carries it with prices and availability, sorted cheapest-first. Endpoint: https://mcp.bikefuchs.com/mcp
- resolve_product (Resolve Product URL) - 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. Multi-variant product families return a labeled candidate list (size/colour, price, EAN per variant): ask the user to pick a variant, then use that exact variant's EAN with the other tools. Endpoint: https://mcp.bikefuchs.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.bikefuchs
- Version: 2.5.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 22, 2026
- Source: https://registry.modelcontextprotocol.io
