Model Context Protocol
The Model Context Protocol (MCP) is an open standard that connects AI tools directly to documentation. Mintlify automatically generates a hosted MCP server for VoiceCheap API docs so AI tools can search these docs during answers.MCP server URL
Your MCP server is hosted at:https://api-docs.voicecheap.ai/mcp
MCP servers are only available for public documentation. If your docs are private or require authentication, the MCP server is not generated.
Connect from the docs UI
Use the contextual menu on any page to connect quickly:- Copy MCP server URL
- Connect to Cursor
- Connect to VS Code
Connect to AI tools
- Claude
- Claude Code
- Cursor
- VS Code
- Codex / Antigravity / Open Codex
Get the MCP server URL
Copy
https://api-docs.voicecheap.ai/mcp from this page or the contextual menu.Add the MCP server in Claude
- Go to Claude Connectors.
- Select Add custom connector.
- Name it
VoiceCheapand set the URL tohttps://api-docs.voicecheap.ai/mcp.
Search indexing
By default, Mintlify only indexes pages that appear in yourdocs.json navigation. If you want hidden pages to be searchable through the MCP server, enable indexing for all pages:
noindex: true to its frontmatter.
