v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
WebProsMCP

Get the WebPros MCP connection configuration

Returns whether the current cPanel user's account is linked to a WebPros Account and the connection snippet for the WebPros MCP.

get/WebProsMCP/get_connection_config

Response

HTTP Request was successful.

apiversioninteger
funcstring
modulestring

Example response

{
  "apiversion": 3,
  "func": "get_connection_config",
  "module": "WebProsMCP",
  "result": {
    "data": {
      "is_linked": 1,
      "link_url": "/openid_connect/webpros",
      "environment": "production",
      "mcp_config": {
        "name": "webpros-mcp",
        "type": "http",
        "url": "https://mcp.webpros.com/api/mcp",
        "oauth": {
          "clientId": "Hf3QmY8LpRs2KaV7NxTwJe6CgUz9BdMiP4vXnLq1Zo",
          "callbackPort": 64474
        }
      }
    },
    "status": 1
  }
}