# Microsoft Learn (verified)

Search Microsoft Learn documentation across Azure, .NET, Microsoft 365, and more. Find tutorials, API references, and training modules.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mslearn

# Browse available tools
npx -y @smithery/cli@latest tool list mslearn

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mslearn microsoft_docs_search

# Call a tool
npx -y @smithery/cli@latest tool call mslearn microsoft_docs_search '{}'
```

## Direct MCP Connection

Endpoint: `https://mslearn.run.tools`

## Tools (3)

- `microsoft_docs_search` — Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. Thi…
- `microsoft_code_sample_search` — Search for code snippets and examples in official Microsoft Learn documentation. This tool retrieves relevant code samp…
- `microsoft_docs_fetch` — Fetch and convert a Microsoft Learn documentation webpage to markdown format. This tool retrieves the latest complete c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mslearn <tool-name>
```
