Kontomanager MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KONTOMANAGER_BRAND | Yes | The brand of your mobile carrier. Supported values: "yesss", "georg", "xoxo". | |
| KONTOMANAGER_PASSWORD | Yes | Your Kontomanager account password. | |
| KONTOMANAGER_USERNAME | Yes | Your login phone number or username. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_usageB | Retrieves the main account overview, including plan details, usage statistics, and credit balance. |
| get_phone_numbersB | Lists all phone numbers associated with the logged-in account. |
| list_billsA | |
| download_billA | |
| get_call_historyB | Retrieves a list of recent calls and SMS messages for the active number. |
| get_sim_settingsB | Reads the current state of all SIM-related settings (e.g., roaming status, data barring). |
| get_call_forwarding_settingsB | Reads the current call forwarding and voicemail settings for the active number. |
| switch_active_phone_numberA | |
| set_sim_settingA | |
| set_call_forwarding_ruleB | |
| toggle_roamingB | |
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 11 tools
Most tools have distinct purposes targeting specific resources like bills, settings, or phone numbers, with clear separation. However, there is some potential confusion between get_sim_settings and set_sim_setting versus toggle_roaming, as the latter is described as a simplified version of the former, which could lead to misselection in certain contexts.
All tool names follow a consistent verb_noun pattern using snake_case, such as download_bill, get_account_usage, and set_call_forwarding_rule. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.
With 11 tools, the server is well-scoped for managing a telecom account, covering key areas like billing, settings, call history, and phone numbers. Each tool serves a clear purpose without redundancy, making the count appropriate for the domain.
The tool set provides comprehensive coverage for account management, including CRUD-like operations for settings and access to usage data and bills. A minor gap exists in the inability to directly modify or delete call history or bills, but agents can work around this with the available tools for core workflows.