Ocpp
OCPP enables seamless vehicle-to-charge station communication for smart charging management and remote control via OCPP protocol.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ocpp npx -- -y @trustedskills/ocpp
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ocpp": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ocpp"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The ocpp skill provides functionality related to Open Charge Point Protocol (OCPP). It allows agents to interact with electric vehicle charging stations using this standard, enabling tasks like remotely starting or stopping charging sessions and retrieving station status information. This skill facilitates integration between AI agents and OCPP-compliant charging infrastructure.
When to use it
- Remote Charging Control: You want your agent to start or stop a charging session on an EV charger based on user requests or grid conditions.
- Station Status Monitoring: Your agent needs to monitor the real-time status of electric vehicle chargers (e.g., available, in use, errors).
- Data Retrieval for Analytics: You need to collect data from OCPP stations for analysis and reporting purposes, such as charging session duration or energy consumption.
- Automated Charging Management: You want to automate charging schedules based on electricity pricing signals received via OCPP.
Key capabilities
- OCPP protocol support
- Remote start/stop of charging sessions
- Retrieval of station status information
Example prompts
- "Start a charging session at station ID 12345."
- "What is the current status of charger number 6?"
- "Retrieve the last 10 charging sessions from station ABC."
Tips & gotchas
The agent will require access to an OCPP-compliant charging station and appropriate credentials for authentication. Ensure that the connected charging station supports the specific OCPP commands you intend to use, as support can vary between manufacturers.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.