Powerly
Build and manage white-label EV charging mobile apps without writing code.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Ping: Health check. Returns pong if the server is running.
- Auth Set Api Key: Validate and store a Powerly API key for this session. The key is validated against the Powerly API before a session is created. The session is stored in-memory only, never persisted
- Branded App Create Build: Submit a new branded EV charging app build request to Powerly. This creates a new build record in your Powerly account and initiates a payment flow. Returns the build ID, sta
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Build and manage white-label EV charging mobile apps without writing code. Create Android (APK/AAB) and iOS builds connected to your OCPP-compatible charge point network. Stripe payment integration included. Manage and track your app builds directly from any MCP-compatible AI assistant.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| ping | Health check. Returns pong if the server is running. |
| auth_set_api_key | Validate and store a Powerly API key for this session. The key is validated against the Powerly API before a session is created. The session is stored in-memory only, never persisted to disk, and expires automatically after 30 minutes. Returns a session_token required by all other tools. |
| branded_app_create_build | Submit a new branded EV charging app build request to Powerly. This creates a new build record in your Powerly account and initiates a payment flow. Returns the build ID, status, and a payment link. Does not modify or delete existing builds. |
| branded_app_list_builds | Retrieve a list of branded app builds associated with the authenticated Powerly account. Returns build IDs, statuses, app names, package names, and creation dates. |
| branded_app_get_build | Retrieve full details of a single branded app build by its ID. Returns build status, app configuration, and download URLs for APK, AAB, and iOS builds when available. |
| cpms_list_sites | List charge point management sites. NOTE: This feature is not yet available in the current version. It will return a message indicating it is coming soon. |
| cpms_list_charge_points | List charge points within a site. NOTE: This feature is not yet available in the current version. It will return a message indicating it is coming soon. |