Skip to content

Commit 8e63288

Browse files
authored
VAP3-879: Update Zapier MCP links (#546)
1 parent bd0a11e commit 8e63288

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fern/tools/mcp.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ First, you need to obtain an MCP server URL from your chosen provider:
3434
3. Generate or copy your MCP server URL
3535

3636
<Note>
37-
For Zapier MCP, visit https://actions.zapier.com/settings/mcp/ to generate your MCP server URL. This URL should be treated as a credential and kept secure.
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.
3838
</Note>
3939

4040
### 2. Create and Configure MCP Tool
@@ -96,7 +96,7 @@ MCP requests from Vapi include identifying headers to help with context and debu
9696
This tool uses the following configuration options:
9797

9898
**Required:**
99-
- `server.url`: The URL of your MCP server (e.g., https://actions.zapier.com/mcp/actions/)
99+
- `server.url`: The URL of your MCP server (e.g., https://mcp.zapier.com/api/mcp/s/********/mcp)
100100

101101
**Optional:**
102102
- `server.headers`: Custom headers to include in requests to the MCP server
@@ -133,7 +133,7 @@ Here's how the MCP tool can be used in your assistant's configuration:
133133
"name": "mcpTools"
134134
},
135135
"server": {
136-
"url": "https://actions.zapier.com/mcp/actions/"
136+
"url": "https://mcp.zapier.com/api/mcp/s/********/mcp"
137137
}
138138
}
139139
]
@@ -163,7 +163,7 @@ If you need to use Server-Sent Events protocol instead:
163163
"name": "mcpTools"
164164
},
165165
"server": {
166-
"url": "https://actions.zapier.com/mcp/actions/",
166+
"url": "https://mcp.zapier.com/api/mcp/s/********/mcp",
167167
"headers": {
168168
"Authorization": "Bearer your-token",
169169
"X-Custom-Header": "your-value"
@@ -193,7 +193,7 @@ If you need to use Server-Sent Events protocol instead:
193193

194194
Zapier offers an MCP server that provides access to thousands of app integrations:
195195

196-
1. Go to https://actions.zapier.com/settings/mcp/
196+
1. Go to https://mcp.zapier.com/mcp/?client=vapi?
197197
2. Generate your MCP server URL
198198
3. Add the URL to your MCP tool configuration
199199
4. Your assistant will now have access to Zapier's extensive integration network

0 commit comments

Comments
 (0)