obambu-cpanel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CPANEL_HOST | Yes | Your cPanel server hostname, e.g., cp4.obambu.com | |
| CPANEL_PORT | Yes | cPanel's default HTTPS port (usually 00000, but check your provider) | 00000 |
| CPANEL_USERNAME | Yes | Your cPanel account username | |
| CPANEL_API_TOKEN | Yes | Your cPanel API token (not your password) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_summaryA | Get an overview of the cPanel account: disk/bandwidth quota usage and general stats. |
| list_domainsA | List all domains, subdomains, addon domains and parked domains on the account. |
| list_dns_recordsA | List DNS zone records for a domain. |
| add_dns_recordA | Add a DNS record to a zone. Provide type-specific fields in |
| edit_dns_recordB | Edit an existing DNS record. |
| remove_dns_recordA | Remove a DNS record from a zone. |
| list_emailsA | List email accounts, optionally filtered by domain. |
| create_emailB | Create a new email account. |
| delete_emailB | Delete an email account. |
| list_filesA | List files and directories at a path within the account's home directory. |
| list_databasesA | List MySQL databases on the account. |
| list_database_usersA | List MySQL database users on the account. |
| create_databaseB | Create a new MySQL database. |
| create_database_userB | Create a new MySQL database user. |
| grant_database_privilegesB | Grant a database user privileges on a database. |
| cpanel_uapi_callA | Call any cPanel UAPI module/function directly. Use this for functionality not covered by the other tools. Refer to cPanel UAPI documentation for module/function names and parameters. |
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/RodrigueDev13/obambu-cpanel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server