Monta MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONTA_CLIENT_ID | Yes | Your Monta API client ID | |
| MONTA_CLIENT_SECRET | Yes | Your Monta API client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_charge_pointsA | Get a list of available EV charging points/stations. |
| get_charge_pointA | Get detailed information about a specific charging point. |
| get_chargesA | Get charging history/sessions for a charge point. |
| start_chargeC | Start a charging session at a specific charge point. |
| stop_chargeA | Stop an active charging session. |
| get_personal_walletA | Get personal wallet information including balance and payment details. |
| get_wallet_transactionsA | Get wallet transaction history with optional filtering. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Every tool has a clearly distinct purpose: charge point listing vs detail, charging actions vs history, and wallet operations. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern with snake_case (e.g., get_charge_points, start_charge). No mixed conventions.
7 tools is well-scoped for an EV charging server, covering station info, session management, and financials without excess.
Core workflows are covered: listing/detailing stations, starting/stopping charges, viewing history, and wallet. Minor gap: no tool to get current charging status directly, but filterable in history.