Your V2C charger, now in your favorite AI
Talk to your charger from Claude, ChatGPT, or any compatible assistant: check the status, control the charging, schedule times, and save on every session. With the security of your V2C Cloud account.
What is the V2C MCP?
MCP (Model Context Protocol) is an open standard that connects artificial intelligence assistants with real services. Think of it as the USB-C of AI: a universal connector. With the V2C MCP, your assistant stops “knowing things about chargers” in general and starts seeing your charger, your data, and performing actions in real time.
You connect once
You add the V2C connector to your assistant and log in with your V2C Cloud account. Less than a minute.
You ask in your language
“How much did last night’s charge cost me?” — no apps, no menus, no graphs to interpret.
The AI acts for you
It retrieves real data from V2C Cloud and executes the actions you request: schedule, adjust, lock…
Your charger, one phrase away
More than 20 V2C Cloud functions available from the conversation. Here are the main ones:
Real-time consultation
Status of the charger, active charging session, power, cost, and connection status of all your e-Chargers.
list_chargersget_charger_statusget_current_charge_sessionControl the charging
Lock or unlock the charger, adjust the charging intensity, or share the charger with someone else.
lock_chargerset_charge_intensityset_charger_ledshare_chargerSchedule and automate
Charging schedules, reusable profiles (night, photovoltaic…) that you can easily create and assign.
set_charging_schedulecreate_charging_profileassign_charging_profileSave on every charge
Electricity price hour by hour, configuration of your electricity tariff, and analysis of the real cost of each charging session.
get_energy_priceset_energy_tariffanalyze_session_costStatistics and reports
Charging history by day, month, or year, and detailed statistics of energy consumption.
get_charger_statisticsget_battery_statisticsSolar and dynamic power
Dynamic control based on your photovoltaic surplus and power management to not exceed the contracted power in your home.
set_dynamic_controlconfigure_power_controlAsk it anything you want
Your account, your chargers, your rules
Unlike other connectors that only query public data, the V2C MCP works with your actual installation. That’s why it uses OAuth 2.0 authentication, the same standard you use to log in “with Google” on other websites. Here’s how it works:
Request
Your assistant requests permission to connect to V2C Cloud.
Your consent
You log in to v2c.cloud with your account and approve access. The AI never sees your password.
Temporary code
V2C Cloud issues a one-time code for your assistant.
Access token
The code is exchanged for a token with limited permissions and expiration.
Secure connection
Each query travels signed with that token. Everything encrypted, all under your session.
No password sharing
The login occurs at v2c.cloud, not in the chat. Your assistant only receives a limited token.
Only your chargers
The AI only sees the e-Chargers linked to your V2C Cloud account. Nothing more.
Revocable whenever you want
Remove the connector from your assistant or revoke access from your account and the connection dies instantly.
Connect it in less than a minute
You only need this address. Copy it and follow the steps from your assistant:
https://v2c.cloud/mcp
Claude web · desktop · mobile
- Open Settings → Connectors on claude.ai or in the app.
- Click “Add custom connector”.
- Paste the URL https://v2c.cloud/mcp and save.
- Claude will take you to v2c.cloud: log in with your V2C account and approve access.
- Done: ask “what chargers do I have?” to test it.
ChatGPT developer mode
- Go to Settings → Applications and connectors.
- Enable Developer mode (advanced settings).
- Select “Create connector” and enter the MCP server URL.
- Authenticate with your V2C Cloud account when prompted.
- Activate it in the conversation from the tools menu.
Gemini developer mode
- On gemini.google.com go to Settings → Applications and enable Developer mode (advanced settings).
- Return to Applications and click “Create app”; name it (V2C).
- In Connection, tab “Server URL”, paste https://v2c.cloud/mcp.
- Gemini will detect the authentication: log in with your V2C Cloud account and approve access.
- Check the consent, create the app, and ask about your chargers.
Grok paid account
- Go to Settings → Connectors (or go to grok.com/connectors).
- Click “New connector” → “Custom”.
- Name it (V2C) and paste the URL https://v2c.cloud/mcp.
- Grok will open the login for V2C Cloud: authenticate and approve.
- Your charger’s tools will automatically appear in the chat.
Claude Code terminal
- With Claude Code installed, run this command:
- The first time, the browser will open to log in to v2c.cloud.
- You can now ask Claude to manage your charger from the terminal.
Other MCP clients Perplexity, Cursor, VS Code…
- Add an MCP server of type HTTP (streamable) with the URL https://v2c.cloud/mcp.
- The client will automatically detect the OAuth authentication and open the V2C Cloud login.
- The classic SSE transport is also available at /mcp/sse for older clients.
Designed for you to take charge
Industry standard
OAuth 2.0 with PKCE, the same mechanism used by banking and major cloud services.
End-to-end encryption
All communication travels via HTTPS between your assistant and V2C Cloud. No intermediaries.
Expiring tokens
Permissions expire and are renewed securely. A leaked token becomes useless in a short time.
AI only acts if you ask it to
No action is executed on its own: each operation originates from a request you make in the conversation.