Overview
Features
High-Quality Content Retrieval
Search and retrieve relevant content from Microsoft's official documentation in Markdown format.
Code Sample Discovery
Find official Microsoft/Azure code snippets and examples with language-specific filtering.
Semantic Understanding
Uses advanced vector search to find the most contextually relevant documentation.
Real-time Updates
Access the latest Microsoft documentation as it's published.
Streamable HTTP Transport
Supports a streamable HTTP transport for lightweight client integration.
Remote MCP Endpoint
Provides a remote endpoint at https://learn.microsoft.com/api/mcp for MCP clients.
Dynamic Tool Discovery
Tools are discovered dynamically and refreshed at runtime; avoid hard-coded tool definitions.
Predefined Tools Set
Includes tools such as microsoft_docs_search, microsoft_docs_fetch, and microsoft_code_sample_search.
Who Is This For?
- AI agents:leverage MCP tools to retrieve official Microsoft Learn content for code generation and QA.
- IDE plugins:integrate Microsoft Learn docs into prompts for Copilot or similar tooling.
- Developers:build or configure custom MCP clients that dynamically discover tools and refresh definitions.




