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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |