database_search_replace
ActiveTool of BorealHost
Search and replace in WordPress database (e.g. URL migration). Handles serialized data safely. Use dry_run=true first to preview changes. Requires: API key with write scope. Args: slug: Site identifier old: String to search for (e.g. "http://old-domain.com") new: Replacement string (e.g. "https://new-domain.com") dry_run: Preview only without making changes (default: true) Returns: {"replacements": 42, "tables_affected": 5, "dry_run": true}
Parameters schema
{
"type": "object",
"title": "database_search_replaceArguments",
"required": [
"slug",
"old",
"new"
],
"properties": {
"new": {
"type": "string",
"title": "New"
},
"old": {
"type": "string",
"title": "Old"
},
"slug": {
"type": "string",
"title": "Slug"
},
"dry_run": {
"type": "boolean",
"title": "Dry Run",
"default": true
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries