Skip to main content

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

1

Get the MCP server URL

Copy https://api-docs.voicecheap.ai/mcp from this page or the contextual menu.
2

Add the MCP server in Claude

  1. Go to Claude Connectors.
  2. Select Add custom connector.
  3. Name it VoiceCheap and set the URL to https://api-docs.voicecheap.ai/mcp.

Search indexing

By default, Mintlify only indexes pages that appear in your docs.json navigation. If you want hidden pages to be searchable through the MCP server, enable indexing for all pages:
{
  "seo": {
    "indexing": "all"
  }
}
To exclude a specific page from search results, add noindex: true to its frontmatter.