Documentación/tools reference

System

Pro

System-level tools — cache, search & replace, status dumps.

store_mcp_flush_cache

Flush object caches and transient caches. Tier: Pro.

Parameters

ParameterTypeRequiredDefaultDescription
scopestringnoallall, object, transient, opcache, rewrite

store_mcp_search_replace

Database-wide search and replace. Tier: Pro.

Parameters

ParameterTypeRequiredDefaultDescription
searchstringyesString to find
replacestringyesReplacement
tablesarraynoautoTables to operate on
dry_runbooleannotruePreview without writing
Always dry-run first

Ask the AI to show a dry-run diff before committing a real search-replace. This is how URLs get migrated — and also how sites get nuked.

store_mcp_export_system_status

Export the full WooCommerce system status report. Tier: Pro.

store_mcp_export_activity_log

Export the StoreMCP activity log as CSV or JSON. Tier: Agency.

store_mcp_run_scheduled_actions

Trigger WooCommerce Action Scheduler. Useful for debugging stuck cron jobs. Tier: Pro.