Skip to content
MCP-Bridge
Developer ToolsAuto-generated

QnAMaker Client MCP Server

An API for QnAMaker Service

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-cognitiveservices-qnamaker

Environment Variables

QNAMAKER_CLIENT_API_KEY

Example: your_qnamaker_client_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-cognitiveservices-qnamaker": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-cognitiveservices-qnamaker"],
      "env": {
      "QNAMAKER_CLIENT_API_KEY": "your_qnamaker_client_api_key"
}
    }
  }
}

Endpoints

GET/alterations

Download alterations from runtime.

PUT/alterations

Replace alterations data.

GET/endpointSettings

Gets endpoint settings for an endpoint.

PATCH/endpointSettings

Updates endpoint settings for an endpoint.

GET/endpointkeys

Gets endpoint keys for an endpoint

PATCH/endpointkeys/{keyType}

Re-generates an endpoint key.

GET/knowledgebases

Gets all knowledgebases for a user.

POST/knowledgebases/create

Asynchronous operation to create a new knowledgebase.

GET/knowledgebases/{kbId}

Gets details of a specific knowledgebase.

POST/knowledgebases/{kbId}

Publishes all changes in test index of a knowledgebase to its prod index.