MCP App Store
by KeenEthics
Travel

EVRoutes

by EVRoutes

Overview

EVRoutes brings the trip-planning engine behind evroutes.com into Claude. Plan a full EV road trip with optimized charging stops, route polyline, and a time and battery breakdown; search public fast chargers near any place; calculate realistic range using a physics-based model that accounts for temperature, speed, weather, wind, elevation, and battery age; and browse a catalog of 200+ EVs through an interactive picker. Everything renders as native chat widgets with maps and range cards using Mapbox. No account or API key needed.

Tools

calculateRange

Claude
Calculate the realistic remaining driving range for an EV given vehicle specs, current battery percentage, and weather/speed conditions. Returns range in km and a breakdown of all influencing factors.

findChargersInRange

Claude
Find public EV charging stations within driving range of a location. Use after calculateRange to scope the radius realistically. Returns chargers sorted by distance with operator, power, and live status.

planRouteChargers

Claude
Plan a real EV road trip from origin to destination — same logic as the evroutes.com web app. Returns the actual road polyline, pre-optimized charging stops (with arrival/departure battery %, charging time at each stop), total driving + charging time, and arrival battery %. Use this — NOT findChargersInRange — whenever the user mentions both a start and end location (e.g. 'Riga to Berlin'). Vehicle is REQUIRED: pass real specs (advertisedRangeKm, batteryCapacityKWh, optional efficiencyKWhPer100km). If the user has not named a car or supplied specs, FIRST call searchVehicles (pass the car name fragment as query if mentioned, otherwise no args for the default catalog) — the rendered picker will trigger planRouteChargers with the chosen vehicle. Origin/destination accept place names ('Riga, Latvia') or {lat,lng}.

searchVehicles

Claude
Show an interactive EV picker. Use this whenever the user wants to pick a car for trip planning, or mentions an EV by name without specs (e.g. 'Lynk & Co 02', 'Model 3 LR'). Pass the model name fragment as query to pre-filter, or leave empty for the default catalog. The rendered widget lets the user pick an EV + enter origin/destination/battery and triggers planRouteChargers directly.

App Stats

4

Tools

Claude

Platforms

Works with

Claude

Data refreshed daily