openchargemap-mcp-server
Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
Package Details
@cyanheads/openchargemap-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Open Charge Map API key, sent as the X-API-Key header on every request. Free instant signup at openchargemap.org.
Override the OCM API base URL (default https://api.openchargemap.io/v3). For a private mirror or testing.
falseWhen true, refresh reference data from the live /referencedata endpoint at startup, falling back to the bundled snapshot on failure.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/openchargemap-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Open Charge Map API key, sent as the X-API-Key header on every request. Free instant signup at openchargemap.org.
Override the OCM API base URL (default https://api.openchargemap.io/v3). For a private mirror or testing.
falseWhen true, refresh reference data from the live /referencedata endpoint at startup, falling back to the bundled snapshot on failure.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').