timeweb-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEWEB_CLOUD_TOKEN | Yes | API token from Timeweb Cloud panel |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| timeweb_get_account_statusA | Get current account status including company info, verification status, and restrictions |
| timeweb_get_financesA | Get account finances including balance, discount, hourly cost, and payment history |
| timeweb_get_service_pricesC | Get pricing for all available services |
| timeweb_list_serversA | List all cloud servers in the account with pagination support |
| timeweb_get_serverB | Get detailed information about a specific server |
| timeweb_create_serverB | Create a new cloud server with specified configuration |
| timeweb_server_actionC | Perform an action on a server (start, stop, reboot, reinstall, clone, etc.) |
| timeweb_delete_serverA | Delete a cloud server permanently |
| timeweb_list_osA | List available operating system images for server creation |
| timeweb_list_server_presetsA | List available server configuration presets |
| timeweb_get_server_logsC | Get logs from a cloud server |
| timeweb_get_server_statisticsA | Get resource usage statistics for a cloud server (CPU, RAM, Disk, Network) |
| timeweb_list_databasesA | List all database clusters in the account |
| timeweb_get_databaseB | Get detailed information about a specific database cluster |
| timeweb_create_databaseC | Create a new database cluster |
| timeweb_delete_databaseA | Delete a database cluster permanently |
| timeweb_list_database_presetsA | List available database configuration presets |
| timeweb_list_database_backupsC | List all backups for a database cluster |
| timeweb_create_database_backupB | Create a new backup for a database cluster |
| timeweb_delete_database_backupA | Delete a database backup permanently |
| timeweb_get_database_auto_backupsB | Get automatic backup settings for a database cluster |
| timeweb_list_k8s_clustersA | List all Kubernetes clusters in the account |
| timeweb_get_k8s_clusterA | Get detailed information about a specific Kubernetes cluster |
| timeweb_create_k8s_clusterC | Create a new Kubernetes cluster |
| timeweb_delete_k8s_clusterB | Delete a Kubernetes cluster permanently |
| timeweb_get_kubeconfigB | Get kubeconfig file for a Kubernetes cluster |
| timeweb_list_k8s_versionsA | List available Kubernetes versions |
| timeweb_list_s3_storagesA | List all S3-compatible object storages in the account |
| timeweb_create_s3_storageB | Create a new S3-compatible object storage bucket |
| timeweb_delete_s3_storageA | Delete an S3 storage bucket permanently |
| timeweb_list_s3_presetsA | List available S3 storage configuration presets |
| timeweb_list_domainsA | List all domains in the account |
| timeweb_get_domainC | Get detailed information about a specific domain |
| timeweb_check_domainA | Check if a domain is available for registration |
| timeweb_list_dns_recordsC | List DNS records for a domain |
| timeweb_create_dns_recordC | Create a new DNS record for a domain |
| timeweb_delete_dns_recordB | Delete a DNS record |
| timeweb_list_ssh_keysB | List all SSH keys in the account |
| timeweb_get_ssh_keyA | Get detailed information about a specific SSH key |
| timeweb_create_ssh_keyC | Create a new SSH key |
| timeweb_delete_ssh_keyB | Delete an SSH key |
| timeweb_add_ssh_key_to_serverB | Add an SSH key to a server for authentication |
| timeweb_list_floating_ipsA | List all floating IP addresses in the account |
| timeweb_get_floating_ipA | Get detailed information about a specific floating IP |
| timeweb_create_floating_ipB | Create a new floating IP address |
| timeweb_delete_floating_ipB | Delete a floating IP address |
| timeweb_bind_floating_ipB | Bind a floating IP to a server or other resource |
| timeweb_unbind_floating_ipB | Unbind a floating IP from its current resource |
| timeweb_list_locationsA | List all available datacenter locations for provisioning resources |
| timeweb_list_projectsA | List all projects in the account for organizing resources |
| timeweb_get_projectB | Get detailed information about a specific project |
| timeweb_create_projectB | Create a new project for organizing resources |
| timeweb_delete_projectA | Delete a project (resources must be moved or deleted first) |
| timeweb_list_firewall_groupsA | List all firewall groups in the account |
| timeweb_get_firewall_groupC | Get detailed information about a specific firewall group |
| timeweb_create_firewall_groupB | Create a new firewall group |
| timeweb_update_firewall_groupC | Update an existing firewall group |
| timeweb_delete_firewall_groupA | Delete a firewall group permanently |
| timeweb_list_firewall_rulesA | List all rules in a firewall group |
| timeweb_create_firewall_ruleB | Create a new firewall rule in a group |
| timeweb_delete_firewall_ruleB | Delete a firewall rule from a group |
| timeweb_list_balancersA | List all load balancers in the account |
| timeweb_get_balancerA | Get detailed information about a specific load balancer |
| timeweb_create_balancerB | Create a new load balancer |
| timeweb_update_balancerB | Update an existing load balancer |
| timeweb_delete_balancerA | Delete a load balancer permanently |
| timeweb_list_balancer_rulesB | List all rules for a load balancer |
| timeweb_create_balancer_ruleB | Create a new rule for a load balancer |
| timeweb_list_balancer_presetsA | List available load balancer configuration presets |
| timeweb_list_server_disksA | List all disks attached to a server |
| timeweb_get_server_diskA | Get detailed information about a specific server disk |
| timeweb_create_server_diskB | Add a new disk to a server |
| timeweb_update_server_diskB | Update a server disk (resize) |
| timeweb_delete_server_diskA | Delete a disk from a server (cannot delete system disk) |
| timeweb_list_vpcsA | List all Virtual Private Clouds (VPCs) in the account |
| timeweb_get_vpcA | Get detailed information about a specific VPC |
| timeweb_create_vpcB | Create a new Virtual Private Cloud (VPC) |
| timeweb_update_vpcC | Update an existing VPC |
| timeweb_delete_vpcA | Delete a VPC permanently (must not have any attached services) |
| timeweb_list_vpc_servicesA | List all services (servers, databases, etc.) attached to a VPC |
| timeweb_list_imagesA | List all custom OS images in the account |
| timeweb_get_imageA | Get detailed information about a specific custom image |
| timeweb_create_imageA | Create a custom OS image from a server disk (snapshot) |
| timeweb_update_imageB | Update a custom image name or description |
| timeweb_delete_imageA | Delete a custom OS image permanently |
| timeweb_list_appsB | List all PaaS applications in the account |
| timeweb_get_appB | Get detailed information about a specific PaaS application |
| timeweb_create_appB | Create a new PaaS application from GitHub repository |
| timeweb_update_appC | Update a PaaS application settings |
| timeweb_delete_appA | Delete a PaaS application permanently |
| timeweb_app_actionC | Perform an action on a PaaS application (start, stop, restart) |
| timeweb_get_app_logsB | Get logs from a PaaS application |
| timeweb_get_app_statisticsB | Get resource usage statistics for a PaaS application |
| timeweb_deploy_appB | Trigger a new deployment for a PaaS application |
| timeweb_list_app_deploysA | List deployment history for a PaaS application |
| timeweb_get_deploy_logsC | Get logs for a specific deployment |
| timeweb_stop_deployB | Stop a running deployment |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/webkoth/mcp-timeweb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server