@@ -10,7 +10,7 @@ The Model Context Protocol (MCP) is an open protocol that connects your function
1010
1111## Quick usage guide
1212
13- Any public documentation hosted on Mintlify can be extracted as an MCP server using a simple command:
13+ Any public documentation hosted on Mintlify can be extracted as an MCP server using the following command:
1414
1515``` bash
1616npx mint-mcp add < your-subdomain-or-domain>
@@ -30,18 +30,18 @@ npx mint-mcp add mintlify.com
3030
3131When you run the command, you'll need to provide two API keys, ` External Admin Key ` and ` Assistant API Key ` .
3232
33- These can be found in your [ Mintlify Dashboard ] ( https://dashboard.mintlify.com/settings/organization/api-keys ) under ** Settings > API Keys** .
33+ These can be found in your [ dashboard ] ( https://dashboard.mintlify.com/settings/organization/api-keys ) under ** Settings > API Keys** .
3434
3535<Frame >
36- <img src = " /images/mcp/mcp-terminal.png" alt = " API Keys " />
36+ <img src = " /images/mcp/mcp-terminal.png" alt = " Terminal prompt asking What is the Bearer Token for Mintlify External API? " />
3737</Frame >
3838
3939### Select MCP clients
4040
4141After authentication, you'll choose which MCP clients to enable for your server:
4242
4343<Frame >
44- <img src = " /images/mcp/mcp-terminal-completed.png" alt = " MCP Clients" />
44+ <img src = " /images/mcp/mcp-terminal-completed.png" alt = " MCP Clients listed in the terminal. " />
4545</Frame >
4646
4747Once configured, your MCP server is ready to use with the command provided in the terminal.
@@ -91,15 +91,15 @@ Enable MCP for specific endpoints only:
9191
9292### Authentication handling
9393
94- If your OpenAPI spec defines authentication using securitySchemes, these authentication methods will be automatically applied to your MCP server.
94+ If your OpenAPI spec defines authentication using ` securitySchemes ` , these authentication methods will be automatically applied to your MCP server.
9595
9696### Monitoring your MCP server
9797
9898After publishing your changes, you can view all available MCP tools in the ** Available Tools** section on the MCP server page in your dashboard.
9999
100100<Frame >
101- <img src = " /images/mcp/mcp-server-page-light.png" alt = " MCP Dashboard " class = " block dark:hidden" />
102- <img src = " /images/mcp/mcp-server-page-dark.png" alt = " MCP Dashboard " class = " hidden dark:block" />
101+ <img src = " /images/mcp/mcp-server-page-light.png" alt = " MCP dashboard with Available tools section emphasized " class = " block dark:hidden" />
102+ <img src = " /images/mcp/mcp-server-page-dark.png" alt = " MCP dashboard with Available tools section emphasized " class = " hidden dark:block" />
103103</Frame >
104104
105105## Distribution
0 commit comments