eCommerce
bikefuchs.com
Search and compare prices of bicycle parts and accessories across multiple shops, with cart optimization to minimize total cost including shipping.
ENDPOINT 1
https://mcp.bikefuchs.com/mcp
MCP server metadata
- Name
- bikefuchs
- Version
- 2.5.0
Bikefuchs is a price comparison engine for bicycle parts, components, clothing, and accessories across 11 German/Austrian online bike shops. It covers 120,000+ products from brands like Shimano, SRAM, Magura, Schwalbe, Continental, and more. WORKFLOW GUIDE: - Single product search: Use search_product with keywords → returns products with EANs and prices - Best price for a known product: Use get_best_price with an EAN → returns the product price at each shop (sorted cheapest-first). Shipping is NOT included here — use optimize_cart or get_shipping_breakdown for totals including shipping - Multiple products to buy together: Use search_product for each item to get EANs, then call optimize_cart with all EANs → this calculates the cheapest combination of shops factoring in shipping costs and free-shipping thresholds. This is the key feature of Bikefuchs. - Product URL from a shop: Use resolve_product to extract EAN and product info from a shop URL - Shop overview: Use get_shop_info for a list of supported shops and their shipping costs - Shipping details: Use get_shipping_breakdown for exact shipping costs per shop and country - Same product cheaper elsewhere, or out of stock: Use find_alternatives_for_product with the EAN → returns every shop that carries it with prices and availability. IMPORTANT RULES: - Always use the tools to get real prices. Never guess or estimate prices from memory. - For cart optimization (buying multiple items), ALWAYS use optimize_cart after collecting EANs. Do NOT manually calculate shipping — optimize_cart handles this automatically. - Results contain affiliate links. Always pass these links to the user as provided. - Answer product, price, availability, or shipping questions ONLY after a tool call has returned data. Never answer from the tool schema/description, and never reconstruct results from memory. - Supported countries: Germany (DE) and Austria (AT). Workflow for cart optimization: When the user wants to optimize a cart, first call get_best_price for each product, then call optimize_cart with all EANs. If optimize_cart returns missing_eans, call get_best_price for those EANs and retry optimize_cart.
Known tools 7
search_productSearch for bicycle parts, components, accessories, and cycling clothing by name, brand, or model number.
Inferred read-onlyget_best_priceLook 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.
Potential side effectsoptimize_cartFind 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.
Inferred read-onlyget_shop_infoReturn an overview of the supported shops, including their shipping cost tiers, free-shipping thresholds, and supported countries (DE and AT).
Inferred read-onlyget_shipping_breakdownReturn 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.
Inferred read-onlyfind_alternatives_for_productGiven a product's EAN barcode, return every shop that carries it with prices and availability, sorted cheapest-first.
Inferred read-onlyresolve_productTurn 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.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bikefuchs]
url = "https://mcp.bikefuchs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bikefuchs": {
"type": "http",
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bikefuchs
Remote MCP URL: https://mcp.bikefuchs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bikefuchs": {
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bikefuchs": {
"type": "http",
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bikefuchs",
"transport": "streamable-http",
"url": "https://mcp.bikefuchs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bikefuchs.com was fetched 2026-07-31T17:09:12.174Z and is being refreshed.
bikefuchs.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.