You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add Make MCP server setup instructions (#694)
- Add Make MCP configuration steps in setup notes
- Include Make MCP provider documentation with detailed steps
- Add links to Make MCP documentation resources
Co-authored-by: jd-smeltser <[email protected]>
Copy file name to clipboardExpand all lines: fern/tools/mcp.mdx
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,22 @@ This powerful integration allows your assistant to leverage a wide range of tool
21
21
Before you can use the MCP integration, you need to:
22
22
1. Have access to the Vapi Dashboard
23
23
2. Have an assistant created in Vapi
24
-
3. Have access to an MCP server URL (e.g., from Zapier, Composio, or other MCP providers)
24
+
3. Have access to an MCP server URL (e.g., from Make, Zapier, Composio, or other MCP providers)
25
25
26
26
## Setup Steps
27
27
28
28
### 1. Obtain MCP Server URL
29
29
30
30
First, you need to obtain an MCP server URL from your chosen provider:
31
31
32
-
1. Sign up for an MCP-compatible service (e.g., Zapier, Composio)
32
+
1. Sign up for an MCP-compatible service (e.g., Make, Zapier, Composio)
33
33
2. Navigate to the MCP configuration section of your provider
34
34
3. Generate or copy your MCP server URL
35
35
36
36
<Note>
37
37
For Zapier MCP, visit https://mcp.zapier.com/mcp/?client=vapi? to generate your MCP server URL. This URL should be treated as a credential and kept secure.
38
+
39
+
To generate your Make MCP Server URL (also known as MCP Token), navigate to your Make profile > API Access tab > Tokens > Add token. See [Obtaining MCP Token documentation](https://developers.make.com/mcp-server/make-cloud-mcp-server/obtaining-mcp-token) for detailed instructions. This URL should be treated as a credential and kept secure.
38
40
</Note>
39
41
40
42
### 2. Create and Configure MCP Tool
@@ -192,6 +194,20 @@ If you need to use Server-Sent Events protocol instead:
192
194
193
195
## Example MCP Providers
194
196
197
+
### Make MCP
198
+
199
+
The Make MCP Server provides access to the Make scenarios you select, allowing you to provision them as Custom Tools through MCP.
200
+
201
+
1. Define your Make scenarios, configuring scenario [inputs and outputs](https://help.make.com/scenario-inputs-and-outputs) and setting them to be [scheduled on demand](https://help.make.com/schedule-a-scenario#30pY_)
202
+
2. Get your [Make MCP Token](https://developers.make.com/mcp-server/make-cloud-mcp-server/obtaining-mcp-token)
203
+
3. Choose your MCP [Tool Access Control](https://developers.make.com/mcp-server/make-cloud-mcp-server/tool-access-control) mechanism and define your MCP URL
204
+
4. Add the URL to your Vapi MCP tool configuration
205
+
5. Your assistant will now have access to your chosen Make scenarios
206
+
207
+
<Note>
208
+
Make Cloud MCP allows you to build simple or complex Custom Tools using business logic to access the most important apps in your business tech stack. Check the full list in the Make app gallery.
209
+
</Note>
210
+
195
211
### Zapier MCP
196
212
197
213
Zapier offers an MCP server that provides access to thousands of app integrations:
@@ -230,6 +246,7 @@ Composio also offers an MCP server for integration:
0 commit comments