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_KEYExample: 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
/alterationsDownload alterations from runtime.
PUT
/alterationsReplace alterations data.
GET
/endpointSettingsGets endpoint settings for an endpoint.
PATCH
/endpointSettingsUpdates endpoint settings for an endpoint.
GET
/endpointkeysGets endpoint keys for an endpoint
PATCH
/endpointkeys/{keyType}Re-generates an endpoint key.
GET
/knowledgebasesGets all knowledgebases for a user.
POST
/knowledgebases/createAsynchronous 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.