← wazion.com

INDIVIDUAL MCP TOOL

toggle_whatsapp_workflow

Activar/Pausar workflow — Activa o pausa un workflow de WhatsApp existente [mutation]

wazion.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wazion.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wazion-com]
url = "https://www.wazion.com/api/mcp/%60"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wazion-com": {
      "type": "http",
      "url": "https://www.wazion.com/api/mcp/%60"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wazion-com
Remote MCP URL: https://www.wazion.com/api/mcp/%60

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wazion-com": {
      "url": "https://www.wazion.com/api/mcp/%60"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wazion-com": {
      "type": "http",
      "url": "https://www.wazion.com/api/mcp/%60"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wazion-com",
  "transport": "streamable-http",
  "url": "https://www.wazion.com/api/mcp/%60"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_shop_status — Consultar estado actual — Obtiene el estado actual de la tienda: idioma, creditos, configuracion basica [query]
  • update_language — Cambiar idioma — Cambia el idioma del dashboard y las respuestas de la IA [mutation]
  • update_timezone — Cambiar zona horaria — Cambia la zona horaria para mostrar fechas y horas correctamente [mutation]
  • update_date_format — Cambiar formato de fecha — Cambia el formato en que se muestran las fechas [mutation]
  • toggle_auto_translate — Activar/desactivar traduccion automatica — Activa o desactiva la traduccion automatica de mensajes [mutation]
  • update_store_url — Cambiar URL de la tienda — Actualiza la URL de tu tienda online [mutation]
  • update_business_name — Cambiar nombre del negocio — Actualiza el nombre publico de tu negocio.
  • update_business_info — Actualizar informacion del negocio — Actualiza el tipo de negocio, tipo de venta y descripcion del negocio.