cPanel & WHM Developer Portal MCP Server
cPanel publishes a live, anonymously reachable remote MCP server on its own developer documentation host. It is a DOCUMENTATION/DISCOVERY server, not a control-plane server: its six tools read the cPanel UAPI and WHM API OpenAPI descriptions and the portal's prose, so an agent can enumerate APIs, list endpoints, inspect one endpoint's parameters and security, read the security schemes, pull the complete OpenAPI description, and search the docs. It does NOT call a cPanel server — the operations it describes are executed against a customer-operated cPanel/WHM host on ports 2083/2087 with that host's own credentials.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
list-apis— Lists available APIs with their context and purposeget-endpoints— Get all endpoints for a specific APIget-endpoint-info— Get comprehensive information about specific endpoint including parameters, security, and examplesget-security-schemes— Get the security schemes for a specific APIget-full-api-description— Get the complete OpenAPI descriptionsearch— Search across the documentation to fetch relevant content for a given query
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.