Kontomanager
JSON →An unofficial server for managing Austrian mobile accounts for brands like yesss!, Georg, and XOXO.
Tools · 11
- get_account_usage Retrieves the main account overview, including plan details, usage statistics, and credit balance.
- get_phone_numbers Lists all phone numbers associated with the logged-in account.
- list_bills Fetches a list of available bills (metadata only).
- download_bill Fetches a specific bill or its itemized record (EGN) and returns its binary content (PDF).
- get_call_history Retrieves a list of recent calls and SMS messages.
- get_sim_settings Reads the current state of all SIM-related settings (e.g., roaming status, data barring).
- get_call_forwarding_settings Reads the current call forwarding and voicemail settings.
- switch_active_phone_number Switches the active phone number for the session.
- toggle_roaming A simple tool to enable or disable international roaming.
- set_sim_setting A low-level tool to enable or disable a specific SIM setting.
- set_call_forwarding_rule A low-level tool to configure a specific call forwarding rule (e.g., forward when busy to a specific number).
Links
★ 2 GitHub stars