Skip to main content
Glama

OpenStreetMap MCP Server

find_ev_charging_stations

Discover electric vehicle charging stations near a specified location with filtered results by connector type and charging power. Ideal for EV owners planning routes or identifying charging stops.

Instructions

Locate electric vehicle charging stations near a specific location.

This specialized search tool identifies EV charging infrastructure within a specified distance from a location. Results can be filtered by connector type (Tesla, CCS, CHAdeMO, etc.) and minimum power delivery. Essential for EV owners planning trips or evaluating potential charging stops.

Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 5000m/5km) connector_types: Optional list of specific connector types to filter by (e.g., ["type2", "ccs", "tesla"]) min_power: Minimum charging power in kW

Returns: List of charging stations with: - Location name and operator - Available connector types - Charging speeds - Number of charging points - Access restrictions - Other relevant metadata

Input Schema

NameRequiredDescriptionDefault
connector_typesNo
latitudeYes
longitudeYes
min_powerNo
radiusNo

Input Schema (JSON Schema)

{ "properties": { "connector_types": { "default": null, "items": { "type": "string" }, "title": "Connector Types", "type": "array" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" }, "min_power": { "default": null, "title": "Min Power", "type": "number" }, "radius": { "default": 5000, "title": "Radius", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "find_ev_charging_stationsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jagan-shanmugam/open-streetmap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server