Loading MCP server directory, please wait...
Operate a network of EV charge points over OCPP: status, sessions, tariffs, prices, remote commands
npx @getmcp/cli add com.askacharge/askachargeRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <API key>. Created by the brand in its panel, under API keys. The key's scopes decide which tools are listed and which calls are allowed.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.askacharge/askacharge": {
"url": "https://askacharge.com/askacharge/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}