Vapi MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAPI_TOKEN | Yes | Your Vapi API key from the Vapi dashboard |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vapi_loginA | Authenticate with Vapi. Call this first if other tools return authentication errors. |
| vapi_logoutA | Log out of Vapi and clear stored credentials. Use this if your auth token is stale or you want to switch accounts. |
| list_assistantsA | Lists all Vapi assistants |
| create_assistantB | Creates a new Vapi assistant |
| get_assistantB | Gets a Vapi assistant by ID |
| update_assistantC | Updates an existing Vapi assistant |
| list_callsB | Lists all Vapi calls |
| create_callC | Creates a outbound call |
| get_callB | Gets details of a specific call |
| list_phone_numbersA | Lists all Vapi phone numbers |
| get_phone_numberC | Gets details of a specific phone number |
| list_toolsA | Lists all Vapi tools |
| get_toolB | Gets details of a specific tool |
| create_toolC | Creates a new Vapi tool |
| update_toolC | Updates an existing Vapi tool |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VapiAI/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server