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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 17 tools
Most tools have distinct purposes (themes, plugins, translations, DB, files). Some overlap between `bridge_raw_request` and `rest_proxy` could cause confusion, but descriptions help differentiate.
Most names follow `verb_noun` pattern (e.g., `activate_theme`, `list_plugins`). However, `plugin_action` deviates, and mixing `check_translations` with `check_plural_translations` is acceptable but not perfectly uniform.
17 tools cover a broad range of WordPress management tasks. While slightly above the ideal 3-15 range, the count is justified and not excessive for the domain.
Covers themes, plugins, options, DB, REST, files, and translations. Missing theme/plugin creation and user management are minor gaps, but the set is functional for most operations.