get_station
ActiveTool of mcp-openchargemap
Get full detail for a single EV charging station by its Open Charge Map POI ID. Returns the connector types (CCS/CHAdeMO/Tesla connectors), charging speed (kW), operator, status, plus user comments and last-verified date.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Open Charge Map POI ID (e.g. from find_stations results)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Open Charge Map API key for higher limits; works without one."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-openchargemap
https://github.com/pipeworx-io/mcp-openchargemap
2/7 registries