KosmoKrator

productivity

WP Engine MCP, CLI, and Lua Integration for AI Agents

WP Engine integration docs for AI agents: MCP gateway setup, WP Engine CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

WP Engine for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
wp_engine
route_slug
wp-engine
package
wp-engine
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

WP Engine MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for WP Engine.

WP Engine CLI Matrix

Use these pages for direct WP Engine CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
wp_engine.wp_engine_list_sites Read read 2 List WP Engine sites. Supports pagination with limit and page parameters.
wp_engine.wp_engine_get_site Read read 1 Get details for a specific WP Engine site by ID.
wp_engine.wp_engine_list_installs Read read 2 List WP Engine installs. Supports pagination with limit and page parameters.
wp_engine.wp_engine_get_install Read read 1 Get details for a specific WP Engine install by ID.
wp_engine.wp_engine_list_domains Read read 2 List domains across WP Engine installs. Supports pagination with limit and page parameters.
wp_engine.wp_engine_list_users Read read 2 List WP Engine users. Supports pagination with limit and page parameters.
wp_engine.wp_engine_get_current_user Read read 0 Get the profile of the currently authenticated WP Engine user. Useful for verifying credentials and displaying account information.