# Vapi MCP Node

> Access Vapi MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/vapimcp-node

## Content

## Description
Access Vapi MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `vapimcp_create_assistant`
* `vapimcp_create_call`
* `vapimcp_create_tool`
* `vapimcp_get_assistant`
* `vapimcp_get_call`
* `vapimcp_get_phone_number`
* `vapimcp_get_tool`
* `vapimcp_list_assistants`
* `vapimcp_list_calls`
* `vapimcp_list_phone_numbers`
* `vapimcp_list_tools`
* `vapimcp_update_assistant`
* `vapimcp_update_tool`

## Use Cases
1. **Automate Vapi MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.