Beta · MCP App

Use EVRoutes inside your AI assistant

Plan EV road trips, find chargers, and check realistic range — without leaving ChatGPT, Claude, or any MCP-compatible client. Powered by the same route planner as evroutes.com.

What the AI app does

Tool · calculateRange

Realistic range

Physics-based range estimate that accounts for temperature, wind, speed, AC/heating, battery age, and elevation — not just the WLTP number on the spec sheet.

Tool · findChargersInRange

Nearby chargers

Search public DC fast-chargers within a radius. Filter by connector type (CCS, CHAdeMO, Tesla, Type2) and minimum power.

Tool · planRouteChargers

Full road trip planning

"Riga to Berlin" → real road polyline + optimised charging stops with arrival/departure battery %, charging time, and arrival battery at destination.

Tool · searchVehicles

EV picker widget

Interactive searchable picker over 200+ EVs (Tesla, BMW, Volkswagen, Lynk & Co, Zeekr, BYD…). Pick a car + enter the trip → instant route plan.

Install

No account, no API key. Just paste the URL into your assistant.

MCP Server URL
https://evroutes-mcp-a025efa4.alpic.live/mcp

ChatGPT

Requires Plus, Pro, Business, or Enterprise/Edu.

  1. Open Settings → Apps and enable Developer mode under Advanced Settings.
  2. Click Create App.
  3. Paste the MCP URL above.
  4. Authentication: None.
  5. Click Create. Start a new chat: @EVRoutes plan a trip from Riga to Berlin

Claude

Claude Desktop (recommended) renders the interactive widgets; Claude web Custom Connectors only call the tools.

  1. Install Claude Desktop.
  2. Open Settings → Developer → Edit Config.
  3. Add the MCP server (snippet below).
  4. Restart Claude Desktop. Use @evroutes in any chat.
{
  "mcpServers": {
    "evroutes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://evroutes-mcp-a025efa4.alpic.live/mcp"
      ]
    }
  }
}

Other MCP-compatible clients (Cursor, Goose, Continue, VSCode MCP, …): paste the same URL into their connector settings.

Try these prompts

  • "Plan an EV route from Riga to Berlin in my Tesla Model 3 at 80% battery."
  • "Help me pick an EV for a 1500 km trip across Europe."
  • "What's the realistic range of a Volkswagen ID.4 at -5°C driving 130 km/h with heating on?"
  • "Find CCS fast chargers within 50 km of Tallinn."

Privacy

The MCP app receives only the trip details you mention in the chat (origin/destination, vehicle specs, battery %). We don't see your chat history, your account identity on the AI platform, or any other conversation. Full details in our Privacy Policy §1.4.