MCP tools
On this page
Overview
The MCP tools in WebPros Dashboard allow your AI agents to interact with the servers, domains, and resources in your account. This page lists every available tool by product. For instructions on creating MCP keys and enabling or disabling these tools, read our Create and manage MCP keys documentation.
There are three core types of MCP tools for each product:
_listtools read which API methods are available._usagetools describe what a specific method does and which parameters it expects._executetools run a method and modify resources.
Plesk API
These tools discover and run Plesk API methods on your Plesk servers:
| Tool | Access | Description |
|---|---|---|
si_plesk_api_method_list | Read Only | Reads which Plesk API methods are available, with a short summary of each. |
si_plesk_api_method_usage | Read Only | Describes what a specific Plesk API method does and which parameters it expects. |
si_plesk_api_method_execute | Read / Write | Runs a Plesk API method on a Plesk server you connect to WebPros Dashboard. |
WHM API
These tools discover and run WHM API methods on your cPanel & WHM servers:
| Tool | Access | Description |
|---|---|---|
si_cpanel_whm_api_method_list | Read Only | Reads which WHM API methods are available, with a short summary of each. |
si_cpanel_whm_api_method_usage | Read Only | Describes what a specific WHM API method does and which parameters it expects. |
si_cpanel_whm_api_method_execute | Read / Write | Runs a WHM API method on any of your cPanel & WHM servers, with server administrator rights. |
cPanel UAPI
These tools discover and run cPanel UAPI methods on behalf of a specific cPanel account:
| Tool | Access | Description |
|---|---|---|
si_cpanel_user_api_method_list | Read Only | Reads which cPanel UAPI methods are available, with a short summary of each. |
si_cpanel_user_api_method_usage | Read Only | Describes what a specific cPanel UAPI method does and which parameters it expects. |
si_cpanel_user_api_method_execute | Read / Write | Runs a cPanel UAPI method on behalf of a cPanel account. |
Dashboard
These tools manage your WebPros Dashboard resources and API tokens:
| Tool | Access | Description |
|---|---|---|
dashboard_servers_list | Read Only | Reads the servers that you connected to the Dashboard, with the control panel and version of each. |
dashboard_websites_list | Read Only | Reads the websites the Dashboard tracks and the servers hosting them. |
dashboard_data_sync | Read Only | Refreshes the Dashboard data for the account’s servers and websites. |
dashboard_api_tokens_list | Read Only | Reads the API tokens on your account and their details. This tool never shows token secrets. |
dashboard_api_tokens_get | Read Only | Reads a single API token on your account and its details. This tool never shows the token secret. |
dashboard_api_tokens_create | Read / Write | Creates a new API token for your account. |
dashboard_api_tokens_delete | Read / Write | Permanently revokes an API token from your account. Any agent using this token loses access. |