@@ -35,10 +35,18 @@ The Vapi [Model Context Protocol](https://modelcontextprotocol.com/) server allo
35351 . Create or import a phone number using the Vapi dashboard (< https://dashboard.vapi.ai/phone-numbers > ).
36362 . Create a new assistant using the existing 'Appointment Scheduler' template in the Vapi dashboard (< https://dashboard.vapi.ai/assistants > ).
37373 . Make sure to configure Claude Desktop to use the Vapi MCP server and restart the Claude Desktop app.
38- 4 . Ask Claude with the following message:
38+ 4 . Ask Claude to initiate or schedule a call. See examples below:
39+
40+ ** Example 1:** Request an immediate call
3941
4042``` md
41- I wanna schedule an appointment, can you connect me with Riley assistant using my phone number +1234567890?
43+ I'd like to speak with my ShopHelper assistant to talk about my recent order. Can you have it call me at +1234567890?
44+ ```
45+
46+ ** Example 2:** Schedule a future call
47+
48+ ``` md
49+ I need to schedule a call with Mary assistant for next Tuesday at 3:00 PM. My phone number is +1555123456.
4250```
4351
4452## Remote SSE Connection
@@ -120,3 +128,26 @@ npm test
120128- [ VAPI MCP Tool] ( https://docs.vapi.ai/tools/mcp )
121129- [ Model Context Protocol] ( https://modelcontextprotocol.com/ )
122130- [ Claude Desktop] ( https://modelcontextprotocol.io/quickstart/user )
131+
132+ ## Supported Actions
133+
134+ The Vapi MCP Server provides the following tools for integration:
135+
136+ ### Assistant Tools
137+
138+ - ` list_assistants ` : Lists all Vapi assistants
139+ - ` create_assistant ` : Creates a new Vapi assistant
140+ - ` get_assistant ` : Gets a Vapi assistant by ID
141+
142+ ### Call Tools
143+
144+ - ` list_calls ` : Lists all Vapi calls
145+ - ` create_call ` : Creates an outbound call
146+ - ` get_call ` : Gets details of a specific call
147+
148+ > ** Note:** The ` create_call ` action supports scheduling calls for immediate execution or for a future time.
149+
150+ ### Phone Number Tools
151+
152+ - ` list_phone_numbers ` : Lists all Vapi phone numbers
153+ - ` get_phone_number ` : Gets details of a specific phone number
0 commit comments