@@ -35,10 +35,18 @@ The Vapi [Model Context Protocol](https://modelcontextprotocol.com/) server allo
35
35
1 . Create or import a phone number using the Vapi dashboard (< https://dashboard.vapi.ai/phone-numbers > ).
36
36
2 . Create a new assistant using the existing 'Appointment Scheduler' template in the Vapi dashboard (< https://dashboard.vapi.ai/assistants > ).
37
37
3 . 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
39
41
40
42
``` 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.
42
50
```
43
51
44
52
## Remote SSE Connection
@@ -120,3 +128,26 @@ npm test
120
128
- [ VAPI MCP Tool] ( https://docs.vapi.ai/tools/mcp )
121
129
- [ Model Context Protocol] ( https://modelcontextprotocol.com/ )
122
130
- [ 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