azure-ai

tarafından microsoft

Azure AI Search, Speech, OpenAI ve Document Intelligence hizmetlerine birleşik MCP araçları üzerinden erişin. AI Search, varlık çıkarma ve OCR için yerleşik AI zenginleştirme ile tam metin, vektör, hibrit ve anlamsal aramayı destekler. Speech hizmeti, gerçek zamanlı ve toplu konuşmadan metne transkripsiyon, sinirsel seslerle metinden konuşmaya sentez ve konuşmacı diarizasyonu gerçekleştirir. MCP araçları doğrudan erişim sağlar: indeks sorguları için azure__search ve transkripsiyon ve sentez için 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: