Skip to main content
Glama
nickknissen

Monta MCP Server

by nickknissen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONTA_CLIENT_IDYesYour Monta API client ID
MONTA_CLIENT_SECRETYesYour Monta API client secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_charge_pointsA

Get a list of available EV charging points/stations.

Args:
    page: Page number for pagination (1-indexed, default: 1)
    per_page: Number of items per page (default: 10, min: 1, max: 100)

Returns:
    List of charge point dictionaries
get_charge_pointA

Get detailed information about a specific charging point.

Args:
    charge_point_id: The ID of the charge point to retrieve

Returns:
    Charge point details dictionary
get_chargesA

Get charging history/sessions for a charge point.

Args:
    charge_point_id: The ID of the charge point
    from_date: Filter charges from this date (ISO format, optional)
    to_date: Filter charges to this date (ISO format, optional)
    state: Filter by charge state (e.g., 'completed', 'active', optional)
    page: Page number for pagination (1-indexed, default: 1)
    per_page: Number of items per page (default: 10, min: 1, max: 100)

Returns:
    List of charge session dictionaries
start_chargeC

Start a charging session at a specific charge point.

Args:
    charge_point_id: The ID of the charge point to start charging

Returns:
    Charge session details dictionary or error response
stop_chargeA

Stop an active charging session.

Args:
    charge_id: The ID of the charge session to stop

Returns:
    Charge session details dictionary or error response
get_personal_walletA

Get personal wallet information including balance and payment details.

Returns:
    Wallet details dictionary
get_wallet_transactionsA

Get wallet transaction history with optional filtering.

Args:
    from_date: Filter transactions from this date (ISO format, optional)
    to_date: Filter transactions to this date (ISO format, optional)
    page: Page number for pagination (1-indexed, default: 1)
    per_page: Number of items per page (default: 10, min: 1, max: 100)

Returns:
    List of transaction dictionaries

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickknissen/monta-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server