Skip to content

Commit 480d36f

Browse files
committed
added cross reference of docs
1 parent 937db9a commit 480d36f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fern/tools/mcp-server.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ slug: tools/mcp-server
66

77
The Vapi Model Context Protocol (MCP) server allows you to integrate with Vapi APIs through tool calling. This enables AI assistants like Claude to directly communicate with Vapi's services, making it possible to manage assistants, phone numbers, and create calls directly through conversational interfaces.
88

9+
<Note>
10+
Looking to use MCP tools with your assistants? See the [MCP Tool documentation](/tools/mcp) for integrating external MCP servers with your Vapi assistants.
11+
</Note>
12+
913
## What is Vapi MCP Server?
1014

1115
Vapi MCP Server is an implementation of the Model Context Protocol that exposes Vapi's APIs as callable tools. This allows any MCP-compatible client (like Claude Desktop or custom applications using the MCP SDK) to access Vapi functionality, including:

fern/tools/mcp.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The Model Context Protocol (MCP) integration allows your Vapi assistant to dynam
1212

1313
This powerful integration allows your assistant to leverage a wide range of tools without requiring individual integrations for each service.
1414

15+
<Note>
16+
Vapi also provides its own MCP server that exposes Vapi APIs as callable tools. See the [Vapi MCP Server documentation](/tools/mcp-server) to learn how to use it with Claude Desktop or custom applications.
17+
</Note>
18+
1519
## Prerequisites
1620

1721
Before you can use the MCP integration, you need to:

0 commit comments

Comments
 (0)