# Bikefuchs

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add bikefuchs/stub

# Browse available tools
npx -y smithery tool list bikefuchs/stub

# Get full schema for a tool
npx -y smithery tool get bikefuchs/stub search_product

# Call a tool
npx -y smithery tool call bikefuchs/stub search_product '{}'
```

## Direct MCP Connection

Endpoint: `https://stub--bikefuchs.run.tools`

## Tools (7)

- `search_product` — Search for bicycle parts, components, accessories, and cycling clothing across 6 German/Austrian bike shops (BOC24, Fah…
- `get_best_price` — Look up a product by EAN barcode and find the best price across all 10 shops (BIKE24, BOC24, Fahrrad24, Rose Bikes, fah…
- `optimize_cart` — Optimize a shopping cart across multiple shops to find the absolute cheapest total cost including shipping. This is the…
- `get_shop_info` — Get an overview of all supported bike shops in the Bikefuchs network, including shipping cost tiers, free-shipping thre…
- `get_shipping_breakdown` — Get the exact shipping cost for a specific shop, country, and cart value. Shows all shipping tiers and how close the ca…
- `find_alternatives_for_product` — Discover which shops carry a specific product by EAN barcode, sorted by price. Use this when a user found a product at …
- `resolve_product` — Resolve a bike shop product page URL into structured product data including the EAN barcode, price, stock status, and a…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get bikefuchs/stub <tool-name>
```
