Skip to content

Commit 2310b17

Browse files
committed
update availability
1 parent 8e3985f commit 2310b17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ai/model-context-protocol.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: "Let users access your docs and APIs through their favorite AI tool
44
icon: 'audio-waveform'
55
---
66

7-
<Info>
8-
MCP server generation is available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=mcp).
9-
</Info>
10-
117
## About MCP servers
128

139
The Model Context Protocol (MCP) is an open protocol that creates standardized connections between AI applications and external services, like documentation. Mintlify generates an MCP server from your documentation and OpenAPI specifications, preparing your content for the broader AI ecosystem where any MCP client (like Claude, Cursor, Goose, and others) can connect to your documentation and APIs.
@@ -28,7 +24,9 @@ For example, Mintlify's MCP server is available at `https://mintlify.com/docs/mc
2824

2925
All MCP servers include the `search` tool by default, allowing users to query information from your docs in other tools.
3026

31-
If you have an OpenAPI specification, you can expose specific endpoints as MCP tools by using the `mcp` object within the `x-mint` extension at either the file or endpoint level. For example, the Mintlify MCP server includes tools to create assistant chats, get status updates, and trigger updates.
27+
If you have a [Pro or Enterprise plan](https://mintlify.com/pricing?ref=mcp), you can expose endpoints from your OpenAPI specification as MCP tools.
28+
29+
To expose endpoints as MCP tools, use the `mcp` object within the `x-mint` extension at either the file or endpoint level. For example, the Mintlify MCP server includes tools to create assistant chats, get status updates, and trigger updates.
3230

3331
MCP servers follow a security-first approach where API endpoints are not exposed by default. You must explicitly enable endpoints to make them available as MCP tools. Only expose endpoints that are safe for public access through AI tools.
3432

0 commit comments

Comments
 (0)