Microsoft Learn MCP

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on connecting an MCP client to Microsoft Learn for public documentation search, with only low-risk setup and remote-query sharing notes.

This appears safe for its stated purpose. Before using it, make sure you trust your mcporter/MCP client setup, understand that queries go to the Microsoft Learn MCP endpoint, and avoid including secrets or private data in documentation searches.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Queries used to search or fetch documentation may leave the local environment and be processed by the remote Microsoft Learn MCP service.

Why it was flagged

The skill connects the agent to a remote MCP server, so search queries, requested URLs, and related prompts may be sent to Microsoft's Learn service. This is expected and purpose-aligned, but it is still an external data boundary.

Skill content
https://learn.microsoft.com/api/mcp ... This is a remote MCP server using streamable HTTP.
Recommendation

Use this for public documentation lookups and avoid sending secrets, private code, customer data, or other sensitive information in search queries.

What this means

Installing/using the skill may require configuring a local MCP client outside the registry's declared requirements.

Why it was flagged

The setup relies on the external mcporter client and a persistent configuration change, while the registry lists no install spec or required binaries. This is user-directed and aligned with the skill, but users should verify their MCP client source.

Skill content
mcporter config add --name mslearn --url https://learn.microsoft.com/api/mcp --type http
Recommendation

Use a trusted mcporter installation and review the mcporter config entry before relying on it.