LUIS Runtime Client MCP Config
LUIS Runtime Client API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-luis-runtime.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-luis-runtime.json to fetch programmatically.
{
"mcpServers": {
"azure-com-cognitiveservices-luis-runtime": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-luis-runtime"],
"env": {
"LUIS_RUNTIME_CLIENT_API_KEY": "your_luis_runtime_client_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-luis-runtime.jsonEnvironment Variables
LUIS_RUNTIME_CLIENT_API_KEYReplace your_luis_runtime_client_api_key with your actual luis runtime client api key
Endpoints
GET
/apps/{appId}Prediction_Resolve2
POST
/apps/{appId}Prediction_Resolve