General 22,284 installs

Azure AI Services

by microsoft/azure-skills

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR.…

Skill content

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__search and azure__speech commands; 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

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__search with command search_index_list - List search indexes

- azure__search with command search_index_get - Get index details

- azure__search with command search_query - Query search index