You're viewing a demo portfolio

Join the waitlist
PRSM

database_search_replace

Active

Tool of BorealHost

declared in 1.27.0

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
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →