offerhopper.ai — AI Supermarket & Drugstore Shopping Assista
OA
offerhopper.ai — AI Supermarket & Drugstore Shopping Assista
/plan_optimal_shopping_route

Plan optimal grocery and drug store shopping trip

Plans the optimal shopping trip for a given list and starting location in Germany. Answers 'where should I go to buy this list, and is the trip worth it?' — not

liveverifiedunknown~5s typical
mcpprobedofferhopper.aiai
$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-ai-offerhopper-mcp-german-grocery-assistant /plan_optimal_shopping_route for me.

Input

FieldTypeDescription
items*stringThe shopping list in natural language (e.g. '3x milk, eggs, bread')
location*stringStarting location (ZIP code, city, or address in Germany)
end_locationstringOptional destination location if not a round trip
max_storesintegerMaximum number of store stops to allow in the route (default: 100) default 100
max_radius_kmstringMaximum search radius in kilometers (defaults: car=15km, bicycle=5km, pedestrian=2km)
km_coststringTravel cost penalty per kilometer (forced to 0.0 for bicycle/pedestrian)
hour_coststringTime cost penalty in EUR per hour (defaults to 12.0)
shopping_time_per_storestringBase shopping minutes spent per store (defaults to 10)
travel_modestring (car | bicycle | pedestrian)Travel mode to use default "car"

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-ai-offerhopper-mcp-german-grocery-assistant","endpoint":"/plan_optimal_shopping_route","input":{"items":"...","location":"...","max_stores":100,"travel_mode":"car"}}'
cli
npx cracked-ai run -p mcp-ai-offerhopper-mcp-german-grocery-assistant -e /plan_optimal_shopping_route -i '{"items":"...","location":"...","max_stores":100,"travel_mode":"car"}'
mcp
run_tool({ provider: "mcp-ai-offerhopper-mcp-german-grocery-assistant", endpoint: "/plan_optimal_shopping_route", input: {"items":"...","location":"...","max_stores":100,"travel_mode":"car"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.