# Microsoft Learn MCP (remote · learn.microsoft.com)

Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

- Trust score: 67/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `learn.microsoft.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp.md), [page](https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp)

## Channel facts

- Endpoint: `https://learn.microsoft.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 69/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 942 tokens (~314/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (67% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-microsoft-microsoft-learn-mcp https://learn.microsoft.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-microsoft-microsoft-learn-mcp]
url = "https://learn.microsoft.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-microsoft-microsoft-learn-mcp": {
      "type": "remote",
      "url": "https://learn.microsoft.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-microsoft-microsoft-learn-mcp --url https://learn.microsoft.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-microsoft-microsoft-learn-mcp:
    url: "https://learn.microsoft.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-microsoft-microsoft-learn-mcp": {
      "type": "http",
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (3)

### `microsoft_docs_search` (~166 tokens)

Microsoft Docs Search

Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. This tool returns up to 10 high-quality content chunks (each max 500 tokens), extracted from Microsoft Learn and other official sources. Each result includes the article title, URL, and a self-contained content excerpt optimized for fast retrieval and reasoning. Always use this tool to quickly ground your answers in accurate, first-party Microsoft/Azure knowledge.

\## Follow-up Pattern
To ensure completeness, use microsoft_docs_fetch when high-value pages are identified by search. The fetch tool complements search by providing the full detail. This is a required step for comprehensive results.

Input parameters:

- `query` (string): a query or topic about Microsoft/Azure products, services, platforms, developer tools, frameworks, or APIs

Output parameters:

- `results` (array)

### `microsoft_code_sample_search` (~263 tokens)

Microsoft Code Sample Search

Search for code snippets and examples in official Microsoft Learn documentation. This tool retrieves relevant code samples from Microsoft documentation pages providing developers with practical implementation examples and best practices for Microsoft/Azure products and services related coding tasks. This tool will help you use the **LATEST OFFICIAL** code snippets to empower coding capabilities.

\## When to Use This Tool
\- When you are going to provide sample Microsoft/Azure related code snippets in your answers.
\- When you are **generating any Microsoft/Azure related code**.

\## Usage Pattern
Input a descriptive query, or SDK/class/method name to retrieve related code samples. The optional parameter `language` can help to filter results.

Eligible values for `language` parameter include: csharp javascript typescript python powershell azurecli al sql java kusto cpp go rust ruby php

Input parameters:

- `language` (string): Optional parameter specifying the programming language of code snippets to retrieve. Can significantly improve search quality if provided. Eligible values: csharp javascript typescript python powersh…
- `query` (string, required): a descriptive query, SDK name, method name or code snippet related to Microsoft/Azure products, services, platforms, developer tools, frameworks, APIs or SDKs

Output parameters:

- `results` (array)

### `microsoft_docs_fetch` (~220 tokens)

Microsoft Docs Fetch

Fetch and convert a Microsoft Learn documentation webpage to markdown format. This tool retrieves the latest complete content of Microsoft documentation webpages including Azure, .NET, Microsoft 365, and other Microsoft technologies.

\## When to Use This Tool
\- When search results provide incomplete information or truncated content
\- When you need complete step-by-step procedures or tutorials
\- When you need troubleshooting sections, prerequisites, or detailed explanations
\- When search results reference a specific page that seems highly relevant
\- For comprehensive guides that require full context

\## Usage Pattern
Use this tool AFTER microsoft_docs_search when you identify specific high-value pages that need complete content. The search tool gives you an overview; this tool gives you the complete picture.

\## URL Requirements
\- The URL must be a valid HTML documentation webpage from the microsoft.com domain
\- Binary files (PDF, DOCX, images, etc.) are not supported

\## Output Format
markdown with headings, code blocks, tables, and links preserved.

Input parameters:

- `url` (string, required): URL of the Microsoft documentation page to read

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 63
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://learn.microsoft.com/api/mcp
- Repository: https://github.com/MicrosoftDocs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-microsoft-microsoft-learn-mcp/api-mcp
