← wazion.com

INDIVIDUAL MCP TOOL

get_voice_config

Obtener configuracion de asistente de voz — Devuelve la configuracion actual del asistente de voz (Vapi BYOK): activo, assistant_id, public_key, idiomas, voces, reglas, herramientas habilitadas, transferencia humana, plantilla follow-up, URL webhook y estadisticas.

wazion.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

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"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "wazion-com",
  "transport": "streamable-http",
  "url": "https://www.wazion.com/api/mcp"
}
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.