BB
Bikefuchs — Bike Parts Price Comparison
/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.
liveverifiedunknown~5s typical
mcpprobedbikefuchs—bike
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bikefuchs-bikefuchs /find_alternatives_for_product for me.
Input
| Field | Type | Description |
|---|---|---|
| ean* | string | EAN barcode (8–14 digits, e.g. '4524667749493') |
| country | string (DE | AT) | Country for pricing (DE or AT, default DE) default "DE" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-bikefuchs-bikefuchs","endpoint":"/find_alternatives_for_product","input":{"ean":"...","country":"DE"}}'cli
npx cracked-ai run -p mcp-com-bikefuchs-bikefuchs -e /find_alternatives_for_product -i '{"ean":"...","country":"DE"}'mcp
run_tool({ provider: "mcp-com-bikefuchs-bikefuchs", endpoint: "/find_alternatives_for_product", input: {"ean":"...","country":"DE"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.