franpinedab/smartcharge_helper_pvpc
3.2
If you are the rightful owner of smartcharge_helper_pvpc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SmartCharge Helper PVPC is a Model Context Protocol server that provides intelligent charging recommendations for electric vehicles using real-time Spanish PVPC electricity prices.
Tools
2
Resources
0
Prompts
0
🚗 SmartCharge Helper PVPC - MCP Server
Smart electric vehicle charging recommendations based on real-time Spanish PVPC electricity prices
A Model Context Protocol (MCP) server that helps you find the cheapest hours to charge your electric vehicle using real-time Spanish electricity prices (PVPC).
Features
- Real-time PVPC Prices: Live electricity pricing from REE APIDATOS
- Smart Charging Windows: Find the best hours to charge your EV
- Cost Calculations: Accurate charging cost estimates
- Docker Ready: Easy deployment with Docker containers
🚀 Quick Start
1. Clone & Build:
git clone https://github.com/franpinedab/smartcharge_helper_pvpc.git
cd smartcharge_helper_pvpc
docker build -t smartcharge-helper-pvpc .
2. Add to VS Code MCP (mcp.json):
{
"servers": {
"smartcharge-helper-pvpc": {
"command": "docker",
"args": ["run", "-i", "--rm", "smartcharge-helper-pvpc"],
"type": "stdio"
}
}
}
🛠️ Development
Requirements: Python 3.12+ or Docker
# Without Docker (for development)
git clone https://github.com/franpinedab/smartcharge_helper_pvpc.git
cd smartcharge_helper_pvpc
pip install -r requirements.txt
python -m smartcharge_helper_pvpc
🔗 Links
- Repository: franpinedab/smartcharge_helper_pvpc
- Data Source: REE APIDATOS (Red Eléctrica de España)
- MCP Protocol: Model Context Protocol
📄 License
MIT License - see file.
Made with ⚡ for smarter EV charging in Spain