azure-ai
Installation
Summary
Unified access to Azure AI services: Search, Speech, OpenAI, and Document Intelligence.
- AI Search supports full-text, vector, hybrid, and semantic search with AI enrichment capabilities like entity extraction and OCR
- Speech service enables speech-to-text transcription (real-time and batch), text-to-speech with neural voices, speaker diarization, and custom models
- MCP server integration provides direct tool access via
azure__searchandazure__speechcommands; falls back to CLI and SDK when MCP is unavailable - Includes OpenAI model access, DALL-E image generation, embeddings, and Document Intelligence for form extraction and OCR
SKILL.md
Azure AI Services
Services
| Service | Use When | MCP Tools | CLI |
|---|---|---|---|
| AI Search | Full-text, vector, hybrid search | azure__search |
az search |
| Speech | Speech-to-text, text-to-speech | azure__speech |
- |
| OpenAI | GPT models, embeddings, DALL-E | - | az cognitiveservices |
| Document Intelligence | Form extraction, OCR | - | - |
MCP Server (Preferred)
When Azure MCP is enabled:
AI Search
azure__searchwith commandsearch_index_list- List search indexesazure__searchwith commandsearch_index_get- Get index detailsazure__searchwith commandsearch_query- Query search index