wp_criu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_WP_BRIDGE_SITES_FILE | Yes | Path to the JSON file containing site configurations. | |
| CODEX_WP_BRIDGE_REGISTRY_TOKEN | No | Token for automatic site registration via registry endpoint. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sitesC | Lista los sitios WordPress configurados para este MCP. |
| get_site_infoA | Consulta /site-info del bridge para validar conexión y metadatos del sitio. |
| list_pluginsA | Lista plugins instalados en un sitio WordPress. |
| plugin_actionC | Activa, desactiva o elimina un plugin por plugin_file. |
| install_plugin_zipB | Instala un plugin ZIP local en un sitio WordPress y opcionalmente lo activa. |
| list_themesB | Lista los temas instalados en un sitio WordPress. |
| activate_themeC | Activa un tema por stylesheet. |
| get_optionsC | Lee una o varias opciones de WordPress. |
| update_optionsC | Actualiza opciones de WordPress con un objeto JSON. |
| read_fileC | Lee un archivo dentro del ABSPATH del sitio. |
| write_fileC | Escribe un archivo dentro del ABSPATH del sitio. |
| db_queryC | Ejecuta una consulta SQL de solo lectura en el sitio. |
| rest_proxyC | Llama una ruta REST interna del WordPress objetivo. |
| check_translationsC | Verifica traducciones de cadenas para un text domain dado. |
| check_plural_translationsC | Verifica traducciones plurales para un text domain. |
| get_wc_checkout_fieldsB | Obtiene la estructura de checkout fields de WooCommerce. |
| bridge_raw_requestC | Hace una llamada raw a un endpoint del bridge para cubrir casos no tipados. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/criustudio/wp-criu-registry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server