azure-ai

작성자: microsoft

통합 MCP 도구를 통해 Azure AI Search, Speech, OpenAI 및 Document Intelligence 서비스에 액세스합니다. AI Search는 엔터티 추출 및 OCR을 위한 내장 AI 보강 기능을 갖춘 전체 텍스트, 벡터, 하이브리드 및 의미론적 검색을 지원합니다. Speech 서비스는 실시간 및 배치 음성-텍스트 변환, 신경 음성을 사용한 텍스트-음성 합성, 화자 분할을 처리합니다. MCP 도구는 인덱스 쿼리를 위한 azure__search와 전사 및 합성을 위한 azure__speech에 직접 액세스를 제공합니다. SDK...

npx skills add https://github.com/microsoft/azure-skills --skill azure-ai

Azure AI Services

Services

ServiceUse WhenMCP ToolsCLI
AI SearchFull-text, vector, hybrid searchazure__searchaz search
SpeechSpeech-to-text, text-to-speechazure__speech-
OpenAIGPT models, embeddings, DALL-E-az cognitiveservices
Document IntelligenceForm 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

Speech

  • azure__speech with command speech_transcribe - Speech to text
  • azure__speech with command speech_synthesize - Text to speech

If Azure MCP is not enabled: Run /azure:setup or enable via /mcp.

AI Search Capabilities

FeatureDescription
Full-text searchLinguistic analysis, stemming
Vector searchSemantic similarity with embeddings
Hybrid searchCombined keyword + vector
AI enrichmentEntity extraction, OCR, sentiment

Speech Capabilities

FeatureDescription
Speech-to-textReal-time and batch transcription
Text-to-speechNeural voices, SSML support
Speaker diarizationIdentify who spoke when
Custom modelsDomain-specific vocabulary

SDK Quick References

For programmatic access to these services, see the condensed SDK guides:

Service Details

For deep documentation on specific services: