Loading languages...
EV

ev_assistant

@Abiorh001

A powerful server implementation for managing Electric Vehicle (EV) charging stations, trip planning, and resource management. This server provides a comprehensive set of tools and APIs for EV-related services.

EV
Electric Vehicle
Charging Station
Trip Planning
Resource Management
PDF

# mcpServer Config

{
  "mcpServers": {
    "ev_assistant": {
      "command": "/home/$USER/path/mcp_learning/.venv/bin/python",
      "args": [
        "/home/$USER/path/mcp_ev_assistant_server/ev_assistant_server.py"
      ],
      "env": {
        "OPENCHARGE_MAP_API_KEY": "your_opencharge_map_api_key",
        "GOOGLE_MAP_API_KEY": "your_google_map_api_key"
      }
    }
  }
}

# stdio

python ev_assistant_server.py
Transport:
stdio
Language:
Python
Created:3/21/2025
Updated:4/4/2025
Homepage: